Soap publish response for ws-doc in Mendix

0
Hi All, When i try to Publish the Soap service, it’s generating the wsdl schema and xsd schema links. I have configured the Operation in Soap Service in Mendix, so when i click on this Operation from ws-doc, It’s showing the default response.But not the actual response. For example for 1. String → exampleString                               2. Number → 1234                               3. Boolean →  False  But with the generated WSDL link, i can able to see the proper response when i try in Soap UI. So is there any possibility to check the response directly in Mendix itself? So, can anyone suggest on this, to test Soap response within Mendix.   Thanks In Advance, Srilatha
asked
1 answers
0

I would try to call the published ws from the Mendix app. 

This would yield the same result as a third party calling the service like you are doing with SOAPUI.

answered