[JBoss-user] [Beginners Corner] - Re: Writing client for Web Services

2005-04-04 Thread mingweiwu
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 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872627#3872627 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Writing client for Web Services

2005-04-04 Thread lafr
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