You won't do any better with gSOAP.
On 7/9/05, Dmitrii Dimandt <[EMAIL PROTECTED]> wrote: > On 7/9/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Dmitrii, > > > > You'll never be able to generate types from this kind of service. The > > schema is full of <s:schema> and <s:any> elements, so the only > > possible way to interact with this service is using raw XML > > processing. You application will have to process the returned schemas > > at runtime to determine the structures of the messages and then > > process them accordingly. > > > > Axis C++ should map these response messages to DOM for you, though. > > > > Anne > > Now, that's inconvenient... I guess, I'll have to use gSOAP instead... >
