I have a web service that I am consuming in an Orchestration - the return message is an XML document (looks like the message body sees it as a string). How can I map the message to a Schema, or send the XML document to my SQL adapter so it will insert. Right now it seems that the message doesn't get to the adapter, or if it does it's not inserting the data.
My web service selects data from a Db and returns the results to a dataset which is then converted to XML and returned from the Web service.
When I try to pass the Message to the XML port it fails - I've tried using Pass through ports etc.
any ideas?
My web service selects data from a Db and returns the results to a dataset which is then converted to XML and returned from the Web service.
When I try to pass the Message to the XML port it fails - I've tried using Pass through ports etc.
any ideas?