I was wondering if, using SOAP for RPC, for a client to invoke a service that service has to be deployed in webapps/soap context? The TargetObjectURI must always be set to http://host:8080/soap/servlet/rpcrouter ? or can I create a servlet of my own to host those services? and if I can what logic must I implement for xml parsing and rpc processing? TIA
Tiago Fernandes Thomaz