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 Scott Came <Sc...@PSSG.com> on 2001/10/23 01:57:29 UTC

patch for echo sample

I submitted this awhile ago, but think it might've been missed...shouldn't
the deploy.xml for the echo sample be something like this???  ...

cvs diff deploy.xml (in directory D:\projects\xml-axis\java\samples\echo\)
Index: deploy.xml
===================================================================
RCS file: /home/cvspublic/xml-axis/java/samples/echo/deploy.xml,v
retrieving revision 1.2
diff -r1.2 deploy.xml
13c13
<   <service name="http://soapinterop.org/" pivot="echo" >
---
>   <service name="echo" pivot="echo" >

There are some dependencies in the functional tests that would need to be
changed, too...

Thanks.
--Scott