I am doing a soap call using php-curl
The issue is I need to pass a certificate thumbprint , certificate number and an orgid in the soapheader
I am not sure how to do this,
The url I am calling is WSE 3.0 and .net
I want something like this:
<soapenv:Header>
<wsse:Security>
<ORGID>XXX</ORGID>
<THUMBPRINT>1c 44 4r dd f3 63 74 26 20 34 3g 59 6b 2h 3q a1 74 14 d0 f8</THUMBPRINT>
<CN>xyz</CN>
</wsse:Security>
</soapenv:Header>
I get an error without the header “Security requirements are not satisfied because the security header is not present in the incoming message”
Can anyone pls help asap.
Its urgent plsssssssssssssss