Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing children of BindingInputs #250

Open
KevinMitchell opened this issue Jul 9, 2016 · 2 comments
Open

Accessing children of BindingInputs #250

KevinMitchell opened this issue Jul 9, 2016 · 2 comments

Comments

@KevinMitchell
Copy link

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

@sudhakarmallela
Copy link

Please let me know if you find a solution for this . Thanks in advance.

Regards,
Sudhakar Mallela
Email: [email protected]

@rohit1212s
Copy link

Hi, I am also facing same issue and not able to generate soap request based on some type of child binding. Please let me know if someone found the solution for this. I have been struggling for this issue from last 1 month and not able to find a proper solution. Please help if there is a solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants