1
0
-1

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.

 

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, based at the CHANGES.txt in my copy of 5.0.14, there does not seem to have been any changes in the SOAP tool. What are the exceptions that you are getting? As suggested in the other question, you may want to develop a custom plugin to handle it following Extending Functionality - Developing Plugins.

        CommentAdd your comment...