[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-06-11 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950357#3950357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950357

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-31 Thread adamzrk
Can You give me an example of ulr to jaxrpc-mapping? And where jaxrpc-mapping.xml file should be located? So the file xxx-client.jar is needed - if yes how can I communicatw with him? I need this anwser. Thanks in advance. Adam View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-30 Thread [EMAIL PROTECTED]
This only works for trivial cases. Your DII client does not have a URL to jaxrpc-mapping.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947850#3947850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947850 ---

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-26 Thread adamzrk
I have solved this problem. This code works fine: ServiceFactory factory = ServiceFactory.newInstance(); URL wsdlLocation = new URL("http://adam:8080/jsr181ejb/EJB3Bean?wsdl";); QName serviceName = new QName("http://org.mazurek.ws/jsr181ejb";, "MyService");

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-26 Thread burrsutter
What exception are you getting? Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946986#3946986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946986 --- All th