[jboss-user] [JBossWS] - trying to access a webservice - not working from either java
rodgerca
do-not-reply at jboss.com
Fri Jul 20 10:36:26 EDT 2007
Webservice has deployed fine on jboss 4.2
BUT
>From java client I get this at the ServiceFactory.createService() call
Starting Test Client
Creating a service Using:
http://127.0.0.1:8080/echo/EchoBean?wsdl
and {http://session.address.cmmgroup.com/}EchoService
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/ws/addressing/AddressingProperties
at org.jboss.ws.core.jaxrpc.client.ServiceImpl.(ServiceImpl.java:107)
at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157)
at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128)
at com.cmmgroup.address.client.EchoClient.main(EchoClient.java:23)
>From SOAPUI I get this (on the server, at least it is actually reaching the server!)
java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
I could send you my code but I pretty sure its ok - lifted straight from a web example. Also pretty sure my classpaths are ok - jboss-wsclient.jar, etc...
Please help, I've been trying to fix this for about two days....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066230#4066230
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066230
More information about the jboss-user
mailing list