Can I add a custom headers to the following headers
POST /InStock HTTP/1.1
Host: www.example.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn
<?xml version="1.0"?>
.....
please any help ?
Can I add a custom headers to the following headers
POST /InStock HTTP/1.1
Host: www.example.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn
<?xml version="1.0"?>
.....
please any help ?
Write an HttpModule to intercept WebService Response and add your custom header in the intercepted response stream.