1
0
-1

I have a soap api testend in soapui which is giving me the perfect showing all parameters.


The same thing i tried in soap ui and mapping the parameters to form fields.

Im unable to capture the output in a form, i managed to bring down the log to zero errors, as below :

i used the soap action and soap body same as in soapui

I have a username and password too.

jogetlog:

INFO 11 Dec 2019 09:57:01 org.joget.plugin.enterprise.SoapTool - Using SOAP 1.1. SOAP Action is http://www.xxxxxxxxx.com
INFO 11 Dec 2019 09:57:01 org.joget.plugin.enterprise.SoapTool - {}
INFO 11 Dec 2019 09:57:01 org.joget.workflow.shark.WorkflowAssignmentManager - [processId=992_Soaptooltesting_process1, processDefId=Soaptooltesting#1#process1,


Is there anything im missing ,any reason why is that parameter not captured in form field.

Please help me.

  1. krishna teja

    This is soapui raw :


CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Posting my workaround , may be useful to some one :

    i could not get the SOAP tool to work , did manage to bring errors to zero with debug enabled but wasn't getting output.

    Workaround:

    I created a wrapper API with a hard corded query (my case, enquirynumber=100) and used the url in json tool as get (rest).

    Created a separate form field named 'Enquiry number' that shud be keyed in manually .Then i concatenated #form.formid.fieldid# in place of 100 back in url .

    Later mapped the output objects to form fields.

    I still cant believe that SOAP tool isn't working !!!!!!!!!!!!!!

    Whatever,

    Java+ hash variable is Magic (smile)

      CommentAdd your comment...
    1.  
      1
      0
      -1

      Hi, did you enable the debug mode in the SOAP tool? That should provide more details on what is happening.

        CommentAdd your comment...