...at runtime that actually returns a single string in the response (the contents of which is XML conforming to the XSD)?
Yes this can be done.
The server component of MVC contains an 'XMLString' action that can be used to convert XML formatted string content into an XML structure and vice versa.
You would need to add rules using this action before and after calling the remote web service as required.
Please see the WebMaker Documentation for more details.
Yes this can be done.
The server component of MVC contains an 'XMLString' action that can be used to convert XML formatted string content into an XML structure and vice versa.
You would need to add rules using this action before and after calling the remote web service as required.
Please see the WebMaker Documentation for more details.