Author: veithen
Date: Sun May 10 12:00:42 2009
New Revision: 773327
URL: http://svn.apache.org/viewvc?rev=773327&view=rev
Log:
SYNAPSE-308: Fixed namespace mismatch in sample 254.
Modified:
synapse/trunk/java/repository/conf/sample/resources/vfs/test.xml
Modified: synapse/trunk/java/repository/conf/sample/resources/vfs/test.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/vfs/test.xml?rev=773327&r1=773326&r2=773327&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/vfs/test.xml (original)
+++ synapse/trunk/java/repository/conf/sample/resources/vfs/test.xml Sun May 10
12:00:42 2009
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<soapenv:Body>
- <m0:getQuote xmlns:m0="http://services.samples/xsd">
- <m0:request>
- <m0:symbol>IBM</m0:symbol>
- </m0:request>
- </m0:getQuote>
+ <getQuote xmlns="http://services.samples">
+ <request xmlns="http://services.samples/xsd">
+ <symbol>IBM</symbol>
+ </request>
+ </getQuote>
</soapenv:Body>
-</soapenv:Envelope>
\ No newline at end of file
+</soapenv:Envelope>