I am using apache
soap rpc call object with the invoke method to construct and send my soap message to the server. Is there another way to do this by embedding the message in a http request? If so, could someone provide an example
Java program that acts as a SOAP client doing it this way?