Re: Clarification needed

2008-06-06 Thread vamsi krishna
Hey Dinesh and Manjula, Yes, you people are right. I was using same repo for both client and server. service.xmls didnt get loaded when i tried to have different repos and moved the services folder from the client repo... Thanks a lot Thnaks & Regards, Vamsi K

Re: Clarification needed

2008-06-06 Thread Manjula Peiris
Hi Vamsi, In Rampart/C we are using a client_repo. Which only contains Axis2/C libs, modules and the axis2.xml. So it is well tested that in the client side it is working without services. So can you give us details about your Repo which is used in client side and further how are you saying that s

Re: Clarification needed

2008-06-06 Thread vamsi krishna
Hi Dinesh, I dont have any issues with axis2.xml which is getting loaded as this acts as a config file for the axis engine. But why are the service.xml of each and every service getting loaded at client side? Thanks & Regards, Vamsi Krishna M Dinesh Prem

Clarification needed

2008-06-06 Thread vamsi krishna
Hi All, 1. I observed that the service xmls are getting loaded at both server side and client side. may i know the reason for loading the services at the client side? I believe the service xmls are related to server and not client. 2. Should we have the whole axis2C package

Re: Axis2C - Clarification needed

2008-05-22 Thread vamsi krishna
Hi Dimuthu/Samisa, Nice to see your responses. Thanks. I read Axis2c handles the REST request aswell by just chaning the config file axis.xml or through the function axis2_options_set_enable_rest(...). 1. Does this tool handles the REST requests?

Re: Axis2C - Clarification needed

2008-05-21 Thread Dimuthu Gamage
Hi , If you want a tutorial on using stubs and skels with the codegen tool, just visit here, http://wso2.org/library/3534 Thanks Dimuthu On Mon, May 19, 2008 at 10:11 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > vamsi krishna wrote: >> >> Hi Manjula and Dimuthu, >> Thanks a lot fo

Re: Axis2C - Clarification needed

2008-05-19 Thread Samisa Abeysinghe
vamsi krishna wrote: Hi Manjula and Dimuthu, Thanks a lot for the response. 1. Manjula, do you mean LibXML2 is not of pull parsing machanism? if yes, How is Axiom model achieving the advantage of full parsing machanism with LibXML2 as a default parser? Libxml2 has a Pu

Re: Axis2C - Clarification needed

2008-05-19 Thread vamsi krishna
Hi Manjula and Dimuthu, Thanks a lot for the response. 1. Manjula, do you mean LibXML2 is not of pull parsing machanism? if yes, How is Axiom model achieving the advantage of full parsing machanism with LibXML2 as a default parser? 2. If pull parsing macha

Re: Axis2C - Clarification needed

2008-05-19 Thread Manjula Peiris
On Mon, 2008-05-19 at 13:07 +0530, Dimuthu Gamage wrote: > Answering some of the question that I m bit familiar with, > > On Mon, May 19, 2008 at 11:47 AM, vamsi krishna <[EMAIL PROTECTED]> wrote: > > Hi, > > I started to use Axis2C tool recently. I need the following > > clarifications regar

Re: Axis2C - Clarification needed

2008-05-19 Thread Dimuthu Gamage
Answering some of the question that I m bit familiar with, On Mon, May 19, 2008 at 11:47 AM, vamsi krishna <[EMAIL PROTECTED]> wrote: > Hi, > I started to use Axis2C tool recently. I need the following > clarifications regarding the same: > 1. How are Axiom, Stax and LibXML2 related in Axi

Axis2C - Clarification needed

2008-05-18 Thread vamsi krishna
Hi, I started to use Axis2C tool recently. I need the following clarifications regarding the same: 1. How are Axiom, Stax and LibXML2 related in Axis2C? 2. Given a structure for Serialization, what is the flow of serialization in terms of Axiom, Stax and LibXML2? 3.