Sunday, October 19, 2008

Publish Orchestration as web Service Problem

Issue# 6
Error: after publishing the orchestration ports as a web service, the result from the orchestration should be multiple records, but the web service return only the first record.


Cause: because the schema of the response port missing the “minOccurs="1" and maxOccurs=”unbounded””, to tell the web service generator that the data returned from this operation will be multiple records (array).

Resolution: set these properties in the final result schema.

Created by
Ahmed Abdel Moneim

No comments:

Post a Comment