I have made a UI which calls a webservice.
When I use test connection to test the service everything works, I get the xml answer I expected. When I set an invoke service on a button, set the default values used before and set 1 of the outputs to be added to a label nothing happens.
How can I monitor how far the code gets, it seems like the call is done, since if I add an alert to the input parameter I get the alert with the correct value.