I have a relatively
simple java class that accepts 4 String values. I want to plug these values into
an XML doc that I can then wrap in a SOAP envelope, send to a service and
receive the response.
Since the document
was not too complex I was going to hard code the XML tags and the four values
inside a string and then wrap the string in SOAP.
I have been looking
at the Envelope Class and do not see a quick way to pass a
string.
help
...
Steve
