Store Consumed Webservice Response in string variable - Mendix Forum

Store Consumed Webservice Response in string variable

10

Hello, 

for mendix applications, where many interfaces are consumed, you want to log the raw responses for better debugging. 
For consumed REST services, you can easily store the response in a string variable before mapping it.
However for consumend WebSerivces (SOAP), the response is mapped directly. You cannot store it in a string variable. 

Please extend the consumed webservice calls with this feature. 

asked
0 answers