Commit a978fe4a authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

WSDL: Suppression URL du web service en vue de la migration du projet sur un dépôt GIT public.

parent 5147deb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="ExternalWebServiceService" targetNamespace="http://webServices.web.squirel.horoquartz.amano.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://webServices.web.squirel.horoquartz.amano.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:definitions name="ExternalWebServiceService" targetNamespace="http://url.to.web.services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://url.to.web.services/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webServices.web.squirel.horoquartz.amano.com/" elementFormDefault="unqualified" targetNamespace="http://webServices.web.squirel.horoquartz.amano.com/" version="1.0">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://url.to.web.services/" elementFormDefault="unqualified" targetNamespace="http://url.to.web.services/" version="1.0">
<xs:element name="executeWorkflow" type="tns:executeWorkflow"/>
<xs:element name="executeWorkflowResponse" type="tns:executeWorkflowResponse"/>
<xs:element name="executeWorkflowWithParameters" type="tns:executeWorkflowWithParameters"/>