php2wsdl icon indicating copy to clipboard operation
php2wsdl copied to clipboard

How do i suppose to add header to a specific method ?

Open muhammadumairsse opened this issue 6 years ago • 0 comments

I want to add header like <soap:header message="" part="" use="encoding"/>

<operation name="addRecipient">
      <soap:operation soapAction="https://gateway.ekomiapps.de/soap#addRecipient"/>
      <input>
<!-- HERE -->
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="namespace"/>
      </input>
</operation>

muhammadumairsse avatar Nov 15 '19 12:11 muhammadumairsse