Hi

Is it possible to use message binding with the WsGenTask ant task?

If not, how do I create a client for this type of service..attached in my wsdl

Thanks

Marc

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.integrator.caisi.org"; xmlns:tns="http://ws.integrator.caisi.org"; xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding"; xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  <wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.integrator.caisi.org";>
<xsd:element name="admission">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="in0" nillable="true" type="xsd:anyType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="admissionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="xsd:anyType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
  </wsdl:types>
  <wsdl:message name="admissionResponse">
    <wsdl:part name="parameters" element="tns:admissionResponse"/>
  </wsdl:message>
  <wsdl:message name="admissionRequest">
    <wsdl:part name="parameters" element="tns:admission"/>
  </wsdl:message>
  <wsdl:portType name="ADTServicePortType">
    <wsdl:operation name="admission">
      <wsdl:input name="admissionRequest" message="tns:admissionRequest"/>
      <wsdl:output name="admissionResponse" message="tns:admissionResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ADTServiceHttpBinding" type="tns:ADTServicePortType">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="admission">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="admissionRequest">
        <wsdlsoap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="admissionResponse">
        <wsdlsoap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ADTService">
    <wsdl:port name="ADTServiceHttpPort" binding="tns:ADTServiceHttpBinding">
      <wsdlsoap:address location="http://localhost:8080/caisi-integrator/service/ADTService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to