You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by parag <pa...@corcomp.co.in> on 2001/05/11 12:11:15 UTC

implementing transport

Hi
soap api's provided IBM we can implement a transport by implementing a soap 
transport interface .I need to implement my transport
so that when call.invoke is called my transport is called instead the 
default one is this possible i tried to do the same bu i get the following 
exception.
java.lang.NullPointerException
	at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:164)
	at org.apache.soap.rpc.Call.invoke(Call.java:210)
	at BodyTest.main(BodyTest.java:26)