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:

Port MathWebServiceSoap12 Port typeSource code

Location:
http://gatewayauditlogdev.us.astrazeneca.net/mathservice/mathwebservice.asmx
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:

Operations

    Port type MathWebServiceSoapSource code

    1. GetAverage
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://microsoft.com/webservices/GetAverage
      Input:
      GetAverageSoapIn (soap:body, use = literal)Source code
      parameters type GetAverage
      • number1 type int
      • number2 type int
      • number3 type int
      Output:
      GetAverageSoapOut (soap:body, use = literal)Source code
      parameters type GetAverageResponse
      • GetAverageResult type double
    2. GetConcat
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://microsoft.com/webservices/GetConcat
      Input:
      GetConcatSoapIn (soap:body, use = literal)Source code
      parameters type GetConcat
      • string1 - optional; type string
      • string2 - optional; type string
      Output:
      GetConcatSoapOut (soap:body, use = literal)Source code
      parameters type GetConcatResponse
      • GetConcatResult - optional; type string
    3. GetMaximum
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://microsoft.com/webservices/GetMaximum
      Input:
      GetMaximumSoapIn (soap:body, use = literal)Source code
      parameters type GetMaximum
      • number1 type int
      • number2 type int
      • number3 type int
      Output:
      GetMaximumSoapOut (soap:body, use = literal)Source code
      parameters type GetMaximumResponse
      • GetMaximumResult type int
    4. GetMinimum
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://microsoft.com/webservices/GetMinimum
      Input:
      GetMinimumSoapIn (soap:body, use = literal)Source code
      parameters type GetMinimum
      • number1 type int
      • number2 type int
      • number3 type int
      Output:
      GetMinimumSoapOut (soap:body, use = literal)Source code
      parameters type GetMinimumResponse
      • GetMinimumResult type int
    5. GetSum
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://microsoft.com/webservices/GetSum
      Input:
      GetSumSoapIn (soap:body, use = literal)Source code
      parameters type GetSum
      • number1 type int
      • number2 type int
      Output:
      GetSumSoapOut (soap:body, use = literal)Source code
      parameters type GetSumResponse
      • GetSumResult type int

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/"></s:schema>
</wsdl:types>
</wsdl:definitions>

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