VFS transport listener sample - In the response sent via email, all tags define
the same namespace
--------------------------------------------------------------------------------------------------
Key: SYNAPSE-170
URL: https://issues.apache.org/jira/browse/SYNAPSE-170
Project: Synapse
Issue Type: Bug
Components: Transports
Affects Versions: 1.1-QA-B3
Environment: Windows XP, JDK1.5.0_06
Reporter: Evanthika Amarasiri
Priority: Minor
Below is the response which I received through email when testing the VFS
sample (sample 116)
In the xml, each of the tags define the same namespace. Is this really
necessary? Please clarrify
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<ns:getQuoteResponse xmlns:ns="http://services.samples/xsd">
<ns:return xmlns:ns="http://services.samples/xsd"
type="samples.services.GetQuoteResponse">
<ns:change
xmlns:ns="http://services.samples/xsd">4.0262717788811715</ns:change>
<ns:earnings
xmlns:ns="http://services.samples/xsd">12.927743266294192</ns:earnings>
<ns:high
xmlns:ns="http://services.samples/xsd">168.46643957656048</ns:high>
<ns:last
xmlns:ns="http://services.samples/xsd">163.32793691138954</ns:last>
<ns:lastTradeTimestamp xmlns:ns="http://services.samples/xsd">Tue
Nov 06 10:02:19 LKT 2007</ns:lastTradeTimestamp>
<ns:low
xmlns:ns="http://services.samples/xsd">-161.76507088747871</ns:low>
<ns:marketCap
xmlns:ns="http://services.samples/xsd">-1769199.7742571319</ns:marketCap>
<ns:name xmlns:ns="http://services.samples/xsd">IBM
Company</ns:name>
<ns:open
xmlns:ns="http://services.samples/xsd">-160.71166525102936</ns:open>
<ns:peRatio
xmlns:ns="http://services.samples/xsd">25.102650655497996</ns:peRatio>
<ns:percentageChange
xmlns:ns="http://services.samples/xsd">2.2862984385656038</ns:percentageChange>
<ns:prevClose
xmlns:ns="http://services.samples/xsd">176.10438387943816</ns:prevClose>
<ns:symbol xmlns:ns="http://services.samples/xsd">IBM</ns:symbol>
<ns:volume xmlns:ns="http://services.samples/xsd">5548</ns:volume>
</ns:return>
</ns:getQuoteResponse>
</soapenv:Body>
</soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]