Re: need to access Soap Body from Serializer

2005-03-08 Thread John Hawkins
cc Subject Re: need to access Soap Body from Serializer Since Axis C++ needs an object model why not port AXIOM which is been used with Axis2 to C++ and get the ecoding support completed in Guththila (the C++ pull parser). Porting OM will not be a problem if someone can help with

Re: need to access Soap Body from Serializer

2005-03-06 Thread Dasarath Weeratunge
t; > > Please respond to > > "Apache AXIS C Developers List" > > > > > > To Apache AXIS C Developers List > , Din%$h > > <[EMAIL PROTECTED]> > > > > cc > > > > Subject Re: need to access Soap Body from >

Re: need to access Soap Body from Serializer

2005-03-05 Thread Sameera Perera
it does not look easy to do :-( > > > > > Samisa Abeysinghe <[EMAIL PROTECTED]> > > 24/02/2005 11:18 > > Please respond to > "Apache AXIS C Developers List" > > > To Apache AXIS C Developers List , Din%$h > <[EMAI

Re: need to access Soap Body from Serializer

2005-02-24 Thread John Hawkins
We've recently looked into this area and it does not look easy to do :-( Samisa Abeysinghe <[EMAIL PROTECTED]> 24/02/2005 11:18 Please respond to "Apache AXIS C Developers List" To Apache AXIS C Developers List , Din%$h <[EMAIL PROTECTED]> cc Subj

Re: need to access Soap Body from Serializer

2005-02-24 Thread Samisa Abeysinghe
Well I do not think we have a dom tree. :( We use SAX with a pull model. However, there are some issues raised in Jira to support what you are looking for to support WS-Sec. It is not yet implemented though. Samisa... On Thu, 24 Feb 2005 02:02:08 -0800, Din%$h <[EMAIL PROTECTED]> wrote: > Hi,

Re: need to access Soap Body from Serializer

2005-02-24 Thread Din%$h
Hi, When we doing encryption , We get a body as a string and parse it to DOM Document . Please correct me if I'm wrong , In axis engine we build a DOM Tree and then retrieve Headers and other wanted things as we want?? Is there a possibility to get access to DOM tree directly, If we able to