I get an server error on IS when trying to call a web service using Microsoft dotNet. I imported the (RPC) wsdl into dotNet and it created classes for the documents it uses for input and output variables.
Any idea why this is happening?
The server error on the IntegrationServer:
[ISC.0088.0001E] SOAPException: [ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed
The error I got at the same time in the dotNet environment was:
There was an error generating the XML document.
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces)
etc…
#API-Management#soa#webMethods