Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to Extract SOAP Action from request headers

How to Extract SOAP Action from request headers?

-Vinay

Solved Solved
0 4 1,962
1 ACCEPTED SOLUTION

Using Javascript is could extract the request header - 'SOAPAction' successfully. The key is to check if extract function matches header name (case sensitive)

@vinay poreddy How are you trying to extract it?

var soapAction = context.getVariable('request.header.SOAPAction');

Trace screenshot:

1663-soapaction.png

View solution in original post

4 REPLIES 4