Forum Post: WSA requires a custom HTTP header - is there an OE solution?

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
I need to talk to a WSA which requires a custom HTTP header "Authorization" followed by a value from a variable, so the WSA POST call would look like so: POST https://www.wsa.com:443/ws/1.4 HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: "BrowseItems" Authorization: XYZZY Content-Length: 306 Host: www.wsa.com:443 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) soap XML here I haven't been able to find a way to do this with the OE web service adapter, so I'm hoping someone else has done something like this and is willing to share how they solved this particular problem? Failing that, I'd have to go to a 3rd party language and I'd prefer to avoid that if possible.

Continue reading...
 
Status
Not open for further replies.
Back
Top