Hi Pavithra,
I previously encountered a similar issue. In my case the problem was due to the fact that I incorrectly named the input of the subscribing service:
Make sure that the NAME of the input document you specified for your subscribing service is the fully qualified name of the DOCUMENT TYPE, such as “OctoTargetFile.docType:employeeUpsertFileSchemaDT (OctoTargetFile.docType:employeeUpsertFileSchemaDT)”. My mistake was that I was using a dummy name, eg “myEmployeeUpsertFile (OctoTargetFile.docType:employeeUpsertFileSchemaDT)”
Here is an extract of the note at the bottom of the “webMethods Developer User Guide.pdf” on page 126:
“If you intend to use this service in a trigger to process published documents, the input signature for this service needs to contain a document reference to the publishable document type. The name for this document reference MUST be the fully qualified name of the publishable document type (for example, folder.subfolder:PublishableDocumentTypeName).”
PS: you might also want to check that you entered the fully qualified name of the document type in the subscriber’s trigger configuration, such as “OctoTargetFile.docType:employeeUpsertFileSchemaDT”
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods