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

module-xml: SoapHandler returns invalid XML messages with some faults #4441

Closed
davidnich opened this issue Feb 13, 2022 · 0 comments
Closed

Comments

@davidnich
Copy link
Contributor

namespace declarations are missing

PARSE-XML-EXCEPTION: Namespace prefix soapenv on Envelope is not defined
	>> 	  parse_xml() called at /home/david/src/qore/git/module-xml/qlib/WSDL.qm:532 (Qore builtin code)
	>> 	  WSDLLib::parseSOAPMessage() called at /home/david/src/qore/git/module-xml/qlib/SoapClient.qm:538 (Qore user code)
	>> 	  SoapClient::makeCallIntern() called at /home/david/src/qore/git/module-xml/qlib/SoapClient.qm:370 (Qore user code)
	>> 	  SoapClient::callOperation() called at <builtin>:-1 (Qore user code)
	>> 	  call_function_args() called at /home/david/src/Qorus/current/qlib/QUnit.qm:1727 (Qore builtin code)
	>> 	  Test::assertThrows() called at /home/david/src/Qorus/current/qlib/QUnit.qm:1750 (Qore user code)
	>> 	  Test::assertThrows() called at ../test/SoapClient.qtest:245 (Qore user code)
	>> 	  SoapClientTest::soapClientTest() called at <builtin>:-1 (Qore user code)
	>> 	  call_function_args() called at /home/david/src/Qorus/current/qlib/QUnit.qm:505 (Qore builtin code)
	>> 	  TestCase::run() called at /home/david/src/Qorus/current/qlib/QUnit.qm:2081 (Qore user code)
	>> 	  Test::main() called at ../test/SoapClient.qtest:200 (Qore user code)
	>> 	  SoapClientTest::constructor() called at <builtin>:-1 (Qore user code)"
@davidnich davidnich added this to the 1.4 milestone Feb 13, 2022
@davidnich davidnich self-assigned this Feb 13, 2022
@davidnich davidnich added this to To do in Qore Development via automation Feb 13, 2022
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 13, 2022
…ns missing input or output types

refs qorelanguage/qore#4441 SoapHandler: fixed bugs where invalid XML messages were returned with some SOAP fault responses
Qore Development automation moved this from To do to Done Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant