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

Apache CXF example source code file (expected_HelloWorld_corba_address_file.wsdl)

This example Apache CXF source code file (expected_HelloWorld_corba_address_file.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, helloworld, helloworldcorbabinding, is, license, license, of, see, see, software

The Apache CXF expected_HelloWorld_corba_address_file.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/HelloWorld" xmlns:tns="http://cxf.apache.org/bindings/corba/idl/HelloWorld" 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/HelloWorld/typemap" />
  <wsdl:types>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://cxf.apache.org/bindings/corba/idl/HelloWorld" xmlns="http://cxf.apache.org/bindings/corba/idl/HelloWorld" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="greetMe">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return_message" type="xs:string">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="greetMeResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="return" type="xs:string">
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="greetMeResponse">
    <wsdl:part name="outparameter" element="tns:greetMeResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="greetMe">
    <wsdl:part name="inparameter" element="tns:greetMe">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="HelloWorld">
    <wsdl:operation name="greetMe">
      <wsdl:input name="greetMeRequest" message="tns:greetMe">
    </wsdl:input>
      <wsdl:output name="greetMeResponse" message="tns:greetMeResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="HelloWorldCORBABinding" type="tns:HelloWorld">
    <corba:binding repositoryID="IDL:HelloWorld:1.0" />
    <wsdl:operation name="greetMe">
      <corba:operation name="greetMe">
        <corba:param mode="in" name="return_message" idltype="corba:string" />
        <corba:return name="return" idltype="corba:string" />
      </corba:operation>
      <wsdl:input name="greetMeRequest">
      </wsdl:input>
      <wsdl:output name="greetMeResponse">
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HelloWorldCORBAService">
    <wsdl:port name="HelloWorldCORBAPort" binding="tns:HelloWorldCORBABinding">
      <corba:address location="IOR:010000001400000049444c3a48656c6c6f576f726c64493a312e3000020000000000000080000000010101001e0000006d766573636f76692e6475626c696e2e656d65612e696f6e612e636f6d0022064d0000003a5c6d766573636f76692e6475626c696e2e656d65612e696f6e612e636f6d3a48656c6c6f576f726c642f48656c6c6f576f726c643a6d61726b65723a3a49523a48656c6c6f576f726c6449000000000000000001000000180000000100000001000000000000000800000001000000305f5449" />
    </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_HelloWorld_corba_address_file.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.