The following is the response section of the wsdl:
I get a Deserializing parameter 'myResult': could not find deserializer for type {url}>>myResponse>myResultCode:<s:element name="myResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="myResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element>
How do i fix this?


Reply With Quote