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

Please provide example of XML file with SOAP response #7

Open
kristianmandrup opened this issue Nov 23, 2011 · 1 comment
Open

Please provide example of XML file with SOAP response #7

kristianmandrup opened this issue Nov 23, 2011 · 1 comment

Comments

@kristianmandrup
Copy link

I currently put the following in an xml file, but somehow it doesn't seem to work with savon_spec.
Should I only put the part inside the <soapenv:Body> ? or what?

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <soapenv:Fault>
        <faultcode>soapenv:Server</faultcode>
        <faultstring>{ 'INVALID_INPUT' }</faultstring>
        <detail>
            <Exception>org.apache.axis2.AxisFault: { 'INVALID_INPUT' }</Exception>
        </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>
@kristianmandrup
Copy link
Author

Not, the above is of course in reality in full XML syntax

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