Ports:
Port: eattestationsPort
Source code:
Location:
https://ws.e-attestations.com/v3.0/EAttestationsWS
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:

  1. getAvailableDocumentsDetailSource code
  2. getDossierDetailSource code
  3. getGlobalInformationDetailSource code
  4. getImportDossierResultDetailSource code
  5. getSupplierAccountInformationDetailSource code
  6. getSupplierIdentifierListDetailSource code
  7. importDossierDetailSource code
  8. reactivateDossierDetailSource code
  9. stopDossierDetailSource code
  10. updateDossierDetailSource code
  11. updateRequiredDocumentsDetailSource code
Operations:

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions name="eattestationsSrv" targetNamespace="http://srv.v3.ws.ea.com/"
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://srv.v3.ws.ea.com/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xs:schema targetNamespace="http://srv.v3.ws.ea.com/" version="1.0">
<xs:element name="document" type="tns:document" />
<xs:element name="documentInformation" nillable="true" type="xs:anyType" />
<xs:element name="fileInformation" type="tns:fileInformation" />
<xs:complexType name="requiredDocumentsUpdate">
<xs:sequence>
<xs:element minOccurs="0" name="dossierReference" type="xs:string" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="newRequiredDocuments" nillable="true" type="xs:string" />
<xs:element name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplierSearch">
<xs:sequence>
<xs:element minOccurs="0" name="companyIDType" type="xs:string" />
<xs:element minOccurs="0" name="companyIDValue" type="xs:string" />
<xs:element minOccurs="0" name="supplierCode" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="result">
<xs:sequence>
<xs:element name="complete" type="xs:boolean" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="listErrors" nillable="true" type="tns:error" />
<xs:element name="success" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="error">
<xs:sequence>
<xs:element minOccurs="0" name="additional" type="xs:string" />
<xs:element minOccurs="0" name="code" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="responseGetSupplierAccountInformation">
<xs:sequence>
<xs:element minOccurs="0" name="result" type="tns:result" />
<xs:element minOccurs="0" name="supplierAccountInformation" type="tns:supplierAccountInformation" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplierAccountInformation">
<xs:sequence>
<xs:element minOccurs="0" name="addressCity" type="xs:string" />
<xs:element minOccurs="0" name="addressCountryCode" type="xs:string" />
<xs:element minOccurs="0" name="addressPostCode" type="xs:string" />
<xs:element minOccurs="0" name="addressStreet" type="xs:string" />
<xs:element minOccurs="0" name="companyCountryCode" type="xs:string" />
<xs:element minOccurs="0" name="companyIDType" type="xs:string" />
<xs:element minOccurs="0" name="companyIDValue" type="xs:string" />
<xs:element name="monitoredSupplier" type="xs:boolean" />
<xs:element minOccurs="0" name="name" type="xs:string" />
<xs:element name="outOfBusiness" type="xs:boolean" />
<xs:element minOccurs="0" name="subscriptionDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="subscriptionKey" type="xs:string" />
<xs:element name="subscriptionState" type="xs:boolean" />
<xs:element minOccurs="0" name="supplierCode" type="xs:string" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="supplierUsers" nillable="true" type="tns:userInformation" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="userInformation">
<xs:sequence>
<xs:element minOccurs="0" name="email" type="xs:string" />
<xs:element minOccurs="0" name="firstName" type="xs:string" />
<xs:element minOccurs="0" name="internationalPhone" type="xs:string" />
<xs:element minOccurs="0" name="lastName" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossierImport">
<xs:sequence>
<xs:element minOccurs="0" name="description" type="xs:string" />
<xs:element name="dossierReference" type="xs:string" />
<xs:element minOccurs="0" name="expirationDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="purchasingCategory" type="xs:string" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="requiredDocuments" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="supplierEmail" type="xs:string" />
<xs:element name="supplierImport" type="tns:supplierImport" />
<xs:element minOccurs="0" name="userInCharge" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplierImport">
<xs:sequence>
<xs:element name="companyIDType" type="xs:string" />
<xs:element name="companyIDValue" type="xs:string" />
<xs:element minOccurs="0" name="supplierCode" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossierSearch">
<xs:sequence>
<xs:element minOccurs="0" name="dossierReference" type="xs:string" />
<xs:element minOccurs="0" name="monitoredDossier" type="xs:boolean" />
<xs:element minOccurs="0" name="stateLastChangeDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="responseGetDossier">
<xs:sequence>
<xs:element minOccurs="0" name="result" type="tns:result" />
<xs:element minOccurs="0" name="supplier" type="tns:supplier" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplier">
<xs:sequence>
<xs:element minOccurs="0" name="companyCountryCode" type="xs:string" />
<xs:element minOccurs="0" name="companyIDType" type="xs:string" />
<xs:element minOccurs="0" name="companyIDValue" type="xs:string" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="listDossiers" nillable="true" type="tns:dossier" />
<xs:element name="monitoredSupplier" type="xs:boolean" />
<xs:element minOccurs="0" name="supplierCode" type="xs:string" />
<xs:element minOccurs="0" name="supplierGlobalState" type="xs:boolean" />
<xs:element minOccurs="0" name="supplierGlobalStateLastChangeDate" type="xs:dateTime" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossier">
<xs:sequence>
<xs:element minOccurs="0" name="description" type="xs:string" />
<xs:element minOccurs="0" name="dossierGlobalState" type="xs:boolean" />
<xs:element minOccurs="0" name="dossierGlobalStateLastChangeDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="dossierId" type="xs:string" />
<xs:element minOccurs="0" name="dossierReference" type="xs:string" />
<xs:element minOccurs="0" name="expirationDate" type="xs:dateTime" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="listDocuments" nillable="true" type="tns:document" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="listIndicators" nillable="true" type="tns:indicator" />
<xs:element name="monitoredDossier" type="xs:boolean" />
<xs:element minOccurs="0" name="purchasingCategory" type="xs:string" />
<xs:element minOccurs="0" name="startingDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="stoppingDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="stoppingReason" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="document">
<xs:sequence>
<xs:element minOccurs="0" name="askingDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="documentCode" type="xs:string" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="listFileInformation" nillable="true" type="tns:fileInformation" />
<xs:element minOccurs="0" name="name" type="xs:string" />
<xs:element name="present" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="fileInformation">
<xs:sequence>
<xs:element minOccurs="0" name="downloadLink" type="xs:string" />
<xs:element minOccurs="0" name="expirationDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="uploadDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="uploadUser" type="tns:userInformation" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="indicator">
<xs:sequence>
<xs:element minOccurs="0" name="indicatorCode" type="xs:string" />
<xs:element minOccurs="0" name="lastChangeDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="name" type="xs:string" />
<xs:element name="state" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossierStop">
<xs:sequence>
<xs:element minOccurs="0" name="dossierReference" type="xs:string" />
<xs:element name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="responseGetAvailableDocuments">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="availableDocuments" nillable="true" type="tns:documentInformation" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="defaultDocuments" nillable="true" type="tns:documentInformation" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="documentInformation">
<xs:sequence>
<xs:element name="documentCode" type="xs:string" />
<xs:element name="name" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="responseGetGlobalInformation">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="listIndicatorsStatistics" nillable="true" type="tns:indicatorStatistics" />
<xs:element name="numberOfCompleteDossier" type="xs:int" />
<xs:element name="numberOfCompleteSupplier" type="xs:int" />
<xs:element name="numberOfDossier" type="xs:int" />
<xs:element name="numberOfSubscribedSupplier" type="xs:int" />
<xs:element name="numberOfSupplier" type="xs:int" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="indicatorStatistics">
<xs:sequence>
<xs:element minOccurs="0" name="indicatorCode" type="xs:string" />
<xs:element minOccurs="0" name="name" type="xs:string" />
<xs:element name="numberOfCompleteDossier" type="xs:int" />
<xs:element name="numberOfCompleteSupplier" type="xs:int" />
<xs:element name="numberOfDossier" type="xs:int" />
<xs:element name="numberOfSubscribedSupplier" type="xs:int" />
<xs:element name="numberOfSupplier" type="xs:int" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossierUpdate">
<xs:sequence>
<xs:element name="dataToUpdate" type="tns:dataToUpdate" />
<xs:element name="dossierReference" type="xs:string" />
<xs:element name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dataToUpdate">
<xs:sequence>
<xs:element minOccurs="0" name="newDescription" type="xs:string" />
<xs:element minOccurs="0" name="newDossierReference" type="xs:string" />
<xs:element minOccurs="0" name="newExpirationDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="newPurchasingCategory" type="xs:string" />
<xs:element minOccurs="0" name="newSupplierCode" type="xs:string" />
<xs:element minOccurs="0" name="newSupplierEmail" type="xs:string" />
<xs:element minOccurs="0" name="nilExpirationDate" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="dossierReactivate">
<xs:sequence>
<xs:element name="dossierReference" type="xs:string" />
<xs:element minOccurs="0" name="expirationDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="nilExpirationDate" type="xs:boolean" />
<xs:element name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplierIdentifierSearch">
<xs:sequence>
<xs:element minOccurs="0" name="monitoredSupplier" type="xs:boolean" />
<xs:element minOccurs="0" name="stateLastChangeDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="subscriptionState" type="xs:boolean" />
<xs:element minOccurs="0" name="supplierGlobalState" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="responseGetSupplierIdentifierList">
<xs:sequence>
<xs:element minOccurs="0" name="result" type="tns:result" />
<xs:element maxOccurs="unbounded" minOccurs="0" name="supplierIdentifier" nillable="true" type="tns:supplierIdentifier" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="supplierIdentifier">
<xs:sequence>
<xs:element minOccurs="0" name="companyIDType" type="xs:string" />
<xs:element minOccurs="0" name="companyIDValue" type="xs:string" />
<xs:element minOccurs="0" name="supplierCode" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
</wsdl:types>
<wsdl:message name="updateRequiredDocuments">
<wsdl:part name="requiredDocumentsUpdate" type="tns:requiredDocumentsUpdate" />
</wsdl:message>
<wsdl:message name="getGlobalInformationResponse">
<wsdl:part name="return" type="tns:responseGetGlobalInformation" />
</wsdl:message>
<wsdl:message name="getSupplierAccountInformation">
<wsdl:part name="supplierSearch" type="tns:supplierSearch" />
</wsdl:message>
<wsdl:message name="reactivateDossierResponse">
<wsdl:part name="return" type="tns:result" />
</wsdl:message>
<wsdl:message name="getSupplierAccountInformationResponse">
<wsdl:part name="return" type="tns:responseGetSupplierAccountInformation" />
</wsdl:message>
<wsdl:message name="updateDossier">
<wsdl:part name="dossierUpdate" type="tns:dossierUpdate" />
</wsdl:message>
<wsdl:message name="importDossierResponse">
<wsdl:part name="return" type="xsd:string" />
</wsdl:message>
<wsdl:message name="getSupplierIdentifierListResponse">
<wsdl:part name="return" type="tns:responseGetSupplierIdentifierList" />
</wsdl:message>
<wsdl:message name="updateDossierResponse">
<wsdl:part name="return" type="tns:result" />
</wsdl:message>
<wsdl:message name="stopDossierResponse">
<wsdl:part name="return" type="tns:result" />
</wsdl:message>
<wsdl:message name="importDossier">
<wsdl:part name="dossierImport" type="tns:dossierImport" />
</wsdl:message>
<wsdl:message name="getDossier">
<wsdl:part name="dossierSearch" type="tns:dossierSearch" />
</wsdl:message>
<wsdl:message name="stopDossier">
<wsdl:part name="dossierStop" type="tns:dossierStop" />
</wsdl:message>
<wsdl:message name="getImportDossierResult">
<wsdl:part name="processId" type="xsd:string" />
</wsdl:message>
<wsdl:message name="getDossierResponse">
<wsdl:part name="return" type="tns:responseGetDossier" />
</wsdl:message>
<wsdl:message name="getAvailableDocuments" />
<wsdl:message name="getImportDossierResultResponse">
<wsdl:part name="return" type="tns:result" />
</wsdl:message>
<wsdl:message name="getAvailableDocumentsResponse">
<wsdl:part name="return" type="tns:responseGetAvailableDocuments" />
</wsdl:message>
<wsdl:message name="getGlobalInformation" />
<wsdl:message name="updateRequiredDocumentsResponse">
<wsdl:part name="return" type="tns:result" />
</wsdl:message>
<wsdl:message name="reactivateDossier">
<wsdl:part name="dossierReactivate" type="tns:dossierReactivate" />
</wsdl:message>
<wsdl:message name="getSupplierIdentifierList">
<wsdl:part name="supplierIdentifierSearch" type="tns:supplierIdentifierSearch" />
</wsdl:message>
<wsdl:portType name="eattestationsSRV">
<wsdl:operation name="updateRequiredDocuments">
<wsdl:documentation>Used to modify asked documents for one dossier or all dossier of a supplier.</wsdl:documentation>
<wsdl:input message="tns:updateRequiredDocuments" name="updateRequiredDocuments" />
<wsdl:output message="tns:updateRequiredDocumentsResponse" name="updateRequiredDocumentsResponse" />
</wsdl:operation>
<wsdl:operation name="getSupplierAccountInformation">
<wsdl:documentation>Used to get supplier account information.</wsdl:documentation>
<wsdl:input message="tns:getSupplierAccountInformation" name="getSupplierAccountInformation" />
<wsdl:output message="tns:getSupplierAccountInformationResponse" name="getSupplierAccountInformationResponse" />
</wsdl:operation>
<wsdl:operation name="importDossier">
<wsdl:documentation>Used to import a new dossier for a supplier.</wsdl:documentation>
<wsdl:input message="tns:importDossier" name="importDossier" />
<wsdl:output message="tns:importDossierResponse" name="importDossierResponse" />
</wsdl:operation>
<wsdl:operation name="getDossier">
<wsdl:documentation>Used to get one or more dossier information.</wsdl:documentation>
<wsdl:input message="tns:getDossier" name="getDossier" />
<wsdl:output message="tns:getDossierResponse" name="getDossierResponse" />
</wsdl:operation>
<wsdl:operation name="stopDossier">
<wsdl:documentation>Used to deactivate one dossier or all dossier of a supplier. Documents are not asking anymore for this dossier.</wsdl:documentation>
<wsdl:input message="tns:stopDossier" name="stopDossier" />
<wsdl:output message="tns:stopDossierResponse" name="stopDossierResponse" />
</wsdl:operation>
<wsdl:operation name="getImportDossierResult">
<wsdl:documentation>Used to get the result of importDossier method.</wsdl:documentation>
<wsdl:input message="tns:getImportDossierResult" name="getImportDossierResult" />
<wsdl:output message="tns:getImportDossierResultResponse" name="getImportDossierResultResponse" />
</wsdl:operation>
<wsdl:operation name="getAvailableDocuments">
<wsdl:documentation>Used to get autorized documents list.</wsdl:documentation>
<wsdl:input message="tns:getAvailableDocuments" name="getAvailableDocuments" />
<wsdl:output message="tns:getAvailableDocumentsResponse" name="getAvailableDocumentsResponse" />
</wsdl:operation>
<wsdl:operation name="getGlobalInformation">
<wsdl:documentation>Used to get global information, statistics.</wsdl:documentation>
<wsdl:input message="tns:getGlobalInformation" name="getGlobalInformation" />
<wsdl:output message="tns:getGlobalInformationResponse" name="getGlobalInformationResponse" />
</wsdl:operation>
<wsdl:operation name="updateDossier">
<wsdl:documentation>Used to update data for one dossier.</wsdl:documentation>
<wsdl:input message="tns:updateDossier" name="updateDossier" />
<wsdl:output message="tns:updateDossierResponse" name="updateDossierResponse" />
</wsdl:operation>
<wsdl:operation name="reactivateDossier">
<wsdl:documentation>Used to reactivate a dossier.</wsdl:documentation>
<wsdl:input message="tns:reactivateDossier" name="reactivateDossier" />
<wsdl:output message="tns:reactivateDossierResponse" name="reactivateDossierResponse" />
</wsdl:operation>
<wsdl:operation name="getSupplierIdentifierList">
<wsdl:documentation>Used to get supplier identifier list.</wsdl:documentation>
<wsdl:input message="tns:getSupplierIdentifierList" name="getSupplierIdentifierList" />
<wsdl:output message="tns:getSupplierIdentifierListResponse" name="getSupplierIdentifierListResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="eattestationsSrvSoapBinding" type="tns:eattestationsSRV">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="updateRequiredDocuments">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="updateRequiredDocuments">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="updateRequiredDocumentsResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getSupplierAccountInformation">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getSupplierAccountInformation">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getSupplierAccountInformationResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="importDossier">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="importDossier">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="importDossierResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getDossier">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getDossier">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getDossierResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="stopDossier">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="stopDossier">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="stopDossierResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getImportDossierResult">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getImportDossierResult">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getImportDossierResultResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getAvailableDocuments">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getAvailableDocuments">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getAvailableDocumentsResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getGlobalInformation">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getGlobalInformation">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getGlobalInformationResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="updateDossier">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="updateDossier">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="updateDossierResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="reactivateDossier">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="reactivateDossier">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="reactivateDossierResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getSupplierIdentifierList">
<soap:operation soapAction="" style="rpc" />
<wsdl:input name="getSupplierIdentifierList">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:input>
<wsdl:output name="getSupplierIdentifierListResponse">
<soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="eattestationsSrv">
<wsdl:port binding="tns:eattestationsSrvSoapBinding" name="eattestationsPort">
<soap:address location="https://ws.e-attestations.com/v3.0/EAttestationsWS" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

About wsdl-viewer.xsl

This document was generated by libxslt XSLT engine. The engine processed the WSDL in XSLT 1.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.01
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.

The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT