SOA/AnalyseClient/target/classes/wsdl/analyzer.wsdl
2024-11-13 18:06:52 +01:00

39 lines
No EOL
1.9 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!-- Published by JAX-WS RI (https://github.com/eclipse-ee4j/metro-jax-ws). RI's version is JAX-WS RI 2.3.6 git-revision#d201abe. -->
<!-- Generated by JAX-WS RI (https://github.com/eclipse-ee4j/metro-jax-ws). RI's version is JAX-WS RI 2.3.6 git-revision#d201abe. -->
<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soap.insa.fr/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soap.insa.fr/" name="analyzer">
<types>
<xsd:schema>
<xsd:import namespace="http://soap.insa.fr/" schemaLocation="http://localhost:8089/?xsd=1"/>
</xsd:schema>
</types>
<message name="compare">
<part name="parameters" element="tns:compare"/>
</message>
<message name="compareResponse">
<part name="parameters" element="tns:compareResponse"/>
</message>
<portType name="AnalyserChaineWS">
<operation name="compare">
<input wsam:Action="http://soap.insa.fr/AnalyserChaineWS/compareRequest" message="tns:compare"/>
<output wsam:Action="http://soap.insa.fr/AnalyserChaineWS/compareResponse" message="tns:compareResponse"/>
</operation>
</portType>
<binding name="AnalyserChaineWSPortBinding" type="tns:AnalyserChaineWS">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="compare">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="analyzer">
<port name="AnalyserChaineWSPort" binding="tns:AnalyserChaineWSPortBinding">
<soap:address location="http://localhost:8089/"/>
</port>
</service>
</definitions>