"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to