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 file2. 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
res...