You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ja...@apache.org on 2005/07/21 14:35:08 UTC

svn commit: r220049 - in /webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources: ./ Echo.wsdl version.aar

Author: jayachandra
Date: Thu Jul 21 05:35:07 2005
New Revision: 220049

URL: http://svn.apache.org/viewcvs?rev=220049&view=rev
Log: (empty)

Added:
    webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/
    webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/Echo.wsdl
    webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/version.aar   (with props)

Added: webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/Echo.wsdl
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/Echo.wsdl?rev=220049&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/Echo.wsdl (added)
+++ webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/Echo.wsdl Thu Jul 21 05:35:07 2005
@@ -0,0 +1,37 @@
+  <?xml version="1.0" encoding="UTF-8" ?> 
+  <wsdl:definitions targetNamespace="http://DefaultNamespace" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://DefaultNamespace" xmlns:intf="http://DefaultNamespace" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <!-- 
+WSDL created by Apache Axis version: 1.2
+Built on May 03, 2005 (02:20:24 EDT)
+
+  --> 
+  <wsdl:message name="EchoStringRequest">
+  <wsdl:part name="in0" type="soapenc:string" /> 
+  </wsdl:message>
+  <wsdl:message name="EchoStringResponse">
+  <wsdl:part name="EchoStringReturn" type="soapenc:string" /> 
+  </wsdl:message>
+  <wsdl:portType name="Echo">
+  <wsdl:operation name="EchoString" parameterOrder="in0">
+  <wsdl:input message="impl:EchoStringRequest" name="EchoStringRequest" /> 
+  <wsdl:output message="impl:EchoStringResponse" name="EchoStringResponse" /> 
+  </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:binding name="EchoSoapBinding" type="impl:Echo">
+  <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 
+  <wsdl:operation name="EchoString">
+  <wsdlsoap:operation soapAction="" /> 
+  <wsdl:input name="EchoStringRequest">
+  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> 
+  </wsdl:input>
+  <wsdl:output name="EchoStringResponse">
+  <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> 
+  </wsdl:output>
+  </wsdl:operation>
+  </wsdl:binding>
+  <wsdl:service name="EchoService">
+  <wsdl:port binding="impl:EchoSoapBinding" name="Echo">
+  <wsdlsoap:address location="http://localhost:8080/axis/services/Echo" /> 
+  </wsdl:port>
+  </wsdl:service>
+  </wsdl:definitions>
\ No newline at end of file

Added: webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/version.aar
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/version.aar?rev=220049&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/archive/java/scratch/ashu_jaya_venkat/jaxws/test-resources/version.aar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream