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

Apache CXF example source code file (expected_doc_lit_wrapped_no_wrapperclass.wsdl)

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

hello, helloport, helloport, hellowrappedservice, hellowrappedservice, hellowrappedservicesoapbinding, hellowrappedservicesoapbinding, utf-8, utf-8

The Apache CXF expected_doc_lit_wrapped_no_wrapperclass.wsdl source code

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="HelloWrappedService" targetNamespace="http://cxf.com/" xmlns:tns="http://cxf.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://cxf.com/" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://cxf.com/">
<xsd:element name="sayHiWithoutWrapperClass" type="tns:sayHiWithoutWrapperClass"/>
<xsd:complexType name="sayHiWithoutWrapperClass">
<xsd:sequence/>
</xsd:complexType>
<xsd:element name="sayHiWithoutWrapperClassResponse" type="tns:sayHiWithoutWrapperClassResponse"/>
<xsd:complexType name="sayHiWithoutWrapperClassResponse">
<xsd:sequence>
<xsd:element minOccurs="0" name="return" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
  </wsdl:types>
  <wsdl:message name="sayHiWithoutWrapperClass">
    <wsdl:part name="parameters" element="tns:sayHiWithoutWrapperClass">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="sayHiWithoutWrapperClassResponse">
    <wsdl:part name="parameters" element="tns:sayHiWithoutWrapperClassResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="Hello">
    <wsdl:operation name="sayHiWithoutWrapperClass">
      <wsdl:input name="sayHiWithoutWrapperClass" message="tns:sayHiWithoutWrapperClass">
    </wsdl:input>
      <wsdl:output name="sayHiWithoutWrapperClassResponse" message="tns:sayHiWithoutWrapperClassResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="HelloWrappedServiceSoapBinding" type="tns:Hello">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="sayHiWithoutWrapperClass">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="sayHiWithoutWrapperClass">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="sayHiWithoutWrapperClassResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HelloWrappedService">
    <wsdl:port name="HelloPort" binding="tns:HelloWrappedServiceSoapBinding">
      <soap:address location="http://localhost:9090"/>
    </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_doc_lit_wrapped_no_wrapperclass.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.