| Author |
NullPointerException while sending SOAP Message
|
Vineet Kanwal
Greenhorn
Joined: Jan 24, 2008
Posts: 1
|
|
hi, Following is the code: endpoint = new URL("http://loleqdveda02:11110/VLT/VaultProductService"); SOAPMessage response = connection.call(message, endpoint); the URL is correct for the webservice and the same code is working on other server but failing with following exception onmy local weblogic server: java.lang.NullPointerException at weblogic.net.http.HttpURLConnection.setRequestProperty(Ljava/lang/String;Ljava/lang/String V(HttpURLConnection.java:639) at weblogic.webservice.binding.http11.Http11ClientBinding.send(Ljavax/xml/rpc/handler/MessageContext V(Http11ClientBinding.java:392) at weblogic.webservice.core.soap.SOAPConnectionImpl.call(Ljavax/xml/soap/SOAPMessage;Ljava/lang/Object Ljavax/xml/soap/SOAPMessage;(SOAPConnectionImpl.java:57) I am not able to figure out the reason for the same. Please help. Thanks.
|
 |
 |
|
|
subject: NullPointerException while sending SOAP Message
|
|
|