Live Examples of Web Services
__title__
2.00
2021
HerongYang.com
Copyright © __author__. All rights reserved.
http://herongyang.com/Service
__thisUrl__
,47,
Table of Contents
__title__
Web Service, SOAP, WSDL, REST
Blog
__bookToc__
A collection of Web service examples for WSDL 1.1, WSDL 2.0, SOAP 1.1, SOAP 1.2, with XML document and RPC message styles:
__copyright__ v__version__
"Hello" Web Service
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Hello" is an XML document based Web service for testing purpose only. High level information about this "Hello" Web service:
- WSDL Document: Hello_WSDL_11_SOAP.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: Hello
- Operation Style: default
- SOAP Body Element Name: HelloRequest
- SOAP Body Encoding Option: use="literal"
- SOAP Request Sample: Hello_WSDL_11_SOAP_req.xml
- SOAP Response Sample: Hello_WSDL_11_SOAP_res.xml
- Detailed Description: Hello_WSDL_11_SOAP.html
⇑⇑ __title__
"Hello_REST" - REST Web Service
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Hello_REST" is an REST Web service for test purpose only. High level information about this "Hello_REST" Web service:
- WADL Document: Hello_REST.wadl.
- Web service endpoint: http://www.herongyang.com/Service
- Representations of resources: Hello_REST.php
- Operations: GET and POST
- Operation parameters: "Message" to provide input message to the server
- Response data type: XML
- GET Sample: Hello_REST.php?Message=Morning
⇑⇑ __title__
"Registration" Web Service - WSDL 1.1 and SOAP 1.2
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service:
- WSDL Document: Registration_WSDL_11_SOAP_12_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.2
- Transportation: SOAP 1.2 over HTTP
- Operation Name: Registration
- Operation Style: style="document"
- SOAP Body Element Name: RegistrationRequest
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: default. The response message has sub elements with the namespace prefix included.
- SOAP Request Sample: Registration_WSDL_11_SOAP_12_Document_req.xml
- SOAP Response Sample: Registration_WSDL_11_SOAP_12_Document_res.xml
- Detailed Description: Registration_WSDL_11_SOAP_12_Document.html
⇑⇑ __title__
"Reservation" Web Service - WSDL 1.1 and SOAP 1.2
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Reservation" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service:
- WSDL Document: Reservation_WSDL_11_SOAP_12_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.2
- Transportation: SOAP 1.2 over HTTP
- Operation Name: Reservation
- Operation Style: style="document"
- SOAP Body Element Name: Reservation (same as the operation name)
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: default
- SOAP Request Sample: Reservation_WSDL_11_SOAP_12_Document_req.xml
- SOAP Response Sample: Reservation_WSDL_11_SOAP_12_Document_res.xml
- Detailed Description: Reservation_WSDL_11_SOAP_12_Document.html
⇑⇑ __title__
"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.2
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service:
- WSDL Document: RefillOrder_WSDL_11_SOAP_12_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.2
- Transportation: SOAP 1.2 over HTTP
- Operation Name: RefillOrder
- Operation Style: style="document"
- SOAP Body Element Name: RefillOrderRequest
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: elementFormDefault="qualified"
- SOAP Request Sample: RefillOrder_WSDL_11_SOAP_12_Document_req.xml
- SOAP Response Sample: RefillOrder_WSDL_11_SOAP_12_Document_res.xml
- Detailed Description: RefillOrder_WSDL_11_SOAP_12_Document.html
⇑⇑ __title__
"GetExchangeRate" Web Service - WSDL 1.1 and SOAP 1.2
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level information about this "GetExchangeRate" Web service:
- WSDL Document: GetExchangeRate_WSDL_11_SOAP_12_RPC.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.2
- Transportation: SOAP 1.2 over HTTP
- Operation Name: GetExchangeRate
- Operation Style: style="rpc"
- SOAP Body Element Name: default
- SOAP Body Encoding Option: use="encoded"
- SOAP Body Encoding Style: default
- SOAP Request Sample: GetExchangeRate_WSDL_11_SOAP_12_RPC_req.xml
- SOAP Response Sample: GetExchangeRate_WSDL_11_SOAP_12_RPC_res.xml
- Detailed Description: GetExchangeRate_WSDL_11_SOAP_12_RPC.html
⇑⇑ __title__
"GetStockPrice" Web Service - WSDL 1.1 and SOAP 1.2
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"GetStockPrice" is an RPC method based Web service for testing purpose only. High level information about this "GetStockPrice" Web service:
- WSDL Document: GetStockPrice_WSDL_11_SOAP_12_RPC.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.2
- Transportation: SOAP 1.2 over HTTP
- Operation Name: GetStockPrice
- Operation Style: style="rpc"
- SOAP Body Element Name: default
- SOAP Body Encoding Option: use="encoded"
- SOAP Body Encoding Style: encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
- SOAP Request Sample: GetStockPrice_WSDL_11_SOAP_12_RPC_req.xml
- SOAP Response Sample: GetStockPrice_WSDL_11_SOAP_12_RPC_res.xml
- Detailed Description: GetStockPrice_WSDL_11_SOAP_12_RPC.html
⇑⇑ __title__
"Registration" Web Service - WSDL 1.1 and SOAP 1.1
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service:
- WSDL Document: Registration_WSDL_11_SOAP_11_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: Registration
- Operation Style: style="document"
- SOAP Body Element Name: RegistrationRequest
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: default. The response message has sub elements with the namespace prefix included.
- SOAP Request Sample: Registration_WSDL_11_SOAP_11_Document_req.xml
- SOAP Response Sample: Registration_WSDL_11_SOAP_11_Document_res.xml
- Detailed Description: Registration_WSDL_11_SOAP_11_Document.html
⇑⇑ __title__
"Reservation" Web Service - WSDL 1.1 and SOAP 1.1
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"Reservation" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service:
- WSDL Document: Reservation_WSDL_11_SOAP_11_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: Reservation
- Operation Style: style="document"
- SOAP Body Element Name: Reservation (same as the operation name)
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: default
- SOAP Request Sample: Reservation_WSDL_11_SOAP_11_Document_req.xml
- SOAP Response Sample: Reservation_WSDL_11_SOAP_11_Document_res.xml
- Detailed Description: Reservation_WSDL_11_SOAP_11_Document.html
⇑⇑ __title__
"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.1
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service:
- WSDL Document: RefillOrder_WSDL_11_SOAP_11_Document.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: RefillOrder
- Operation Style: style="document"
- SOAP Body Element Name: RefillOrderRequest
- SOAP Body Encoding Option: use="literal"
- SOAP Body Schema elementFormDefault Option: elementFormDefault="qualified"
- SOAP Request Sample: RefillOrder_WSDL_11_SOAP_11_Document_req.xml
- SOAP Response Sample: RefillOrder_WSDL_11_SOAP_11_Document_res.xml
- Detailed Description: RefillOrder_WSDL_11_SOAP_11_Document.html
⇑⇑ __title__
"GetExchangeRate" Web Service - WSDL 1.1 and SOAP 1.1
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level information about this "GetExchangeRate" Web service:
- WSDL Document: GetExchangeRate_WSDL_11_SOAP_11_RPC.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: GetExchangeRate
- Operation Style: style="rpc"
- SOAP Body Element Name: default
- SOAP Body Encoding Option: use="encoded"
- SOAP Body Encoding Style: default
- SOAP Request Sample: GetExchangeRate_WSDL_11_SOAP_11_RPC_req.xml
- SOAP Response Sample: GetExchangeRate_WSDL_11_SOAP_11_RPC_res.xml
- Detailed Description: GetExchangeRate_WSDL_11_SOAP_11_RPC.html
⇑⇑ __title__
"GetStockPrice" Web Service - WSDL 1.1 and SOAP 1.1
__chapterTitle__
2.00
__homeUrl__
__thisUrl__
__category__
Web Service, SOAP, WSDL, REST
Blog
"GetStockPrice" is an RPC method based Web service for testing purpose only. High level information about this "GetStockPrice" Web service:
- WSDL Document: GetStockPrice_WSDL_11_SOAP_11_RPC.wsdl.
- WSDL Version: 1.1
- WSDL Binding Extension: SOAP 1.1
- Transportation: SOAP 1.1 over HTTP
- Operation Name: GetStockPrice
- Operation Style: style="rpc"
- SOAP Body Element Name: default
- SOAP Body Encoding Option: use="encoded"
- SOAP Body Encoding Style: encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
- SOAP Request Sample: GetStockPrice_WSDL_11_SOAP_11_RPC_req.xml
- SOAP Response Sample: GetStockPrice_WSDL_11_SOAP_11_RPC_res.xml
- Detailed Description: GetStockPrice_WSDL_11_SOAP_11_RPC.html
⇑⇑ __title__