alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (InventoryRetrieval.wsdl)

This example Apache CXF source code file (InventoryRetrieval.wsdl) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

copyright, definition, definitions, definitions, inventoryretrieval, inventoryretrieval, port, telemanagement, the, the, tmf854-inventoryretrievalinterfaces, type, type, version

The Apache CXF InventoryRetrieval.wsdl source code

<?xml version="1.0" encoding="UTF-8"?>
<!-- TMF854 Version 1.0 - Copyright TeleManagement Forum 2005 -->
<wsdl:definitions name="TMF854-InventoryRetrievalInterfaces" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="tmf854.v1.ws" xmlns:tmf854XSD="tmf854.v1" xmlns:tmf854WS="tmf854.v1.ws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <!-- ===================== import Type Definitions ============= -->
  <wsdl:types>
    <xsd:schema targetNamespace="tmf854.v1.ws">
      <xsd:import namespace="tmf854.v1" schemaLocation="../../xsd/interfaces/InventoryRetrieval.xsd"/>
    </xsd:schema>
  </wsdl:types>
  <!-- ===================== Import Exception Definitions ============= -->
  <wsdl:import location="Exceptions.wsdl" namespace="tmf854.v1.ws"/>
  <!-- ===================== Definition of getInventory Request/Response Messages ========= -->
  <wsdl:message name="getInventory">
    <wsdl:documentation>
    The getInventory request message.
    </wsdl:documentation>
    <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
    <wsdl:part name="mtosiBody" element="tmf854XSD:getInventory"/>
  </wsdl:message>
  <wsdl:message name="getInventoryResponse">
    <wsdl:documentation>
    The getInventory response message.
    </wsdl:documentation>
    <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
    <wsdl:part name="mtosiBody" element="tmf854XSD:getInventoryResponse"/>
  </wsdl:message>
  <!-- ===================== Port Type Definitions ====================== -->
  <!-- ===================== InventoryRetrieval Port Type  ===================== -->
  <wsdl:portType name="InventoryRetrieval">
    <wsdl:documentation>
    The MTOSI InventoryRetrieval porttype
    </wsdl:documentation>
    <wsdl:operation name="getInventory">
      <wsdl:documentation>
        This is the getInventory request/response operation.
      </wsdl:documentation>
      <wsdl:input message="tmf854WS:getInventory"/>
      <wsdl:output message="tmf854WS:getInventoryResponse"/>
      <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>
    </wsdl:operation>
  </wsdl:portType>
</wsdl:definitions>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF InventoryRetrieval.wsdl source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.