===============================================
REPOST WSDL (WSDL Generate by Axis Java2WSDL)
===============================================
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://web.chromaticsoftware.com"; 
xmlns:impl="http://web.chromaticsoftware.com"; 
xmlns:intf="http://web.chromaticsoftware.com"; 
xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:tns2="http://cdmessage.services.csi.com"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://schemas.xmlsoap.org/wsdl/";>
 <wsdl:types>
  < schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://cdmessage.services.csi.com";>
   < import namespace="http://schemas.xmlsoap.org/soap/encoding/"; />
   < complexType name="Kvp" >
    < sequence >
     < element name="k" nillable="true" type="xsd:string"/>
     < element name="v" nillable="true" type="xsd:string"/>
    < /sequence>
   < /complexType>
   < complexType name="CDMessage">
    < sequence>
     < element name="command" nillable="true" type="xsd:string"/>
     < element name="data" nillable="true" type="impl:ArrayOf_tns2_Kvp"/>
     < element name="sequenceID" nillable="true" type="xsd:string"/>
    < /sequence>
   < /complexType>
  < /schema>
  < schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://web.chromaticsoftware.com";>
   < import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   < complexType name="ArrayOf_tns2_Kvp">
    < complexContent>
     < restriction base="soapenc:Array">
      < attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:Kvp[]"/>
     < /restriction>
    < /complexContent>
   < /complexType>
  < /schema>
 < /wsdl:types>

   < wsdl:message name="executeCDMessageResponse">

      < wsdl:part name="executeCDMessageResponse" type="tns2:CDMessage"/>

   < /wsdl:message>

   <wsdl:message name="executeCDMessageRequest">

      <wsdl:part name="in0" type="tns2:CDMessage"/>

   </wsdl:message>

   <wsdl:portType name="CDMessageController">

      <wsdl:operation name="executeCDMessage" parameterOrder="in0">

         <wsdl:input name="executeCDMessageRequest" 
message="impl:executeCDMessageRequest"/>

         <wsdl:output name="executeCDMessageResponse" 
message="impl:executeCDMessageResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="cdmessageservicehandlerSoapBinding" 
type="impl:CDMessageController">

      <wsdlsoap:binding style="rpc" 
transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="executeCDMessage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="executeCDMessageRequest">

            <wsdlsoap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://web.chromaticsoftware.com"/>

         </wsdl:input>

         <wsdl:output name="executeCDMessageResponse">

            <wsdlsoap:body use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://web.chromaticsoftware.com"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="CDMessageControllerService">

      <wsdl:port name="cdmessageservicehandler" 
binding="impl:cdmessageservicehandlerSoapBinding">

         <wsdlsoap:address location="http://this.value.is.replaced.by.jboss"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
===============================================
THANKS IN ADVANCE

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884807#3884807

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884807


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to