Soap Tool
Confluence User - 22 Jun, 2017
Hi,
We are trying to connect to an external webservice through SOAP tool from Joget.
Below is the request
<soap:Body>
<WebService_Email_Format xmlns="http://WebService.Mydomain.com/">
<EyeShare_IP_ADDR>string</EyeShare_IP_ADDR>
<Source>string</Source>
<Destination>string</Destination>
<Subject>string</Subject>
<Message>string</Message>
<HtmlMessage>string</HtmlMessage>
</WebService_Email_Format>
</soap:Body>All the parameters in the request are optional parameters.
I tried to test with hardcoding the parameters(Including Optional parameters) as well as included the above xml in SOAP Body (XML) but it doesn't seems to work.
Same xml is working properly with SoapUI.
I am not sure whether the issue i am facing is similar to the one mentioned in link soap tool problem and its mentioned as Optional parameters are not supported by SOAP Tool.
Can you please help me to understand whether my issue is due to issue with Optional parameters. If so are there any enhancements been made to fix this issue in future releases.
plugins