qore
qore copied to clipboard
module-xml: The WSDL module doesn't support attributes in SOAP operations
2018.07.31 10:37:09.697285 T201: exception in SOAP service call: /opt/qorus/share/qore-modules/WSDL.qm:2505: SOAP-DESERIALIZATION-ERROR: User exception: /opt/qorus/share/qore-modules/WSDL.qm:2505: SOAP-DESERIALIZATION-ERROR: error deserializing incoming SOAP request: additional keys ["^attributes^"] included in "SayHelloRequest" message hash call stack: WSMessage::deserializeRpc() called at /opt/qorus/share/qore-modules/WSDL.qm:3016 (user function) SoapBinding::deserializeMessageImpl() called at /opt/qorus/share/qore-modules/WSDL.qm:2750 (user function) OperationalBinding::deserializeMessage() called at /opt/qorus/share/qore-modules/WSDL.qm:2203 (user function) WSOperation::deserializeRequest() called at /opt/qorus/share/qore-modules/SoapHandler.qm:541 (user function)
Request example: <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:examples:helloservice"> < soapenv:Header /> < soapenv:Body > < urn:sayHello soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> < firstName>asdas</firstName > </urn:sayHello > </soapenv:Body > </soapenv:Envelope >