If use fully qualified namespaces everything works OK. So, schema should look like
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http*//www*w3.org/2001/XMLSchema"
...
Type: Posts; User: Serg1; Keyword(s):
If use fully qualified namespaces everything works OK. So, schema should look like
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http*//www*w3.org/2001/XMLSchema"
...
Hello,
I have problem using DefaultWsdl11Definition. Everything works fine if I use SimpleXsdSchema but when I switch to CommonsXsdSchemaCollection resulting wsdl has wrong default namespace in...
Hi Arjen,
Any ideas when it could be fixed? It is really important for us.
Thanks,
Serg1
JIRA created: see SWS-225
http://opensource.atlassian.com/projects/spring/browse/SWS-225
Hi,
I have problem with 'mtom' sample (Spring-WS 1.0.1 / .NET 3.0). I have added request for LoadImage to client code
Image image1 = wcfClient.LoadImage("spring-ws-logo.png");
and have the...