Webservice call to siebel CRM wsdl failing through Standalone Java code
We are trying to invoke a CRM webservice through Standalone java code. But, we are getting the below error in the console logs. We have imported Axis2 webserver classes to create the objects of the stub classes generated from wsdl. Please let us know if any parsing or encoding of parameters is required for invoking Siebel CRM webservice. Also, please note that on running the java code a zero byte file is getting placed in the Siebel server without any input request. We are able to invoke the same webservice through SOAP UI.
Supplied input is not well formed or does not contain the expected data.(SBL-EAI-00137)org.apache.axis2.AxisFault: Supplied input is not well formed or does not contain the expected data.(SBL-EAI-00137)