You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/09/19 18:31:36 UTC

svn commit: r577346 - /geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml

Author: gawor
Date: Wed Sep 19 09:31:35 2007
New Revision: 577346

URL: http://svn.apache.org/viewvc?rev=577346&view=rev
Log:
since service-ref is built with a wsdl, connect to the service that's built with the same wsdl

Modified:
    geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml

Modified: geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml?rev=577346&r1=577345&r2=577346&view=diff
==============================================================================
--- geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml (original)
+++ geronimo/server/branches/2.0/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/src/main/resources/META-INF/geronimo-application-client.xml Wed Sep 19 09:31:35 2007
@@ -44,7 +44,7 @@
       <protocol>http</protocol>
       <host>localhost</host>
       <port>8080</port>
-      <uri>/jaxws-war/servlet1</uri>
+      <uri>/jaxws-war/servlet2</uri>
    </port>
  </service-ref>