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

alessio.soldano@jboss.com do-not-reply at jboss.com
Wed Oct 17 13:33:24 EDT 2007


"burakbayramli" wrote : 
  | 
  |   | public class Client
  |   | {
  |   |   public static void main(String[] args) throws Exception
  |   |   {
  |   |     URL url = new URL("http://localhost:8080/ggServices/CalculatorBean?wsdl");
  |   |     QName qname = new QName("http://localhost:8080/ggServices/CalculatorBean",
  |   |                             "CalculatorService");
  |   | 
  | 

You're using the wrong namespace when creating the qname; it should be "http://service.kitapdemo.bilgidata.org/" according to your wsdl.

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

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



More information about the jboss-user mailing list