Type http://localhost:8080/tutorial/CalculatorBean?wsdl in IE browser address 
bar and store this in CalculatorBean.wsdl in a folder.
Go to the folder and use wsconsume CalculatorBean.wsdl.
Now go to the generated class file ClaculatorBeanService.class file and make 
this to java code by java decompiler. See the code
http://bean.webservice.tutorial.jboss.org/ in new QName.

That means in you Client.java you need to place
QName qname = new 
QName("http://bean.webservice.tutorial.jboss.org/","CalculatorBeanService";);

Now run the program.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204013
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to