New topic Closed topic
avatar image
2
Retrieve XML request from endpoint
By Created , last editted

Hi,

We've created a custom endpoint in a Betty app on which an external party will do a POST call sending a SOAP XML message.  

Unfortunately we are not able to retrieve the actual XML message, so we are currently unable to process the incoming message within the Betty application. We've also tried to create input variables to retrieve this data  but we didn't succeed 

Example XML message sent by the external party:

<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/">
   <soapenv:Header/>
   <soapenv:Body>
      <v1:cancellation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <bookingNumber xsi:type="xsd:string">123456</bookingNumber>
      </v1:cancellation>
   </soapenv:Body>
</soapenv:Envelope>

Does anyone know how to retrieve this message?

Thanx :-)!


Hi,

We've created a custom endpoint in a Betty app on which an external party will do a POST call sending a SOAP XML message.  

Unfortunately we are not able to retrieve the actual XML message, so we are currently unable to process the incoming message within the Betty application. We've also tried to create input variables to retrieve this data  but we didn't succeed 

Example XML message sent by the external party:

<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/">
   <soapenv:Header/>
   <soapenv:Body>
      <v1:cancellation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <bookingNumber xsi:type="xsd:string">123456</bookingNumber>
      </v1:cancellation>
   </soapenv:Body>
</soapenv:Envelope>

Does anyone know how to retrieve this message?

Thanx :-)!

Answers
Sort by:

This topic is closed.