I have consumed my first remote web service and it works fine.
I need to be able to view the SOAP messages sent over http so that I can duplicate the messages on another programming platform. Is there a method that can do this in VS2005 or is there another tool that can do it simply?
The messages I am after look like this:-
<soapenv:Envelope xmlns:soapenv=" <soapenv:Body>
<m:GetLastTradePrice xmlns:m="Some-URI">
<m:tickerSymbol>DIS</m:tickerSymbol>
</m:GetLastTradePrice>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv=" <soapenv:Body>
<m:GetLastTradePriceResponse xmlns:m="Some-URI">
<mrice>34.5</mrice>
</m:GetLastTradePriceResponse>
</soapenv:Body>
</soapenv:Envelope>
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
I need to be able to view the SOAP messages sent over http so that I can duplicate the messages on another programming platform. Is there a method that can do this in VS2005 or is there another tool that can do it simply?
The messages I am after look like this:-
<soapenv:Envelope xmlns:soapenv=" <soapenv:Body>
<m:GetLastTradePrice xmlns:m="Some-URI">
<m:tickerSymbol>DIS</m:tickerSymbol>
</m:GetLastTradePrice>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv=" <soapenv:Body>
<m:GetLastTradePriceResponse xmlns:m="Some-URI">
<mrice>34.5</mrice>
</m:GetLastTradePriceResponse>
</soapenv:Body>
</soapenv:Envelope>
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.