Advertisement
PommePote

Simple WebService WSDL

Oct 20th, 2011
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.16 KB | None | 0 0
  1. <!--
  2. Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.1.1-b09 (branches/2.1-6834; 2011-07-16T17:14:48+0000) JAXWS-RI/2.2.5-promoted-b04 JAXWS/2.2.
  3. -->
  4. <!--
  5. Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.1.1-b09 (branches/2.1-6834; 2011-07-16T17:14:48+0000) JAXWS-RI/2.2.5-promoted-b04 JAXWS/2.2.
  6. -->
  7. <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://server.ut.alicante.fr/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://server.ut.alicante.fr/" name="HelloWebServiceService">
  8. <types>
  9. <xsd:schema>
  10. <xsd:import namespace="http://server.ut.alicante.fr/" schemaLocation="http://localhost:20900/fr.alicante.ut.server_UsernameTokenServer_war_1.0/HelloWebServiceService?xsd=1"/>
  11. </xsd:schema>
  12. </types>
  13. <message name="hello">
  14. <part name="parameters" element="tns:hello"/>
  15. </message>
  16. <message name="helloResponse">
  17. <part name="parameters" element="tns:helloResponse"/>
  18. </message>
  19. <portType name="HelloWebService">
  20. <operation name="hello">
  21. <input wsam:Action="http://server.ut.alicante.fr/HelloWebService/helloRequest" message="tns:hello"/>
  22. <output wsam:Action="http://server.ut.alicante.fr/HelloWebService/helloResponse" message="tns:helloResponse"/>
  23. </operation>
  24. </portType>
  25. <binding name="HelloWebServicePortBinding" type="tns:HelloWebService">
  26. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
  27. <operation name="hello">
  28. <soap:operation soapAction=""/>
  29. <input>
  30. <soap:body use="literal"/>
  31. </input>
  32. <output>
  33. <soap:body use="literal"/>
  34. </output>
  35. </operation>
  36. </binding>
  37. <service name="HelloWebServiceService">
  38. <port name="HelloWebServicePort" binding="tns:HelloWebServicePortBinding">
  39. <soap:address location="http://localhost:20900/fr.alicante.ut.server_UsernameTokenServer_war_1.0/HelloWebServiceService"/>
  40. </port>
  41. </service>
  42. </definitions>
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement