|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
|
+
+Overview + +Service Description + +Client proxy + + + |
+
+<% if (CurrentPage == "main") {%>
+
+
+
+ Web Service Overview + <%=WebServiceDescription%> ++ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> + Basic Profile Conformance + This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
+ <% WriteTabs (); %> + + + <% if (CurrentTab == "main") { %> + Input Parameters + + <% if (InParams.Count == 0) { %> + No input parameters + <% } else { %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters + +
+ <% } %> + + Remarks + + <%=OperationDocumentation%> + + Technical information + + Format: <%=CurrentOperationFormat%> + Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method: + + ">
+ The web service returned the following result:
+ <% } else {%>
+ The test form is not available for this operation because it has parameters with a complex structure.
+ <% } %>
+ <% } %>
+
+
+
+ <% if (CurrentTab == "msg") { %>
+
+ The following are sample SOAP requests and responses for each protocol supported by this method:
+ +
+
+
+ + + <% if (IsOperationSupported ("Soap")) { %> + Soap + + <%=GenerateOperationMessages ("Soap", true)%> + <%=GenerateOperationMessages ("Soap", false)%> + <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get + + <%=GenerateOperationMessages ("HttpGet", true)%> + <%=GenerateOperationMessages ("HttpGet", false)%> + <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post + + <%=GenerateOperationMessages ("HttpPost", true)%> + <%=GenerateOperationMessages ("HttpPost", false)%> + <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + + + + <%=CurrentProxytName%> + ">Download + +
+
+<%} else if (CurrentPage == "wsdl") {%>
+
+ <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
+ The description of this web service is composed by several documents. Click on the document you want to see:
+
+ <%=GetProxyCode ()%>
+
+ <%=CurrentDocumentName%> + ">Download + +
+
+
+<%}%>
+
+<%=GenerateDocument ()%>
+ + |
++ |
| \n", + " | id | \n", + "j | \n", + "i | \n", + "local_x | \n", + "local_y | \n", + "global_x | \n", + "global_y | \n", + "global_z | \n", + "task_condition | \n", + "
|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "-0.125 | \n", + "0.125 | \n", + "0.026594 | \n", + "0.940631 | \n", + "0.594708 | \n", + "13-01-15-low-medium | \n", + "
| 1 | \n", + "3 | \n", + "1 | \n", + "0 | \n", + "-0.125 | \n", + "0.000 | \n", + "0.026594 | \n", + "0.852242 | \n", + "0.506320 | \n", + "13-01-15-low-medium | \n", + "
| 2 | \n", + "6 | \n", + "2 | \n", + "0 | \n", + "-0.125 | \n", + "-0.125 | \n", + "0.026594 | \n", + "0.763854 | \n", + "0.417931 | \n", + "13-01-15-low-medium | \n", + "
| 3 | \n", + "1 | \n", + "0 | \n", + "1 | \n", + "0.000 | \n", + "0.125 | \n", + "0.151594 | \n", + "0.940631 | \n", + "0.594708 | \n", + "13-01-15-low-medium | \n", + "
| 4 | \n", + "4 | \n", + "1 | \n", + "1 | \n", + "0.000 | \n", + "0.000 | \n", + "0.151594 | \n", + "0.852242 | \n", + "0.506320 | \n", + "13-01-15-low-medium | \n", + "
| 5 | \n", + "7 | \n", + "2 | \n", + "1 | \n", + "0.000 | \n", + "-0.125 | \n", + "0.151594 | \n", + "0.763854 | \n", + "0.417931 | \n", + "13-01-15-low-medium | \n", + "
| 6 | \n", + "2 | \n", + "0 | \n", + "2 | \n", + "0.125 | \n", + "0.125 | \n", + "0.276594 | \n", + "0.940631 | \n", + "0.594708 | \n", + "13-01-15-low-medium | \n", + "
| 7 | \n", + "5 | \n", + "1 | \n", + "2 | \n", + "0.125 | \n", + "0.000 | \n", + "0.276594 | \n", + "0.852242 | \n", + "0.506320 | \n", + "13-01-15-low-medium | \n", + "
| 8 | \n", + "8 | \n", + "2 | \n", + "2 | \n", + "0.125 | \n", + "-0.125 | \n", + "0.276594 | \n", + "0.763854 | \n", + "0.417931 | \n", + "13-01-15-low-medium | \n", + "
| 0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "-0.125 | \n", + "0.125 | \n", + "0.026594 | \n", + "1.194920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 1 | \n", + "3 | \n", + "1 | \n", + "0 | \n", + "-0.125 | \n", + "0.000 | \n", + "0.026594 | \n", + "1.069920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 2 | \n", + "6 | \n", + "2 | \n", + "0 | \n", + "-0.125 | \n", + "-0.125 | \n", + "0.026594 | \n", + "0.944920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 3 | \n", + "1 | \n", + "0 | \n", + "1 | \n", + "0.000 | \n", + "0.125 | \n", + "0.151594 | \n", + "1.194920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 4 | \n", + "4 | \n", + "1 | \n", + "1 | \n", + "0.000 | \n", + "0.000 | \n", + "0.151594 | \n", + "1.069920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 5 | \n", + "7 | \n", + "2 | \n", + "1 | \n", + "0.000 | \n", + "-0.125 | \n", + "0.151594 | \n", + "0.944920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 6 | \n", + "2 | \n", + "0 | \n", + "2 | \n", + "0.125 | \n", + "0.125 | \n", + "0.276594 | \n", + "1.194920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 7 | \n", + "5 | \n", + "1 | \n", + "2 | \n", + "0.125 | \n", + "0.000 | \n", + "0.276594 | \n", + "1.069920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 8 | \n", + "8 | \n", + "2 | \n", + "2 | \n", + "0.125 | \n", + "-0.125 | \n", + "0.276594 | \n", + "0.944920 | \n", + "0.563642 | \n", + "13-01-55-mid-medium | \n", + "
| 0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "-0.125 | \n", + "0.125 | \n", + "0.026594 | \n", + "1.475986 | \n", + "0.367931 | \n", + "13-02-34-high-medium | \n", + "
| 1 | \n", + "3 | \n", + "1 | \n", + "0 | \n", + "-0.125 | \n", + "0.000 | \n", + "0.026594 | \n", + "1.387598 | \n", + "0.456320 | \n", + "13-02-34-high-medium | \n", + "
| 2 | \n", + "6 | \n", + "2 | \n", + "0 | \n", + "-0.125 | \n", + "-0.125 | \n", + "0.026594 | \n", + "1.299209 | \n", + "0.544708 | \n", + "13-02-34-high-medium | \n", + "
| 3 | \n", + "1 | \n", + "0 | \n", + "1 | \n", + "0.000 | \n", + "0.125 | \n", + "0.151594 | \n", + "1.475986 | \n", + "0.367931 | \n", + "13-02-34-high-medium | \n", + "
| 4 | \n", + "4 | \n", + "1 | \n", + "1 | \n", + "0.000 | \n", + "0.000 | \n", + "0.151594 | \n", + "1.387598 | \n", + "0.456320 | \n", + "13-02-34-high-medium | \n", + "
| 5 | \n", + "7 | \n", + "2 | \n", + "1 | \n", + "0.000 | \n", + "-0.125 | \n", + "0.151594 | \n", + "1.299209 | \n", + "0.544708 | \n", + "13-02-34-high-medium | \n", + "
| 6 | \n", + "2 | \n", + "0 | \n", + "2 | \n", + "0.125 | \n", + "0.125 | \n", + "0.276594 | \n", + "1.475986 | \n", + "0.367931 | \n", + "13-02-34-high-medium | \n", + "
| 7 | \n", + "5 | \n", + "1 | \n", + "2 | \n", + "0.125 | \n", + "0.000 | \n", + "0.276594 | \n", + "1.387598 | \n", + "0.456320 | \n", + "13-02-34-high-medium | \n", + "
| 8 | \n", + "8 | \n", + "2 | \n", + "2 | \n", + "0.125 | \n", + "-0.125 | \n", + "0.276594 | \n", + "1.299209 | \n", + "0.544708 | \n", + "13-02-34-high-medium | \n", + "