Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on a WSDL published by standards organization (IHE). It is very complex with over 30 XSDs included in it for data types.

When I try to use svcutil to generate client proxy, I am getting the following error

VB
Warning: The optional WSDL extension element 'body' from namespace 'http://schemas.xmlsoap.org/wsdl/soap12/' w
as not handled.
XPath: //wsdl:definitions[@targetNamespace='urn:ihe:iti:pixv3:2007']/wsdl:binding[@name='PIXManager_Binding_So
ap12']/wsdl:operation[@name='PIXManager_PRPA_IN201304UV02']/wsdl:output


If required, I can send in the wsdl and associated files.

Thanks
Posted

1 solution

I think the problem is that the schema that is used by the wsdl does not conform to the data contract serializer's schema reference.

You can check data contract scheme reference for information on what exactly is supported.

Regards,

Patrick
 
Share this answer
 
Comments
John Spar 12-Apr-11 10:01am    
You are correct. However, what I want to know is how to bypass this limitation and create the webservice. Using wsdl.exe fails too. So does xmlSerializer option in svcutil.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900