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

Apache CXF example source code file (expected_Oneway.wsdl)

This example Apache CXF source code file (expected_Oneway.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

apache, apache, asf, asf, conditions, is, license, license, of, operationtestcorbabinding, operationtestcorbaservice, see, see, software

The Apache CXF expected_Oneway.wsdl source code

<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements. See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership. The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations
 * under the License.
-->
<wsdl:definitions targetNamespace="http://cxf.apache.org/bindings/corba/idl/Oneway" xmlns:tns="http://cxf.apache.org/bindings/corba/idl/Oneway" xmlns:corba="http://cxf.apache.org/bindings/corba" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <corba:typeMapping targetNamespace="http://cxf.apache.org/bindings/corba/idl/Oneway/typemap" />
  <wsdl:types>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://cxf.apache.org/bindings/corba/idl/Oneway" xmlns="http://cxf.apache.org/bindings/corba/idl/Oneway" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="onewayOperation">
        <xs:complexType>
          <xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="onewayInOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inString" type="xs:string">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="onewayInInOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inString1" type="xs:string">
            </xs:element>
            <xs:element name="inString2" type="xs:string">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidInOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inLong" type="xs:int">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidInOperationResponse">
        <xs:complexType>
          <xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidOutOperation">
        <xs:complexType>
          <xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidOutOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="outLong" type="xs:int">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidInOutOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inOutLong" type="xs:int">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="voidInOutOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inOutLong" type="xs:int">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortInOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inShort" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortInOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortOutOperation">
        <xs:complexType>
          <xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortOutOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return" type="xs:short">
            </xs:element>
            <xs:element name="outShort" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortInOutOperation">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="inOutShort" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortInOutOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return" type="xs:short">
            </xs:element>
            <xs:element name="inOutShort" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortOperation">
        <xs:complexType>
          <xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="shortOperationResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return" type="xs:short">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="shortInOutOperationResponse">
    <wsdl:part name="outparameter" element="tns:shortInOutOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="onewayInOperation">
    <wsdl:part name="inparameter" element="tns:onewayInOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortOutOperation">
    <wsdl:part name="inparameter" element="tns:shortOutOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidInOperation">
    <wsdl:part name="inparameter" element="tns:voidInOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortOperationResponse">
    <wsdl:part name="outparameter" element="tns:shortOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortOperation">
    <wsdl:part name="inparameter" element="tns:shortOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidOutOperationResponse">
    <wsdl:part name="outparameter" element="tns:voidOutOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="onewayOperation">
    <wsdl:part name="inparameter" element="tns:onewayOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortInOperationResponse">
    <wsdl:part name="outparameter" element="tns:shortInOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidInOutOperationResponse">
    <wsdl:part name="outparameter" element="tns:voidInOutOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidInOperationResponse">
    <wsdl:part name="outparameter" element="tns:voidInOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="onewayInInOperation">
    <wsdl:part name="inparameter" element="tns:onewayInInOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortInOperation">
    <wsdl:part name="inparameter" element="tns:shortInOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortOutOperationResponse">
    <wsdl:part name="outparameter" element="tns:shortOutOperationResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="shortInOutOperation">
    <wsdl:part name="inparameter" element="tns:shortInOutOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidOutOperation">
    <wsdl:part name="inparameter" element="tns:voidOutOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidInOutOperation">
    <wsdl:part name="inparameter" element="tns:voidInOutOperation">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="OperationTest">
    <wsdl:operation name="onewayOperation">
      <wsdl:input name="onewayOperationRequest" message="tns:onewayOperation">
    </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="onewayInOperation">
      <wsdl:input name="onewayInOperationRequest" message="tns:onewayInOperation">
    </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="onewayInInOperation">
      <wsdl:input name="onewayInInOperationRequest" message="tns:onewayInInOperation">
    </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="voidInOperation">
      <wsdl:input name="voidInOperationRequest" message="tns:voidInOperation">
    </wsdl:input>
      <wsdl:output name="voidInOperationResponse" message="tns:voidInOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidOutOperation">
      <wsdl:input name="voidOutOperationRequest" message="tns:voidOutOperation">
    </wsdl:input>
      <wsdl:output name="voidOutOperationResponse" message="tns:voidOutOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidInOutOperation">
      <wsdl:input name="voidInOutOperationRequest" message="tns:voidInOutOperation">
    </wsdl:input>
      <wsdl:output name="voidInOutOperationResponse" message="tns:voidInOutOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortInOperation">
      <wsdl:input name="shortInOperationRequest" message="tns:shortInOperation">
    </wsdl:input>
      <wsdl:output name="shortInOperationResponse" message="tns:shortInOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortOutOperation">
      <wsdl:input name="shortOutOperationRequest" message="tns:shortOutOperation">
    </wsdl:input>
      <wsdl:output name="shortOutOperationResponse" message="tns:shortOutOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortInOutOperation">
      <wsdl:input name="shortInOutOperationRequest" message="tns:shortInOutOperation">
    </wsdl:input>
      <wsdl:output name="shortInOutOperationResponse" message="tns:shortInOutOperationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortOperation">
      <wsdl:input name="shortOperationRequest" message="tns:shortOperation">
    </wsdl:input>
      <wsdl:output name="shortOperationResponse" message="tns:shortOperationResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="OperationTestCORBABinding" type="tns:OperationTest">
    <corba:binding repositoryID="IDL:OperationTest:1.0" />
    <wsdl:operation name="onewayOperation">
      <corba:operation name="onewayOperation" />
      <wsdl:input name="onewayOperationRequest">
      </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="onewayInOperation">
      <corba:operation name="onewayInOperation">
        <corba:param mode="in" idltype="corba:string" name="inString" />
      </corba:operation>
      <wsdl:input name="onewayInOperationRequest">
      </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="onewayInInOperation">
      <corba:operation name="onewayInInOperation">
        <corba:param mode="in" idltype="corba:string" name="inString1" />
        <corba:param mode="in" idltype="corba:string" name="inString2" />
      </corba:operation>
      <wsdl:input name="onewayInInOperationRequest">
      </wsdl:input>
    </wsdl:operation>
    <wsdl:operation name="voidInOperation">
      <corba:operation name="voidInOperation">
        <corba:param mode="in" idltype="corba:long" name="inLong" />
      </corba:operation>
      <wsdl:input name="voidInOperationRequest">
      </wsdl:input>
      <wsdl:output name="voidInOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidOutOperation">
      <corba:operation name="voidOutOperation">
        <corba:param mode="out" idltype="corba:long" name="outLong" />
      </corba:operation>
      <wsdl:input name="voidOutOperationRequest">
      </wsdl:input>
      <wsdl:output name="voidOutOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidInOutOperation">
      <corba:operation name="voidInOutOperation">
        <corba:param mode="inout" idltype="corba:long" name="inOutLong" />
      </corba:operation>
      <wsdl:input name="voidInOutOperationRequest">
      </wsdl:input>
      <wsdl:output name="voidInOutOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortInOperation">
      <corba:operation name="shortInOperation">
        <corba:param mode="in" idltype="corba:short" name="inShort" />
        <corba:return idltype="corba:short" name="return" />
      </corba:operation>
      <wsdl:input name="shortInOperationRequest">
      </wsdl:input>
      <wsdl:output name="shortInOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortOutOperation">
      <corba:operation name="shortOutOperation">
        <corba:param mode="out" idltype="corba:short" name="outShort" />
        <corba:return idltype="corba:short" name="return" />
      </corba:operation>
      <wsdl:input name="shortOutOperationRequest">
      </wsdl:input>
      <wsdl:output name="shortOutOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortInOutOperation">
      <corba:operation name="shortInOutOperation">
        <corba:param mode="inout" idltype="corba:short" name="inOutShort" />
        <corba:return idltype="corba:short" name="return" />
      </corba:operation>
      <wsdl:input name="shortInOutOperationRequest">
      </wsdl:input>
      <wsdl:output name="shortInOutOperationResponse">
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="shortOperation">
      <corba:operation name="shortOperation">
        <corba:return idltype="corba:short" name="return" />
      </corba:operation>
      <wsdl:input name="shortOperationRequest">
      </wsdl:input>
      <wsdl:output name="shortOperationResponse">
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="OperationTestCORBAService">
    <wsdl:port name="OperationTestCORBAPort" binding="tns:OperationTestCORBABinding">
      <corba:address location="IOR:" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF expected_Oneway.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.