Passing an XML stream to a Web Service Consumer
Is it possible to pass an XML Stream or file directly to a Web Service Consumer without passing it through a Data Mapper?
0
-
As long as the input to the Web Service Consumer is in the XML format expected, then the Data Mapper step isn't necessary. The request format is defined by the web service. This format is reflected by the web service schema which you load in the data mapper. If you are not passing your data stream through this web service (XML) schema, you can also view what the request format should be through a web service tool such as SoapUI.
0
Please sign in to leave a comment.
Comments
1 comment