Please don't forget to synchronize the documentation! Andreas
On Fri, Jun 5, 2009 at 11:09, <[email protected]> wrote: > Author: hiranya > Date: Fri Jun 5 09:09:30 2009 > New Revision: 781952 > > URL: http://svn.apache.org/viewvc?rev=781952&view=rev > Log: > Fixing an error in the sample 300 config (wrong context in target endpoint) > > Modified: > synapse/trunk/java/repository/conf/sample/synapse_sample_350.xml > > Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_350.xml > URL: > http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_350.xml?rev=781952&r1=781951&r2=781952&view=diff > ============================================================================== > --- synapse/trunk/java/repository/conf/sample/synapse_sample_350.xml > (original) > +++ synapse/trunk/java/repository/conf/sample/synapse_sample_350.xml Fri Jun > 5 09:09:30 2009 > @@ -35,7 +35,7 @@ > <script language="js" key="stockquoteScript" > function="transformRequest"/> > <send> > <endpoint> > - <address > uri="http://localhost:9000/soap/SimpleStockQuoteService"/> > + <address > uri="http://localhost:9000/services/SimpleStockQuoteService"/> > </endpoint> > </send> > </in> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
