I have developed a WCF service that returns data serializable objects as [DataContracts]. Other folks in my organization wish to call this web services using DataStage and have it output the response to an XML file.
We are able to reference the service and invoke it properly but are unable to figure out how to configure the output (or potentially we are missing an input parameter) to deliver it as XML. We are currently only getting back plain text and all of the data clubbed together into one row. Any suggestions or tips on configuring the DataStage job to do this?
I apologize for the crude nature of this post, I know nothing about our DataStage environment (or anything about DataStage for that matter). However, our DataStage developers are beginning to suggest that our service is not configured properly and I am reduced to doing research for them.