ashwinkm / Boomerang-app-support

Boomerang is an unique app which allows you to work with both SOAP & REST based web services.
10 stars 0 forks source link

Only default BODY of Request found #25

Closed GavinAtGitHub closed 7 years ago

GavinAtGitHub commented 8 years ago

Hi,

I am using the Boomerang version 2.1.3.

I try to create a request from an SOAP action, and I am expecting to see all the necessary information (e.g. Parameters, Header, action name...).

But I only have below default request BODY

<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/">
    <x:Header/>
    <x:Body/>
</x:Envelope>

Is there the wsdl issue that fail to provide information?

Thanks for help, and the tool is really cool!

ashwinkm commented 7 years ago

I am sorry. I missed this. Please reopen if you still have this issue.