Rank: Newbie
Joined: 12/7/2008 Posts: 6 Location: UK
|
I am working with a web-service that where a login certificate must be added to the header of the service request as a cookie.
I am using XML Spy's soap debugger and can't find a way to add something to the soap request's header - can anyone out there point me in the right direction?
TIA
|
Rank: Newbie
Joined: 10/28/2002 Posts: 1,283 Location: AT
|
Hi VMCB,
if you are referring to the actual HTTP header of the SOAP request, then there is no way to do this within XML Spy. You would have to use an HTTP proxy such as "Fiddler" to capture the http request and then add this information before it is sent to the web server.
|