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

Original operation name and document style operations #67

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gokhankuyucak
Copy link

  1. the operation name is converting from "checkCustomer" to "check_customer" to keep original operation name name element added to operation variable

  2. some wsdls don't have soapAction these operations may have a style with name "document". To get input & output names for those type operations, added a new condition

<wsdl:operation name="createGroup">
      <soap:operation style="document"/>
     <wsdl:input name="createGroupRequest"><soap:body use="literal"/></wsdl:input>
     <wsdl:output name="createGroupResponse"><soap:body use="literal"/></wsdl:output>
     <wsdl:fault name="fault"><soap:fault name="fault" use="literal"/></wsdl:fault>
</wsdl:operation>

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

Successfully merging this pull request may close these issues.

None yet

1 participant