RE: soap headers

2004-01-29 Thread Jaspreet Singh
> -Original Message- > From: Jaspreet Singh [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 3:26 PM > > this _is_ axis-c-user mailing list. this is not the dev list. > the dev list > is the one in which we get notifications about all cvs commit

RE: soap headers

2004-01-29 Thread Jaspreet Singh
Hi Susantha what a relief after reading your reply !! > -Original Message- > From: Susantha Kumara [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 3:17 PM > Jaspreet shall we move to using the code in CVS HEAD. We are > rapidly going > to support headers in the best way.

RE: soap headers

2004-01-22 Thread Jaspreet Singh
Hi I find that the C++ experts are rather silent. i speak in context to my previous mails too. i guess you're just too busy :( Regards Jaspreet > -Original Message- > From: Jaspreet Singh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 7:18 PM > To:

soap headers

2004-01-21 Thread Jaspreet Singh
Hi All note - i am using axis c++ beta version. 1. what are there two types of headers - input and output? what is their purpose? (http headers) 2. on client side we set soap headers in the soap stream. but these don't get serialized in the soap message since we don't construct the soapheader cl

feedback and requirements on axis c

2003-12-19 Thread Jaspreet Singh
Hi All I am using Axis C and i've come across situations where i would have certainly liked Axis to be more flexible and extensible to suit my needs. This can be considered as a set of requirements from my side. 1. The server picks up the information about the services and the methods it wants to

some questions on the wsdd file

2003-12-19 Thread Jaspreet Singh
Hi I have a few queries regarding the deployment descriptor 1. In a wsdd file what is the meaning of the "provider" attribute in "service" tag? What are the different providers and what is their significance? How and when will i use these providers? 2. Why do we call the library location paramet

RE: C++ Code Generation

2003-12-18 Thread Jaspreet Singh
Hello Make sure you're using the latest stable (beta) version of axis. Also, make sure you're using a correct wsdl file. i used the InteropBase.wsdl to generate client and server stubs and skels and everything is working fine. generating success instead of axis_success definitely seems to be a bu

RE: next Release of Axis ?

2003-12-17 Thread Jaspreet Singh
well, if you go to http://ws.apache.org/axis and look under the c++ section it says that the beta version has been released. > -Original Message- > From: Uwe Kubosch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 1:25 PM > To: [EMAIL PROTECTED] > Subject: SV: next Release o

RE: next Release of Axis ?

2003-12-15 Thread Jaspreet Singh
  Axis c beta is already out   -Original Message-From: Chetan Lalye [mailto:[EMAIL PROTECTED]Sent: Tuesday, December 16, 2003 11:41 AMTo: [EMAIL PROTECTED]Subject: next Release of Axis ? Hi axis developers,   When can we expect the next release ( beta) of Axis ?  

RE: some queries for axis c++

2003-12-12 Thread Jaspreet Singh
Hi Thanks for the prompt reply. > -Original Message- > From: Susantha Kumara [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 6:10 PM > > 4. what if my web service is not a dll or i don't want to > make it a dll? i > > just have a set of functions/classes and i don't want to

some queries for axis c++

2003-12-12 Thread Jaspreet Singh
Hi All I have a few queries regarding axis c++. 1. I tried using the InteropBase sample. The array types were not working. There crash while deleting the array on server side (i used simpleaxisserver) at: ~Param() -> ~ArrayBean() -> crash at "delete [] a;" for that particular type 2. i had probl

RE: Help Abt WSDD

2003-12-11 Thread Jaspreet Singh
Hi > -Original Message- > From: Dhanush Gopinath [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 5:31 PM > My Problem is after executing this the details abt the > WebService are not > updated in the server-config.wsdd file. the adminclient has some known bugs. so try dep

RE: newbie query

2003-11-26 Thread Jaspreet Singh
Hi > -Original Message- > From: Chandrasegaram Jeyakumaran [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2003 9:22 AM > Hi, > welcome to axis:) > You are using simpleaxisserver. > The easy way to start is try out the example3 of userguide. > You better follow userguide procedure

RE: interface versioning

2003-11-21 Thread Jaspreet Singh
yup.. interface versioning is good. there are different ways to accomplish this. one is the getVersion way that you've told. i saw one way in xalan in which they version the namespce i.e they have a different namaespace for every version. so clients won't end up using different header files with

newbie query

2003-11-20 Thread Jaspreet Singh
Hi Is there a working example of a running client and server? we have a simple_axis_server that runs but we have a client dll. should i write my own client sample code to run it? Also, there is a samples folder in which we have server wrappers and services. how do these services install themselve

packaging problems

2003-03-18 Thread Jaspreet Singh
Hi, I have a war file, ejb-jar file and a common jar file inside an ear that I am trying to deploy using axis. The common jar file contains common file require by both ejb-jar and war files, these are essentially the complex types exposed by the web service, these complex types are passed onto