> Can anybody tell me what is call.setTargetObjectURI means and what does > it point to when I make a call to ASP.NET webservice!!!! >
AFAIK it is to set the soap service provider you want to use.
fe
call.setTargetObjectURI("urn:MySoapService")
the RPCRouterServlet will then route the soap request to the MySoapService
soap provider.
/vh
