Loyal1996 commented on issue #11556:
URL: https://github.com/apache/apisix/issues/11556#issuecomment-2357314136

   > maybe the error is due to `return` field not being present in the xml 
response?
   
   the xml response:
   <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
      <soap:Body>
         <ns2:findNameByageResponse xmlns:ns2="http://server.webservice.com";>
            <return>hello</return>
            <return>world</return>
         </ns2:findNameByageResponse>
      </soap:Body>
   </soap:Envelope>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to