XML name space mismatch in Synapse sample 2 ,4 and 7
----------------------------------------------------

                 Key: SYNAPSE-509
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-509
             Project: Synapse
          Issue Type: Bug
    Affects Versions: NIGHTLY
            Reporter: Charith Dhanushka Wickramarachchi
            Priority: Minor


Hi ,

while running synapse samples i have found out that there is a xml namespace 
mismatch in synapse samples 2 ,4 and 7
following is the body of the soap message that i was able to trace while 
sending the getquote request using the axis2client that is bundled in synapse.
<soapenv:Body>
        <m0:getQuote xmlns:m0="http://services.samples";>
                <m0:request>
                        <m0:symbol>IBM</m0:symbol>
                </m0:request>
        </m0:getQuote>
</soapenv:Body>

but in sample 2 4 and 7 are configured to accept a message with a different 
namespace so they does not work properly
(even though the sample 7 seems running perfectly the with the incomming 
'Invalid custom quote request' axis fault that fault is generated due to the 
xmlns mismatch.you can check this by changing stocksymbol --> symbol where you 
get the same message)
thank you,  
Charith

-- 
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: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to