Computer Science, asked by christea3479, 1 year ago

Find the output of arrays in indicom software service

Answers

Answered by palkaran996020
0

the web service expects in one request an array of values, and these values are distributed across multiple data rows, use another stage such as XML Output to aggregate the values. The final output must be an XML document that complies with the web service WSDL. This XML document becomes the source for the SOAP message sent to the web service.

The following diagram illustrates three input rows that supply values for the same request.

A web service that processes arrays of values in a single request.

Similar questions