I am trying to access a web service from a button in Lifecycle Designer. I have successfully done the following:
1. added a Data Connection that connects to the web service via a wsdl file
2. dragged the request, response, and button items onto the form. The button correctly reflects the web service location.
When I enter data into the request boxes (which works from another place calling the web service) and click the button, I expect the call to the web service to return the response into the response text box, but nothing happens. No error is reported.
I have confirmed that the web service is “Document/Literal”.
Does anyone have any ideas?
Thanks.