Hi! I’m imported the wsdl file and have the API functions are all imported fine but the authorization header is not showing up in Postman and I’m unsure where I might went wrong. Can someone help me have a look at this issue? It comes in fine using SoapUI.
WSDL: https://rctus3.enablon.com/8.12/PyPal.Prod.Test/rpc_encoded.wsdl
I’m able to see the authorization header on the wsdl link but it’s not coming through Postman. I have my Auth setting set to : “Inherit auth from parent”
<xsd:complexType name="AuthHeader">
<xsd:sequence>
<xsd:element name="EnaHomeSite" type="xsd:string" minOccurs="0"/>
<xsd:element name="EnaUserName" type="xsd:string" minOccurs="0"/>
<xsd:element name="EnaPassword" type="xsd:string" minOccurs="0"/>
<xsd:element name="EnaOTPToken" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>