[
https://issues.apache.org/jira/browse/AXIS2-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586886#action_12586886
]
Pattabiraman Meenakshisundaram commented on AXIS2-3694:
-------------------------------------------------------
I am getting this error only when I deploy it on the Websphere App Server. It
is the very first line of Axis2 code where I create a new ServiceClient.
The same code works fine when I run as a standalone in RAD IDE. I do not know
why am I getting this Axiom specific error in the server.
I assumed that Axiom jar is specific to Axis2 and hence posted the query. If it
is referred elsewhere, then I would check the classpath.
IDE: RAD 7.5 beta
App. Server: Websphere 6.1 with Fixpack 13.
> 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]