Accessing children of BindingInputs

54 views
Skip to first unread message

mitchell....@gmail.com

unread,
Jul 21, 2016, 12:16:30 PM7/21/16
to Membrane SOA Model

I'm probably doing something really dumb here. But suppose a fragment of my WSDL looks like this:

   <wsdl:binding name="CurrencyConvertorHttpGet" type="tns:CurrencyConvertorHttpGet">
      <http:binding verb="GET"/>
      <wsdl:operation name="ConversionRate">
         <http:operation location="/ConversionRate"/>
         <wsdl:input>
            <http:urlEncoded/>
         </wsdl:input>
         <wsdl:output>
            <mime:mimeXml part="Body"/>
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>

When traversing the parsed model I can get as far as the com.predic8.wsdl.BindingInput element. But how do I drill down further to access the <http:urlEncoded/> element in this case? Similarly for the<wsdl:output> child element.

Thanks, Kevin

satyanarayan...@quantela.com

unread,
Oct 5, 2017, 11:09:37 AM10/5/17
to Membrane SOA Model
In predic8 library didn't have any predefined methods to get <http:url encoded....>. you can use javax.wsdl library to get what ever u want.

Thank you,
Kilaparthi Ramu
Reply all
Reply to author
Forward
0 new messages