VMware Cloud Community
nikolas3556
Contributor
Contributor

Unrecognized parameter : Invoke SOAP Operation

Hello everyone,

I added a SOAP host.

In this host, i have an operation with this inputs

Capture.PNG

Problem, i want to pass others parameters in the request. In the workflow which invoke the operation, i have this:

request.setInParameter("ticketId",ticketId);

request.setInParameter("changeRequests[0].id",changeRequests_OB_0_CB__D_id);

request.setInParameter("changeRequests[0].originalChangeRequestId",changeRequests_OB_0_CB__D_originalChangeRequestId);

request.setInParameter("changeRequests[0].destinationAddresses[0]", destinationAdress);

request.setInParameter("changeRequests[0].ports", ports);

The SOAP plugin doesn't accept the request, it returns "Unrecognized parameter name: destinationAddresses". I don't have this problem with SOAPui, the webservice takes into account the request

0 Kudos
1 Reply
nikolas3556
Contributor
Contributor

anyone?

0 Kudos