Author: ruwan Date: Mon May 11 12:00:23 2009 New Revision: 35514 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35514
Log: sync up with synapse trunk Modified: branches/synapse/1.3-wso2v1/repository/conf/sample/resources/vfs/test.xml Modified: branches/synapse/1.3-wso2v1/repository/conf/sample/resources/vfs/test.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/repository/conf/sample/resources/vfs/test.xml?rev=35514&r1=35513&r2=35514&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/repository/conf/sample/resources/vfs/test.xml (original) +++ branches/synapse/1.3-wso2v1/repository/conf/sample/resources/vfs/test.xml Mon May 11 12:00:23 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> - </soapenv:Body> + <soapenv:Body> + <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 _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
