I am interested in knowing whether AxisCPP validates
the namespaces for a soap request or not ? In other
words does it verify that all the elements in the soap
request belong to the same namespace as defined in
wsdl ?

I tried digging into Axis CPP source code and came
across the getElement() method in SoapDeSerialzer.cpp.

http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/soap/SoapDeSerializer.cpp?view=markup
Although it takes "pNamespace" as one of the
parameters
it does not actually use it to validate in the code.
So it seems like we only look at the element name and
ignore the namespace. Is this the desired behavior or
does it need to be fixed?

I would appreciate any insight into this issue. Thanks

-Kamlesh

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to