|
Home > Online Product Documentation > Table of Contents > Invoking Multiple SOAP Requests Invoking Multiple SOAP RequestsYou can invoke multiple SOAP requests in the same XQuery. These SOAP requests can be from the same Web service, or from different Web services if they use the same parameters. RulesWhen invoking multiple SOAP requests in the same XQuery, bear in mind the following rules:
How to Invoke Multiple SOAP Requests in the Same XQueryTo invoke multiple SOAP requests in the same XQuery:
1. Make sure you understand the rules for including multiple SOAP requests in the same XQuery code as described in the previous section,
Rules.
2. Create the Web service call, and use
Web Service Call >
Copy XQuery Call to Clipboard to create XQuery code for the SOAP request as described in
Creating XQuery from a Web Service Call.
The XQuery code created by Stylus Studio is copied to your system's clipboard.
3. Create a new XQuery, and paste the contents of your system clipboard into it.
4. Type a comma at the end of the
ddtek:wscall() function.
5. Repeat
step 2 for the next Web service SOAP request you want to invoke from your XQuery.
6. Paste the new XQuery code into the XQuery you created in
step 3. Before pasting, place the text cursor after the comma you typed in
step 4.
7. From the XQuery code you just pasted, delete the namespace declaration that precedes the
ddtek:wscall() function.
|
ADO to XML
The Stylus Studio ADO to XML data coversion wizard simplifies extracting of relational data into any XML format.
EXSLT Tools
EXSLT support in Stylus Studio lets you extend XSLT 1.0 stylesheets and simplify many tasks including computing dates and times, performing mathematical computations, string manipulations and more.
HTML to XML Importer
Convert HTML to XML with the Stylus Studio HTML to XML Importer, a powerful, visual utility for Converting HTML to XML with ease.
XML Validator
Stylus Studio has a built-in XML validator that supports industry-standard DTD and XML Schema validators including MSXML 4.0 SAX, MSXML 4.0 DOM, Microsoft .NET XML Parser (System.XML), Xerces-J 2.5.1, XSV 2.6, etc. Validate XML with Stylus Studio.