[jboss-user] [JBossWS] - Re: Strange java.lang.ClassCastException: org.jboss.axis.Mes
seeteshaparna
do-not-reply at jboss.com
Mon Jul 28 06:34:01 EDT 2008
Stub stub = (Stub) (new MyHelloService_Impl().getHelloIFPort());
stub._setProperty
(javax.xml.rpc.Stub.ENDPOINT_ADDRESS_PROPERTY, "http://localhost:8080/seetws/HelloSeet");
HelloIF hello = (HelloIF) stub;
// hello.populateData("ssss");
hello.fetchData();
The exception occurs after hello.fetchData() method is executed.
Any Inputs?
Rgds,
Seetesh Hindlekar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166931#4166931
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166931
More information about the jboss-user
mailing list