unsubscribe

2009-03-15 Thread Manoj KG

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-14 Thread Manoj KG
installation is the problem. Glen Am Donnerstag, den 14.06.2007, 10:47 +0530 schrieb Manoj KG: Looking for Help :-( On 6/13/07, Manoj KG [EMAIL PROTECTED] wrote: Thanks for your tips. I generated my stub classes using wsdl2java in command prompt. Now I am getting

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Manoj KG
bit: http://www.jroller.com/page/gmazza?entry=creating_a_web_service_with Glen Am Dienstag, den 12.06.2007, 15:53 +0530 schrieb Manoj KG: Hi All, I am a newbie to Axis 2. My goal is to talk to a web service from my java code. The following are the steps I did 1

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Manoj KG
Looking for Help :-( On 6/13/07, Manoj KG [EMAIL PROTECTED] wrote: Thanks for your tips. I generated my stub classes using wsdl2java in command prompt. Now I am getting a different exception. Can you guide me how to solve this? INFO: Discarding unexpected response: HTTP/1.1 100 Continue

Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-12 Thread Manoj KG
Hi All, I am a newbie to Axis 2. My goal is to talk to a web service from my java code. The following are the steps I did 1. Downloaded Axis 2 Intellij Plugin, 2. Created the stubs for my client from wsdl provided by the webservice. 3. Wrote a simple program to talk to the service.