RE: C++ with Java?

2004-06-08 Thread Susantha Kumara
Yes you can use Axis C++ to enable your C/C++ applications talk to web services. --- Susantha -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 7:41 AM To: [EMAIL PROTECTED] Subject: Re: C++ with Java? Ding Lei wrote: > Hello folks, > I

RE: Why use WSDL?

2004-05-10 Thread Susantha Kumara
Could you send me the WSDL ?. It seems that wsdl2ws should work with it. --- Susantha. > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Friday, May 07, 2004 5:40 PM > To: [EMAIL PROTECTED] > Subject: RE: Why use WSDL? > > Turn your hashmap into an array. >

WSDL2Java throws IOException when given a huge wsdl (487kb)

2004-02-17 Thread Susantha Kumara
Hi, When I parsed a huge WSDL (SLWebSvc.wsdl) WSDL2Java throws following exception. java org.apache.axis.wsdl.WSDL2Java SLWebSvc.wsdl java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.gen.Parser.run(Parser.j

RE: soap headers

2004-01-29 Thread Susantha Kumara
Hi Jaspreet, > -Original Message- > From: Jaspreet Singh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 7:48 PM > To: [EMAIL PROTECTED] > Subject: soap headers > > > Hi All > > note - i am using axis c++ beta version. > > 1. what are there two types of headers - input and ou

RE: Cannot load web service

2004-01-26 Thread Susantha Kumara
Hi Gabriel, It seems that the entries you have in the server.wsdd are wrong. Check whether the Calculator.dll (or .so) is in the path specified in the server.wsdd. let me know if this doesnot work, thanks, Susantha. > -Original Message- > From: Gabriel Dos Santos [mailto:[EMAIL PROTECT

RE: Axis C++ Questions

2004-01-15 Thread Susantha Kumara
Hi Chetan,   We are just now supporting doc/lit. Will be available in Axis C++ 1.1.xxx onwards. What we have in the CVS HEAD is being changed/modified. I am checking in the latest code today. Please get it and use it.     1. Get the WSDL2Ws tool to generate C/C++ web services and clients.

Doc/lit support in Axis C++ : need doc/lit style wsdls.

2004-01-09 Thread Susantha Kumara
Hi all, We are in the process of supporting document/literal style web services and clients. Initial work to the code generation tool WSDL2Ws is done and need several different doc/lit style wsdls to test the code generation corretly. If you have any please send them to us. We appreciate your help

ANNOUNCE:Release of Apache Axis C++ v1.0 Final

2004-01-09 Thread Susantha Kumara
We are proud to announce the release of Apache Axis C++ v1.0. This implementation of a C++ SOAP engine provides a stable platform for developing Web services in C and C++. This engine can be used to develop client applications as well. This release includes the following features: - SOAP engi

RE: Anybody can help me about Axis C++?

2004-01-02 Thread Susantha Kumara
Hi moch, It seems that there is something wrong with the xerces parser you use. The xerces include files, .lib file and the .dll should be from the same version. Is it ok. If you find there is no problem with xerces could you send us the WSDL and/or soap message you get ? Thanks, Susantha. Are

RE: some queries for axis c++

2003-12-12 Thread Susantha Kumara
Hi Jaspreet, > -Original Message- > From: Jaspreet Singh [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 4:05 PM > To: [EMAIL PROTECTED] > Subject: some queries for axis c++ > > > Hi All > > I have a few queries regarding axis c++. > > 1. I tried using the InteropBase sample. T

RE: Axis_C error parsing WSDL

2003-11-30 Thread Susantha Kumara
between java 1.4.2 and 1.4.0_03? > > >> > > >> > > >> > > > >> > I dont know what i have forgotten ? ;) > > >> > > > >> > Do you have any ideas? Maybe i have to install red-hat8.0/9.0 at an > > >> other

RE: newbie query

2003-11-26 Thread Susantha Kumara
Hi Jaspreet, First I thank you for your feedback on Axis C++. > -Original Message- > From: Jaspreet Singh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2003 3:09 PM > To: [EMAIL PROTECTED] > Subject: RE: newbie query > > > Hi > > > > -Original Message- > > From: Chand

RE: Axis_C error parsing WSDL

2003-11-26 Thread Susantha Kumara
Hi Christian Fricke, It seems that there is something wrong with the wsdl you used. Another possibility is that the required axis jar files in your class path may be incompatible. Please use the axis jars in the /lib/axisjava/ foloder of Axis C++ distribution. If you still get the problem let me

ANNOUNCE: Release of Apache Axis C++ v1.0 (Alpha)

2003-10-31 Thread Susantha Kumara
We are proud to announce the release of Apache Axis C++ v1.0 (Alpha).This implementation of a C++ SOAP engine provides a stable platformfor developing Web services using C/C++ as well as a client sidelibrary for developing C/C++ client applications. This releaseincludes the following featur