ClassCastException while invoking ServiceClient
-----------------------------------------------
Key: AXIS2-3694
URL: https://issues.apache.org/jira/browse/AXIS2-3694
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: client-api
Environment: Rational Application Developer 7.5 (beta) with IBM
Websphere 6.1 on Windows
Reporter: Pattabiraman Meenakshisundaram
Priority: Minor
I am not sure whether it is a bug or problem with my code/environment. Here is
my original posting in the Nabble -
http://www.nabble.com/ServiceClient-and-ClassCastException-tt16418344.html#a16442092
I am new to Axis/Axis2 and based on the documents I created a SoapClient to
consume service from external site using Axis2 API .
I tried creating anonymous ServiceClient as well as using the WSDL. I am
getting classcastexception on both occassions.
The line that gives error:
ServiceClient sender = new ServiceClient(null,new
URL(WSDL_URL),new QName("MYSERVICE"),"MYOPERATION");
Exception Stacktrace:
Caused by: java.lang.ClassCastException:
org.apache.axiom.om.impl.llom.OMTextImpl incompatible with
org.apache.axiom.om.impl.OMNodeEx
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.createOMElement(StAXOMBuilder.java:275)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:163)
at org.apache.axiom.om.impl.llom.OMNodeImpl.build(OMNodeImpl.java:318)
.........
at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:139)
at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:228)
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]