Hello to everybody,
I have this doubt, I focus on the WorkFlow ExitPoint and I have invoked my service using ION, but I would like to invoke my WSDL using SOAPUI or something similar to develop function without deploying my WAR file.
My problem is that I don't understand how to set the variables in the WSDL if I import in SOAPUI the in the downloadable WSDL interface in ION the part relative to the variables is the follow:
<InputVariables>
<!--Optional:-->
<name>?</name>
</InputVariables>
I don't know how to set variables, I would like to test the sample to concatenate two variables, I tried something like this but without any result:
<InputVariables>
<!--Optional:-->
<String1>a</String1>
<String2>b</String2>
</InputVariables>
Java says to me that there is a Unmarshal Exception.
Does anybody know who to set the WSDL?
Thanks a lot
Best Regards
Alessandro