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

Response Blank when more than 1 element #43

Open
meemic-man opened this issue May 7, 2022 · 0 comments
Open

Response Blank when more than 1 element #43

meemic-man opened this issue May 7, 2022 · 0 comments

Comments

@meemic-man
Copy link

meemic-man commented May 7, 2022

When converting a WSDL that has methods with more than one response elements, it ends up putting them as parameters for the request.

Example:

<xsd:element name="getStuffResponse">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Stuff" type="xsd:string"></xsd:element>
            <xsd:element name="More Stuff" type="xsd:string"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>

Example 2:

<message name="NDFDgenResponse">
	<part name="dwmlOut" type="xsd:string"/>
	<part name="dwmlOut2" type="xsd:string"/>
</message>

In both cases, the elements will be listed under the request parameters instead of listed under the response.

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

1 participant