Advanced Call Web Service plug-in Setup

I want to configure Advanced Call Web Service(Endpoint) plug-in.
This is the SOAP header which the service uses:
<soapenv:Header>
<wsse:Security>
<wsse:UsernameToken wsu:Id="tokenid">
<wsse:Username>xyz</wsse:Username>
<wsse:Password>****</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
<head:WSSoapHeader>
<head:RequestMessageHeader>
<RequestID>123</RequestID>
</head:RequestMessageHeader>
</head:WSSoapHeader>
</soapenv:Header>
I want corresponding HTTP Header Keys and Header Values for above SOAP Header so that I can Configure it in the Advanced Call Web Service(Endpoint) plug-in.

OriginalPostID-251328

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data