Re: [Axis 2]: Person Information Collection - Web Service

2011-11-21 Thread Deepal jayasinghe
On 11/21/2011 3:03 PM, S P wrote: > Hi, > > I want to have a web service so that each person can put his/her > surname, firstName, and dateOfBirth > and this information will be extended as a XML file (Person.xml) on > our server. Are you talking about XML based database ? Any particular reason to

[Axis 2]: Person Information Collection - Web Service

2011-11-21 Thread S P
Hi, I want to have a web service so that each person can put his/her surname, firstName, and dateOfBirth and this information will be extended as a XML file (Person.xml) on our server. I already put Person.xml (which has only one person - Bill Gates) on Tomcat server. But now, I want to give othe

AW: how to parse soap_envelope or soap_body (Axiom)

2011-11-21 Thread Stadelmann Josef
Hi imranmm7 (nice name) calling axis2_msg_ctx_get_soap_enevlop returns you an axiom_sopa_envelope calling axiom_soap_enevelope_serialize returns you an axiom_output_t which is complex structure and IT HAS YOUR XML WRITER from there and only as an example, you have to relate various st

AW: how to parse soap_envelope or soap_body (Axiom)

2011-11-21 Thread Stadelmann Josef
-Ursprüngliche Nachricht- Von: imranmm7 [mailto:[email protected]] Gesendet: Samstag, 19. November 2011 14:31 An: [email protected] Betreff: how to parse soap_envelope or soap_body (Axiom) hello all, I am working with axis2C in linux. A webservice is deployed on apache engin