[jboss-user] [JBossWS] - Re: How to write Jboss Web Service Client for JBoss 4.0.4 GA

2008-03-03 Thread techie_techie
If you are looking for simple RPC client then try to write on similer lines of example given on download page. I got that way working. Let me know your exact environment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133551#4133551 Reply to the post :

[jboss-user] [JBossWS] - Unsupported content type Exception while consuming JbossWS

2008-01-02 Thread techie_techie
Hi, My web service is hosted on Jboss 4.0.4 GA and Jboss WS 1.0.2 GA. Web service is document/literal style and JSR181 based. I have created JBossWS 1.0.2 web service client to consume the web service using JAX-RPC style - ServiceFactory method as given in the sample examples of the Jboss WS

[jboss-user] [JBossWS] - Regarding WS client using JSR109- JAX-RPC

2007-12-30 Thread techie_techie
I need to write a client on JBoss 4.0.4 GA. In order to consume a web service using legacy style which approach of the following would be better JAX-RPC ServiceFactory or JNDI service lookup Is pro/cons of each approach is listed any where? Second question: 1. Can we put JNDI service lookup

[jboss-user] [JBossWS] - Re: Exception while running JbossWS service client

2007-12-19 Thread techie_techie
I created the client artifects from the wsdl. The error was i guess due to since client\jbossall-client.jar was not included in the classpath. I modifed the batch file and it worked fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114506#4114506 Reply

[jboss-user] [JBossWS] - Re: How to write Jboss Web Service Client for JBoss 4.0.4 GA

2007-12-19 Thread techie_techie
I did look at the mentioned link but it does not clearly indicate the steps. Give that the first time I am writing the client, Would appreciate if there is any step by step guide to create the client? TIA... View the original post :

[jboss-user] [JBossWS] - How to write Jboss Web Service Client for JBoss 4.0.4 GA - J

2007-12-18 Thread techie_techie
Hi, I have a web service that up and running in the JBoss 4.0.4 GA - JBoss WS 1.0.2 GA. I can view the service and browse through the WSDL. Now I need to write a client for this which will be delployed on the same Jboss of same version ( either same machine or different machine) as war file.

[jboss-user] [JBossWS] - Exception while running JbossWS service client

2007-12-13 Thread techie_techie
Hi, I have a service up and running on Jboss 4.2.2 GA. I can browse the WSDL file and see the content. Now using wsconsume I generated the client side stubs and wrote a test client. The testclient class path refers to jars in lib of Jboss Ws 2.0.2 lib but i am getting the following exception.

[jboss-user] [JBossWS] - Exception while running JbossWS service client

2007-12-13 Thread techie_techie
Hi, I have a service up and running on Jboss 4.2.2 GA. I can browse the WSDL file and see the content. Now using wsconsume I generated the client side stubs and wrote a test client. The testclient class path refers to jars in lib of Jboss Ws 2.0.2 lib but i am getting the following exception.

[jboss-user] [Management, JMX/JBoss] - SAR file directory structure question

2007-03-04 Thread techie_techie
Hi, I have a sar file with a directory structure as below: MySync.sar + com.coolcraft.sync (MBean classes) + META-INF -jboss-service.xml + WEB-INF -lib -- myJar.jar ( My business logic jars) -- jboss-jmx.jar -- jboss-system.jar -log4j.xml Now question is do I really need to