how to get mime content type from wsdl like (text/xml or application/url-encoded)

33 views
Skip to first unread message

kilapar...@gmail.com

unread,
Oct 5, 2017, 11:09:37 AM10/5/17
to Membrane SOA Model
please help me  how to get mime content type from wsdl like (text/xml or application/url-encoded)

<wsdl:binding name="BLZServiceHttpBinding" type="tns:BLZServicePortType">
<http:binding verb="POST" />
<wsdl:operation name="getBank">
<http:operation location="BLZService/getBank" />
<wsdl:input>
<mime:content part="getBank" type="text/xml" />
</wsdl:input>
<wsdl:output>
<mime:content part="getBank" type="text/xml" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>


how to get the above 2 lines from wsdl file using SOA membrane predic8 library?
Is there any predefined method is there?


please help me solution for that issue.
Reply all
Reply to author
Forward
0 new messages