Comwmappb2bserverServiceException

Sreedhar,

Can you elaborate a bit more on the flow,mapping.
Which service is causing this exception?

Thanks,

Sreedhar,

This exception usually means that you are invoking a service with inputs that don’t conform to validation constraints. The details you provided suggest that the /in1 node contains a value that doesn’t match the validation constraints specified in the document type definition (or in the schema with which that docType is associated).

For example, you would receive this exception if you supplied and invalid date format for a field that had a validation constraint of xml:datetime or if you provided a 3-digit integer for a field that had a minimum length requirement of 5-digits.

HTH,

Mark