Go Back   Velocity Reviews > Newsgroups > XML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

XML - SOAP Request is repeated in the SOAP response.

 
Thread Tools Search this Thread
Old 09-20-2006, 09:41 AM   #1
Default SOAP Request is repeated in the SOAP response.


Hi all,

I'm using SOAP tool kit version 3 in my application.

When analyzed SOAP responses closely using the Fiddler I noticed that
the data we sent (a XML in this case) is again repeated in the
response. Ie, the same data we sent to the server is returned back to
the client again.

My response from the server is sent within a <Result> tags and after
that all the detail I sent to the server is returned back again. These
values will not be received back to your calling method but will be
transferred from the server to the client. You can check this by using
a HTTP debugger proxy such as Fiddler.

Is this the behavior of SOAP or can we configure SOAP not to do this?
Why is it returning the same data we sent back again?

In my case I send a XML to the server and after doing dome processing
receive a XML. Now it seems in the response I have to spend time to
transfer the original request back! This is very inefficient.

Please advice if this can overcome in any way.


Best regards,
Nadee



comp.text.xml
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump