wsdl-tsclient icon indicating copy to clipboard operation
wsdl-tsclient copied to clipboard

missing message for soap:header

Open developer0725 opened this issue 3 years ago • 0 comments

<wsdl:message name="tcRequest"> <wsdl:part name="tcinfo" element="t:Transaction" /> </wsdl:message> ...... <wsdl:binding ..... <wsdl:input name="request"> <soap:header message="s0:tcRequest" part="tcinfo" use="literal" /> <soap:body use="literal" /> </wsdl:input>

missing "tcRequest"

developer0725 avatar Jan 19 '22 15:01 developer0725