| Author |
SOAP Request object is null
|
mvPrasad Regula
Ranch Hand
Joined: Sep 14, 2009
Posts: 42
|
|
I wrote a service and deployed it in axis2.war. I later wrote the client code. As I am running the client code it showing the SOAP request as null and by default SOAP response object is also turning to be null. The only reason I could think of is the service class is in a different package so, I was doubting if I need to give the package name in the path as below:
"http://localhost:8080/axis2/services/MyService"
As it is in the server package I tried
"http://localhost:8080/axis2/services/server/MyService" --> Still no positive result
The output I am getting is
|
Prasad Regula
|
 |
Kuldip Shetty
Ranch Hand
Joined: Jan 07, 2010
Posts: 37
|
|
Below URL might help
URL : http://www.ibm.com/developerworks/xml/library/x-jaxmsoap/
|
 |
 |
|
|
subject: SOAP Request object is null
|
|
|