At 05:44 PM 8/7/2001 -0500, Rich Catlett wrote:
>Okay I guess then that my question really is I send an envelope to a messaging
>service, the body of which I want to extract and pass on. How do I extract the XML
>document which as best I can tell is in the body of the Envelope. Do I have to
>
Okay I guess then that my question really is I send an envelope to a
messaging service, the body of which I want to extract and pass on. How
do I extract the XML document which as best I can tell is in the body of
the Envelope. Do I have to marshall it back into an XML document. Is
there an
At 11:22 AM 8/7/2001 -0500, Rich Catlett wrote:
>I am trying to send an precreated XML document via the soap messaging service. The
>client takes as an input parameter the host soap is running on, the service, and the
>XML document to send. I have created the envelope using Envelope.unmarshall
In the service I did an envelope.toString of the envelope that comes in
and this is the whole envelope that I am getting
[Attributes={
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"}]
[Header=null] [Body=[Attributes={}] [BodyEntries=
[(0)=[purchaseOrder: null]]
]] [EnvelopeEntries=
At 11:22 AM 8/7/2001 -0500, Rich Catlett wrote:
...
>I've used the TcpTunnelGui and it show that the XML document is indeed getting sent
>to the service, but then from the service all I get back is this
>
>[Attributes={}] [BodyEntries=
>[(0)=[purchaseOrder: null]]
>]
>
>Can someone tell me what I
I am trying to send an precreated XML document via the soap messaging
service. The client takes as an input parameter the host soap is
running on, the service, and the XML document to send. I have created
the envelope using Envelope.unmarshall() as the messaging example shows
mine looks like