Forum Discussion
asseldonk01
12 years agoContributor
Hi Rao, I do not have anything visual but will try to explain it.
XML Message is sent to webservice A following a specific datamodel X and corresponding XSDs. This message is converted there by XQUERY to another XML which adheres to another data model Y.
That message is passed to webservice B where something is registered into a database.
Webservice B passed a response to webservice A. At webservice A this response is converted to the original datamodel X. This response onlys says that the whole process is succesfully processed.
I would like to check the conversion via soapui from datamodel X to datamodel Y at webservice A.
I already have received a suggestion to implement a seperate webservice which performs the conversion and sends the converted XML back as a response but maybe there is another idea.
The conversion is logged in the oracle SOA bus where I can extract it manually.
Hope this makes it clear.
XML Message is sent to webservice A following a specific datamodel X and corresponding XSDs. This message is converted there by XQUERY to another XML which adheres to another data model Y.
That message is passed to webservice B where something is registered into a database.
Webservice B passed a response to webservice A. At webservice A this response is converted to the original datamodel X. This response onlys says that the whole process is succesfully processed.
I would like to check the conversion via soapui from datamodel X to datamodel Y at webservice A.
I already have received a suggestion to implement a seperate webservice which performs the conversion and sends the converted XML back as a response but maybe there is another idea.
The conversion is logged in the oracle SOA bus where I can extract it manually.
Hope this makes it clear.