XmlNodeToDocument does not work

Hi there,

We are receiving following error when converting from xmlNode to Document:
com.wm.app.b2b.server.ServiceException: [ISS.0088.9138] Input parameters do not conform to targetInputSignature:
errorCode=VV-002
pathName=/tns:receiveDocument/soapRequest/MTML
errorMessage=[ISC.0082.9026] Undefined Object found
We have no document type defined as input.
Do you know where might be the problem?
Our xml String contains the usual xml tag and a MTML tagl
Best regards

Hi,

The rejection appears on the start of your service. The xml service doesn’t get to be called.

Check your input signature against you input. Sometimes it is just a naming issue (upper/lower case, etc.).

Good luck.

1 Like

Hi,

can you provide a sample of the xml structure for reference?

Regards,
Holger