1601 |
1602 | Overview 1603 | 1604 | Service Description 1605 | 1606 | Client proxy 1607 | 1608 | 1618 | |
1622 |
1623 | <% if (CurrentPage == "main") {%>
1624 |
1625 |
1629 |
1630 | Web Service Overview 1631 | <%=WebServiceDescription%> 1632 | 1633 | <%} if (DefaultBinding == null) {%> 1634 | This service does not contain any public web method. 1635 | <%} else if (CurrentPage == "op") {%> 1636 | 1637 | 1641 | 1642 | <%=CurrentOperationName%> 1643 |1644 | <% WriteTabs (); %> 1645 | 1646 | 1647 | <% if (CurrentTab == "main") { %> 1648 | Input Parameters 1649 | 1650 | <% if (InParams.Count == 0) { %> 1651 | No input parameters 1652 | <% } else { %> 1653 |
1665 | 1666 | <% if (OutParams.Count > 0) { %> 1667 | Output Parameters 1668 | 1669 |
1680 | <% } %> 1681 | 1682 | Remarks 1683 | 1684 | <%=OperationDocumentation%> 1685 | 1686 | Technical information 1687 | 1688 | Format: <%=CurrentOperationFormat%> 1689 | Supported protocols: <%=CurrentOperationProtocols%> 1690 | <% } %> 1691 | 1692 | 1696 | 1697 | <% if (CurrentTab == "test") { 1698 | if (CurrentOperationSupportsTest) {%> 1699 | Enter values for the parameters and click the 'Invoke' button to test this method: 1700 | 1718 | ">
1719 | The web service returned the following result:
1722 | <% } else {%>
1723 | The test form is not available for this operation because it has parameters with a complex structure.
1724 | <% } %>
1725 | <% } %>
1726 |
1727 |
1731 |
1732 | <% if (CurrentTab == "msg") { %>
1733 |
1734 | The following are sample SOAP requests and responses for each protocol supported by this method:
1735 | 1720 | <%=GetTestResult()%>
1721 | 1736 | 1737 | <% if (IsOperationSupported ("Soap")) { %> 1738 | Soap 1739 | 1740 | <%=GenerateOperationMessages ("Soap", true)%> 1742 | <%=GenerateOperationMessages ("Soap", false)%> 1744 | <% } %> 1745 | <% if (IsOperationSupported ("HttpGet")) { %> 1746 | HTTP Get 1747 | 1748 | <%=GenerateOperationMessages ("HttpGet", true)%> 1750 | <%=GenerateOperationMessages ("HttpGet", false)%> 1752 | <% } %> 1753 | <% if (IsOperationSupported ("HttpPost")) { %> 1754 | HTTP Post 1755 | 1756 | <%=GenerateOperationMessages ("HttpPost", true)%> 1758 | <%=GenerateOperationMessages ("HttpPost", false)%> 1760 | <% } %> 1761 | 1762 | <% } %> 1763 | <%} else if (CurrentPage == "proxy") {%> 1764 | 1768 | 1777 | 1778 | <%=CurrentProxytName%> 1779 | ">Download 1780 | 1781 |
1782 |
1784 | <%} else if (CurrentPage == "wsdl") {%>
1785 |
1789 | <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
1790 | The description of this web service is composed by several documents. Click on the document you want to see:
1791 |
1792 | <%=GetProxyCode ()%>
1783 |
1804 | <%=CurrentDocumentName%> 1805 | ">Download 1806 | 1807 |
1808 |
1810 |
1811 | <%}%>
1812 |
1813 | <%=GenerateDocument ()%>
1809 | 1814 | |
1815 | 1816 | |