I have integrated SOAP service in trial version of Sales Creatio. The test request was successful and returns the response parameters correctly, but when I'm trying to call the webservice in business process and bind the response parameter to auto-generated page, it shown only "Response body" in Process Elements parameter.
My guess is that it is because the web service is returning an array of records and the MemberNumber is from an element in the array/collection...MoreLess
If have a couple of process calls in a client module, very similar, one works and the another ones fails before to call the process getting a "400 (Bad Request)" error
Here is the code, the first one fails:
OnGeneraDetalleContratoBtnClick: function(){// Guarda el registro, po...