Some quick Axis2C help required ---- very very urgent

2008-11-18 Thread ramesh Gopal
The last time I ran into some issue with my Axis code, I came across lot of suggestions. Sample xml : operation in0 111 /in0 in0 222 /in0 /operation Now I have modified my code as follows : first_element = axiom_node_get_data_element(node, env); if ((ci =

Re: Some quick Axis2C help required ---- very very urgent

2008-11-18 Thread Samisa Abeysinghe
It is hard to look at this code fragment and tell what the error is. Please send the full code so that I could run it and see. Thanks, Samisa... ramesh Gopal wrote: The last time I ran into some issue with my Axis code, I came across lot of suggestions. Sample xml : operation in0 111 /in0

RE: xs:any minOccurs Check is Wrong

2008-11-18 Thread David Taylor (Lowell)
I think I have figured out the problem. In this case, there is an anonymous complex type with a sequence. That sequence has an implied minOccurs of 1. But, inside that sequence is only a single item, any, with a minOccurs of 0. The ADB deserializer didn't handle the case where the any had