This content has been marked as final.
Show 2 replies
-
1. Re: Writing client for Web Services
Mingwei Wu Apr 4, 2005 4:35 PM (in response to A P)I got the same error when I tried to use my client java code to run(JBoss4.0.1). Can someone give an URL for Chapter 12 when I run for HelloService?
Thanks!
Ming-wei Wu -
2. Re: Writing client for Web Services
Frank Langelage Apr 4, 2005 6:38 PM (in response to A P)I think you have to provide the URL to the WSDL file as the first argument:
http://localhost:8080/Hello-Service/Hello?wsdl.
Try this with your favourate browser to see if this gives you the WSDL.
At the end of the WSDL there is the URL for the service.
The client application or better the methods used within it extract all needed infos from the wsdl to call the WS.