<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="GestionDemandeFormationImplService" targetNamespace="http://demowebservice.objis.com/" xmlns:ns1="http://cxf.apache.org/bindings/xformat" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://demowebservice.objis.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
<xs:schema elementFormDefault="unqualified" targetNamespace="http://demowebservice.objis.com/" version="1.0" xmlns:tns="http://demowebservice.objis.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="DemandeFormation" type="tns:demandeFormation"/>
<xs:element name="traitementDemande" type="tns:traitementDemande"/>
<xs:element name="traitementDemandeResponse" type="tns:traitementDemandeResponse"/>
<xs:complexType name="traitementDemande">
    <xs:sequence>
      <xs:element minOccurs="0" name="arg0" type="tns:demandeFormation"/>
    </xs:sequence>
  </xs:complexType>
<xs:complexType name="demandeFormation">
    <xs:sequence>
      <xs:element minOccurs="0" name="address" type="xs:string"/>
      <xs:element minOccurs="0" name="audit" type="xs:string"/>
      <xs:element minOccurs="0" name="date" type="xs:string"/>
      <xs:element minOccurs="0" name="emailAddress" type="xs:string"/>
      <xs:element minOccurs="0" name="name" type="xs:string"/>
      <xs:element minOccurs="0" name="remarque" type="xs:string"/>
      <xs:element minOccurs="0" name="societe" type="xs:string"/>
      <xs:element minOccurs="0" name="theme" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
<xs:complexType name="traitementDemandeResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="return" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>
  </wsdl:types>
  <wsdl:message name="traitementDemandeResponse">
    <wsdl:part element="tns:traitementDemandeResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="traitementDemande">
    <wsdl:part element="tns:traitementDemande" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="GestionDemandeFormation">
    <wsdl:operation name="traitementDemande">
      <wsdl:input message="tns:traitementDemande" name="traitementDemande">
    </wsdl:input>
      <wsdl:output message="tns:traitementDemandeResponse" name="traitementDemandeResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GestionDemandeFormationImplServiceSoapBinding" type="tns:GestionDemandeFormation">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="traitementDemande">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="traitementDemande">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="traitementDemandeResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="GestionDemandeFormationImplService">
    <wsdl:port binding="tns:GestionDemandeFormationImplServiceSoapBinding" name="GestionDemandeFormationImplPort">
      <soap:address location="http://localhost:8080/demandeformation-1.0-SNAPSHOT/GestionDemandeFormation"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
