Web Service: MathWebService
Description:
Math Web service
Target Namespace:
http://microsoft.com/webservices/
Description:
Math Web service
Port MathWebServiceSoap Port typeSource code
Location:
http://gatewayauditlogdev.us.astrazeneca.net/mathservice/mathwebservice.asmx
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:
- GetAverageDetailSource code
- GetConcatDetailSource code
- GetMaximumDetailSource code
- GetMinimumDetailSource code
- GetSumDetailSource code
Port MathWebServiceSoap12 Port typeSource code
Location:
http://gatewayauditlogdev.us.astrazeneca.net/mathservice/mathwebservice.asmx
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:
- GetAverageDetailSource code
- GetConcatDetailSource code
- GetMaximumDetailSource code
- GetMinimumDetailSource code
- GetSumDetailSource code
Operations
- GetAverageStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://microsoft.com/webservices/GetAverageInput:GetAverageSoapIn (soap:body, use = literal)Source codeparameters type GetAverage
- number1 type int
- number2 type int
- number3 type int
Output:GetAverageSoapOut (soap:body, use = literal)Source codeparameters type GetAverageResponse- GetAverageResult type double
- GetConcatStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://microsoft.com/webservices/GetConcatInput:GetConcatSoapIn (soap:body, use = literal)Source codeparameters type GetConcat
- string1 - optional; type string
- string2 - optional; type string
Output:GetConcatSoapOut (soap:body, use = literal)Source codeparameters type GetConcatResponse- GetConcatResult - optional; type string
- GetMaximumStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://microsoft.com/webservices/GetMaximumInput:GetMaximumSoapIn (soap:body, use = literal)Source codeparameters type GetMaximum
- number1 type int
- number2 type int
- number3 type int
Output:GetMaximumSoapOut (soap:body, use = literal)Source codeparameters type GetMaximumResponse- GetMaximumResult type int
- GetMinimumStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://microsoft.com/webservices/GetMinimumInput:GetMinimumSoapIn (soap:body, use = literal)Source codeparameters type GetMinimum
- number1 type int
- number2 type int
- number3 type int
Output:GetMinimumSoapOut (soap:body, use = literal)Source codeparameters type GetMinimumResponse- GetMinimumResult type int
- GetSumStyle:documentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://microsoft.com/webservices/GetSumInput:GetSumSoapIn (soap:body, use = literal)Source codeparameters type GetSum
- number1 type int
- number2 type int
Output:GetSumSoapOut (soap:body, use = literal)Source codeparameters type GetSumResponse- GetSumResult type int
Port type MathWebServiceSoapSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions targetNamespace="http://microsoft.com/webservices/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://microsoft.com/webservices/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
><wsdl:documentation>Math Web service</wsdl:documentation>
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/webservices/">
</wsdl:types><s:element name="GetSum"></s:element>
<s:element name="GetSumResponse">
<s:complexType></s:complexType>
</s:element><s:element name="GetConcat"></s:element>
<s:element name="GetConcatResponse">
<s:complexType></s:complexType>
</s:element><s:element name="GetMinimum"></s:element>
<s:element name="GetMinimumResponse">
<s:complexType></s:complexType>
</s:element><s:element name="GetMaximum"></s:element>
<s:element name="GetMaximumResponse">
<s:complexType></s:complexType>
</s:element><s:element name="GetAverage"></s:element>
<s:element name="GetAverageResponse">
</s:schema><s:complexType></s:complexType>
</s:element><wsdl:message name="GetSumSoapIn"></wsdl:message>
<wsdl:message name="GetSumSoapOut"></wsdl:message>
<wsdl:message name="GetConcatSoapIn"></wsdl:message>
<wsdl:message name="GetConcatSoapOut"></wsdl:message>
<wsdl:message name="GetMinimumSoapIn"></wsdl:message>
<wsdl:message name="GetMinimumSoapOut"></wsdl:message>
<wsdl:message name="GetMaximumSoapIn"></wsdl:message>
<wsdl:message name="GetMaximumSoapOut"></wsdl:message>
<wsdl:message name="GetAverageSoapIn"></wsdl:message>
<wsdl:message name="GetAverageSoapOut"></wsdl:message>
<wsdl:portType name="MathWebServiceSoap">
<wsdl:operation name="GetSum"></wsdl:operation>
<wsdl:operation name="GetConcat"></wsdl:operation>
<wsdl:operation name="GetMinimum"></wsdl:operation>
<wsdl:operation name="GetMaximum"></wsdl:operation>
</wsdl:portType><wsdl:binding name="MathWebServiceSoap" type="tns:MathWebServiceSoap">
<wsdl:operation name="GetConcat">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="GetMinimum">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="GetMaximum">
</wsdl:binding><wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:binding name="MathWebServiceSoap12" type="tns:MathWebServiceSoap">
<wsdl:operation name="GetConcat">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="GetMinimum">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="GetMaximum">
</wsdl:binding><wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:service name="MathWebService">
</wsdl:definitions><wsdl:documentation>Math Web service</wsdl:documentation>
</wsdl:service>About wsdl-viewer.xsl
This document was generated by SAXON 9.1.0.8 from Saxonica XSLT engine.
The engine processed the WSDL in XSLT 2.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.02
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT