Example

Consider the following StockQuotesSoap SOAP request defined using the Swan and Mokashi WSDL:

<?xml version="1.0"?>
               
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
               
	<SOAP-ENV:Body>
               
		<tns:GetQuotes xmlns:s0="http://swanandmokashi.com">
               
			<tns:QuoteTicker>prgs</tns:QuoteTicker>
               
		</tns:GetQuotes>
               
	</SOAP-ENV:Body>
               
</SOAP-ENV:Envelope>
               

            

This SOAP request was created using the Stylus Studio Web Service Call Composer, as described in How to Compose a Web Service Call.

The XQuery created by Stylus Studio for this Web service call looks like this:

declare namespace tns = "http://swanandmokashi.com";
               
 
               
ddtek:wscall(
               
<ddtek:location 
               
 
               
 address="http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx"
               
 soapaction="http://swanandmokashi.com/GetQuotes"/>,
               
 
               
<tns:GetQuotes xmlns:tns="http://swanandmokashi.com">
               
 <tns:QuoteTicker/>
               
</tns:GetQuotes>
               
)
               

            

Java Web Services

Stylus Studio's Web Service Call Composer simplifies Java Web Service development by making it easy to find, invoke, and test any Java Web Service deployed on any popular Java Web Service framework, such as Apache AXIS.

XML Document Wizards

Stylus Studio XML Document Wizards help you easily convert EDI, flat files, and other document formats to industry-standard XML.

The Official XQuery FAQ

This is the official list of Frequently-Asked Questions about the World Wide Web Consortium's XML Query Language (XQuery).

Building Web Services With Stylus Studio

This video demonstration shows you how to use Stylus Studio's Web Service call composer to locate a WSDL file on the Internet, inspect, create SOAP envelope, invoke and inspect Web service data.

Stylus Most Wanted

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.