Re: Bug in axis2c xml parsing?

2007-10-19 Thread Lahiru Gunathilake
Hi Subra, I've checked your code but it worked in both two types of xml's.Please check your variables MY_NAMESPACE_PREFIX and MY_NAMESPACE_URI.You have to give the appropriate prefix to get the child by the Qname. This is my code: char* MY_NAMESPACE_URI = http://x.com;; char*

Re: Bug in axis2c xml parsing?

2007-10-19 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello folks, I use the following code to parse an incoming ws request. I am posting only snippets of the code for sake of brevity **CODE