[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service (problem in JBoss 4.2 used to

KIRAN KUMAR A do-not-reply at jboss.com
Thu Jan 22 08:55:12 EST 2009


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



More information about the jboss-user mailing list