Parallel Service Calls

How can we implement parallel Service calls instead Sequential Service calls?

OriginalPostID-261467

  Discussion posts and replies are publicly visible

Parents
  • Just a curious question: On the SAIL Interface, are the web services being consumed(primarily GET requests) using a!httpQuery(if REST based) or by webservicequery() (if webservice is SOAP based). And how are you parsing the response and mapping to the local! variables in the SAIL interface? Is it being done on the SAIL UI? How complex is the response of the webservice? Is too much parsing involved?
Reply
  • Just a curious question: On the SAIL Interface, are the web services being consumed(primarily GET requests) using a!httpQuery(if REST based) or by webservicequery() (if webservice is SOAP based). And how are you parsing the response and mapping to the local! variables in the SAIL interface? Is it being done on the SAIL UI? How complex is the response of the webservice? Is too much parsing involved?
Children
No Data