Problem in WSDL Webservice?????
-
Hello friends, while acessing a SOAP Web Service am getting a error "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize." please tell me any solution for this... Rgds, Nithin
-
Hello friends, while acessing a SOAP Web Service am getting a error "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize." please tell me any solution for this... Rgds, Nithin
Hii Seems like you are trying to pass or return data which cannot be serialized into XML . . Can you tell the signature of the Web Method which is giving you this error ??
-
Hii Seems like you are trying to pass or return data which cannot be serialized into XML . . Can you tell the signature of the Web Method which is giving you this error ??
Hi, Thanks 4 ur reply. Look Kazi, [System.Xml.Serialization.SoapTypeAttribute("AgentCode", "http://xml/schema/url")] public class AgentCode { } Above SoapTypeAttribute is one of the parameters of a webmethod in this wsdl. How can assign value to AgentCode Please tell me the solution
-
Hi, Thanks 4 ur reply. Look Kazi, [System.Xml.Serialization.SoapTypeAttribute("AgentCode", "http://xml/schema/url")] public class AgentCode { } Above SoapTypeAttribute is one of the parameters of a webmethod in this wsdl. How can assign value to AgentCode Please tell me the solution
Hi, Which client is using/calling this web service ? is it built in Java or .NET ??
-
Hi, Which client is using/calling this web service ? is it built in Java or .NET ??
Hi Kazi, This is developed in Java J2EE environment and The SOAP Services have been implemented using Apache Axis 1.1 and their interfaces are defined via WSDL. And me accesing this using .Net and c# Rgds Nithin
-
Hi Kazi, This is developed in Java J2EE environment and The SOAP Services have been implemented using Apache Axis 1.1 and their interfaces are defined via WSDL. And me accesing this using .Net and c# Rgds Nithin
Oh i thought it was c# and .NET !! This is the .NET forum , so . . anywaz i have a link which miaght help you . . http://www-128.ibm.com/developerworks/forums/dw\_thread.jsp?message=31741&cat=7&thread=9707&treeDisplayType=threadmode1&forum=163#31741 Best Of luck!!