Operations:
- getAvailableDocumentsDescription:Used to get autorized documents list.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getAvailableDocuments (soap:body, use = literal)Source codeOutput:getAvailableDocumentsResponse (soap:body, use = literal)Source codereturn type responseGetAvailableDocuments
- getDossierDescription:Used to get one or more dossier information.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getDossier (soap:body, use = literal)Source codedossierSearch type dossierSearchOutput:getDossierResponse (soap:body, use = literal)Source codereturn type responseGetDossier
- getGlobalInformationDescription:Used to get global information, statistics.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getGlobalInformation (soap:body, use = literal)Source codeOutput:getGlobalInformationResponse (soap:body, use = literal)Source codereturn type responseGetGlobalInformation
- getImportDossierResultDescription:Used to get the result of importDossier method.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getImportDossierResult (soap:body, use = literal)Source codeprocessId type stringOutput:getImportDossierResultResponse (soap:body, use = literal)Source codereturn type result
- getSupplierAccountInformationDescription:Used to get supplier account information.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getSupplierAccountInformation (soap:body, use = literal)Source codesupplierSearch type supplierSearchOutput:getSupplierAccountInformationResponse (soap:body, use = literal)Source codereturn type responseGetSupplierAccountInformation
- getSupplierIdentifierListDescription:Used to get supplier identifier list.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getSupplierIdentifierList (soap:body, use = literal)Source codesupplierIdentifierSearch type supplierIdentifierSearchOutput:getSupplierIdentifierListResponse (soap:body, use = literal)Source codereturn type responseGetSupplierIdentifierList
- importDossierDescription:Used to import a new dossier for a supplier.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:importDossier (soap:body, use = literal)Source codedossierImport type dossierImportOutput:importDossierResponse (soap:body, use = literal)Source codereturn type string
- reactivateDossierDescription:Used to reactivate a dossier.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:reactivateDossier (soap:body, use = literal)Source codedossierReactivate type dossierReactivateOutput:reactivateDossierResponse (soap:body, use = literal)Source codereturn type result
- stopDossierDescription:Used to deactivate one dossier or all dossier of a supplier. Documents are not asking anymore for this dossier.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:stopDossier (soap:body, use = literal)Source codedossierStop type dossierStopOutput:stopDossierResponse (soap:body, use = literal)Source codereturn type result
- updateDossierDescription:Used to update data for one dossier.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateDossier (soap:body, use = literal)Source codedossierUpdate type dossierUpdateOutput:updateDossierResponse (soap:body, use = literal)Source codereturn type result
- updateRequiredDocumentsDescription:Used to modify asked documents for one dossier or all dossier of a supplier.Style:rpcOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateRequiredDocuments (soap:body, use = literal)Source coderequiredDocumentsUpdate type requiredDocumentsUpdateOutput:updateRequiredDocumentsResponse (soap:body, use = literal)Source codereturn type result
Port type: eattestationsSRVSource code
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">
</wsdl:types><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:complexType><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 name="supplierSearch">
<xs:sequence>
</xs:complexType><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 name="result">
<xs:sequence>
</xs:complexType><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 name="error">
<xs:sequence>
</xs:complexType><xs:element minOccurs="0" name="additional" type="xs:string" />
<xs:element minOccurs="0" name="code" type="xs:string" />
</xs:sequence><xs:complexType name="responseGetSupplierAccountInformation">
<xs:sequence>
</xs:complexType><xs:element minOccurs="0" name="result" type="tns:result" />
<xs:element minOccurs="0" name="supplierAccountInformation" type="tns:supplierAccountInformation" />
</xs:sequence><xs:complexType name="supplierAccountInformation">
<xs:sequence>
</xs:complexType><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 name="userInformation">
<xs:sequence>
</xs:complexType><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 name="dossierImport">
<xs:sequence>
</xs:complexType><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 name="supplierImport">
<xs:sequence>
</xs:complexType><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 name="dossierSearch">
<xs:sequence>
</xs:complexType><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 name="responseGetDossier">
<xs:sequence>
</xs:complexType><xs:element minOccurs="0" name="result" type="tns:result" />
<xs:element minOccurs="0" name="supplier" type="tns:supplier" />
</xs:sequence><xs:complexType name="supplier">
<xs:sequence>
</xs:complexType><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 name="dossier">
<xs:sequence>
</xs:complexType><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 name="document">
<xs:sequence>
</xs:complexType><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 name="fileInformation">
<xs:sequence>
</xs:complexType><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 name="indicator">
<xs:sequence>
</xs:complexType><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 name="dossierStop">
<xs:sequence>
</xs:complexType><xs:element minOccurs="0" name="dossierReference" type="xs:string" />
<xs:element name="supplierSearch" type="tns:supplierSearch" />
</xs:sequence><xs:complexType name="responseGetAvailableDocuments">
<xs:sequence>
</xs:complexType><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 name="documentInformation">
<xs:sequence>
</xs:complexType><xs:element name="documentCode" type="xs:string" />
<xs:element name="name" type="xs:string" />
</xs:sequence><xs:complexType name="responseGetGlobalInformation">
<xs:sequence>
</xs:complexType><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 name="indicatorStatistics">
<xs:sequence>
</xs:complexType><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 name="dossierUpdate">
<xs:sequence>
</xs:complexType><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 name="dataToUpdate">
<xs:sequence>
</xs:complexType><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 name="dossierReactivate">
<xs:sequence>
</xs:complexType><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 name="supplierIdentifierSearch">
<xs:sequence>
</xs:complexType><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 name="responseGetSupplierIdentifierList">
<xs:sequence>
</xs:complexType><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 name="supplierIdentifier">
</xs:schema><xs:sequence>
</xs:complexType><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><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:portType><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: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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><wsdl:operation name="getSupplierIdentifierList">
</wsdl:binding><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">
</wsdl:operation><soap:body namespace="http://srv.v3.ws.ea.com/" use="literal" />
</wsdl:output><wsdl:service name="eattestationsSrv">
</wsdl:definitions><wsdl:port binding="tns:eattestationsSrvSoapBinding" name="eattestationsPort">
</wsdl:service><soap:address location="https://ws.e-attestations.com/v3.0/EAttestationsWS" />
</wsdl:port>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
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