Posted: Thu Jan 08, 2009 9:47 am Post subject: XMLNSC validation for SOAP messages
Novice
Joined: 13 Oct 2008 Posts: 20 Location: California
Hi,
I've created a messageflow which will act as a Webservice provider to some application. But inturn I'm availing a thrid party service provider and using this response, I'm returning the messageflow to actual requesting application. Its like Cleint app->WMB Messageflow-> Actaul Service provider). As a service provider, I'm using another WMB message flow itself, as a dummy service provider.
I'm using broker 6.1.0.2 version and using SOAP nodes for my message flow(SOAP Input node-> SOAP request node-> SOAP reply node).
In the SOAP Reply node, I"ve enabled validation to 'Content and value'. But the response is failing validation. The validation error thrown is "ParserException BIP5026E: XML schema validation error: 'Unexpected root tag. Element "NS1:submitBatchResponse" is not a global element.'
Element: '/Root/XMLNSC'..This error was reported by the XMLNSC parser. The message tree is not valid according to the message definitions in the message set. The message tree is not valid according to the message definition files in the message set.. I've that element declared in the Message set.
Can someone guide me to the cause of this error.?
This is almost always a simple user error:
- Is submitBatchResponse a global element?
- Is the namespace of submitBatchResponse correct in your input XML?
- Have you set the 'Message Set' property on the input node correctly?
- Have you deployed the correct version of the message set?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum