[jboss-cvs] jbosstest/src/resources/webservice/jbws1034/WEB-INF/wsdl ...

Alex Guizar alex.guizar at jboss.com
Sun Jul 16 19:23:39 EDT 2006


  User: aguizar 
  Date: 06/07/16 19:23:39

  Added:       src/resources/webservice/jbws1034/WEB-INF/wsdl  Tag:
                        JBoss_4_0_2_JBWS-1034 EchoerService.wsdl
  Log:
  JBWS-1034
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +23 -0     jbosstest/src/resources/webservice/jbws1034/WEB-INF/wsdl/Attic/EchoerService.wsdl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EchoerService.wsdl
  ===================================================================
  RCS file: EchoerService.wsdl
  diff -N EchoerService.wsdl
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ EchoerService.wsdl	16 Jul 2006 23:23:39 -0000	1.1.2.1
  @@ -0,0 +1,23 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<definitions name="EchoerService" targetNamespace="urn:example:echo" xmlns:tns="urn:example:echo" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  +  <types/>
  +  <message name="Echoer_echo">
  +    <part name="String_1" type="xsd:string"/></message>
  +  <message name="Echoer_echoResponse">
  +    <part name="result" type="xsd:string"/></message>
  +  <portType name="Echoer">
  +    <operation name="echo" parameterOrder="String_1">
  +      <input message="tns:Echoer_echo"/>
  +      <output message="tns:Echoer_echoResponse"/></operation></portType>
  +  <binding name="EchoerBinding" type="tns:Echoer">
  +    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
  +    <operation name="echo">
  +      <soap:operation soapAction=""/>
  +      <input>
  +        <soap:body use="literal" namespace="urn:example:echo"/></input>
  +      <output>
  +        <soap:body use="literal" namespace="urn:example:echo"/></output></operation></binding>
  +  <service name="EchoerService">
  +    <port name="EchoerPort" binding="tns:EchoerBinding">
  +      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>
  
  
  



More information about the jboss-cvs-commits mailing list