[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

JBossWS_NewBee do-not-reply at jboss.com
Tue Aug 19 12:20:13 EDT 2008


ngtdave and PeterJ:
 
 Thank you very much for the post. It was quite helpful. I was able to publish the EchoService.wsdl.
However, the EchoClient as per the JBossWSUserGuide(http://www.jboss.org/jbossws/docs/jaxws_userguide-2.0/index.html#d0e741)
gives me the following Exception:

Command:
wsrunclient.bat EchoClient 'HelloWorld'
Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.IllegalStateException: Could not setup remoting client
   at org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(Clien
tImpl.java:304)
        at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:242)
        at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:16
4)
        at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:15
0)
        at $Proxy15.echo(Unknown Source)
        at echo.EchoClient.main(EchoClient.java:15)
Caused by: java.lang.IllegalStateException: Could not setup remoting client
        at org.jboss.ws.core.client.RemotingConnectionImpl.createRemotingClient(
RemotingConnectionImpl.java:240)

Any pointers?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171317#4171317

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171317



More information about the jboss-user mailing list