Hi to all SOAP Developers! I'm new at SOAP. I want to implement a SOAP interface in order to allow communication with some remote app clients and an EJB server. I'm facing some problems concerning interpretation of instream XML SOAP request. The actual point is: I have a client(Java class) that builds the CALL with the remote service invocation encoded. I can only catch the request as a String from the inputstream. How can I catch the XML SOAP call as a XML and then how can I retrieve info from the request, namely, methodName and input parameters? Hope to read some answers to my needs. Thank you in advance.
Tiago Fernandes Thomaz
