Web Service: AccountManagerDocLiteralWrappedService

Target Namespace:
http://wsdl/AccountManagerDocLiteralWrappedService/

Port AccountManagerDocLiteralWrappedPort Port typeSource code

Location:
http://ec2-54-234-107-53.compute-1.amazonaws.com:8080/sample_axis/services/AccountManagerDocLiteralWrapped
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:

Operations

    Port type AccountManagerDocLiteralWrappedSource code

    1. deposit
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      depositRequest (wsdlsoap:body, use = literal)Source code
      parameters type deposit
      • acctId type string
      • amount type int
      Output:
      depositResponse (wsdlsoap:body, use = literal)Source code
      parameters type depositResponse
      • result type int
    2. getBalance
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      getBalanceRequest (wsdlsoap:body, use = literal)Source code
      parameters type getBalance
      • acctId type string
      Output:
      getBalanceResponse (wsdlsoap:body, use = literal)Source code
      parameters type getBalanceResponse
      • result type int
    3. listAccounts
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      listAccountsRequest (wsdlsoap:body, use = literal)Source code
      parameters type listAccounts
      Output:
      listAccountsResponse (wsdlsoap:body, use = literal)Source code
      parameters type listAccountsResponse
      • result type string
    4. transfer
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      transferRequest (wsdlsoap:body, use = literal)Source code
      parameters type transfer
      • acctFrom type string
      • acctTo type string
      • amount type int
      Output:
      transferResponse (wsdlsoap:body, use = literal)Source code
      parameters type transferResponse
    5. withdraw
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      Input:
      withdrawRequest (wsdlsoap:body, use = literal)Source code
      parameters type withdraw
      • acctId type string
      • amount type int
      Output:
      withdrawResponse (wsdlsoap:body, use = literal)Source code
      parameters type withdrawResponse
      • result type int

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions targetNamespace="http://wsdl/AccountManagerDocLiteralWrappedService/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://wsdl/AccountManagerDocLiteralWrappedService/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:intf="http://wsdl/AccountManagerDocLiteralWrappedService/"
xmlns:tns1="http://wsdl/AccountManagerDocLiteralWrapped/"
>
<!-- WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT) -->
</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