Ajay,
 
You can certainly consume an Axis service from a Windows-based C++ client -- you just can't write that C++ client using Axis. You will need to use a different Web services platform to build your clients. Your choice of tool depends on what C++ tool you're using? If you're using Visual C++ .NET, then you should use .NET. If you're using Borland C++ Builder, then you should use Borland's Web services tool. If you're using Visual C++ V6, then you have a pretty wide choice -- MS SOAP Toolkit, PocketSOAP, WhiteMesa, Systinet WASP for C++, etc.
 
Anne
----- Original Message -----
Sent: Monday, June 23, 2003 9:42 AM
Subject: Question regarding a webservice on Axis+Jboss for C++ client on windows


I am a newbie so this may be a basic question.

I would like to publish an EJB based webservice on Axis+JBoss and the consumer of the webservice is going to be a windows C++ application. In Axis user guide, I saw examples of java clients but I did not find any documentation on C++ clients so I am wondering if it is possible to consume Axis webservice from a windows C++ client? If it is possible, I would also like to know if there are any limitations (or things to be aware of) in that approach. Any pointers to documentation/samples that can help me in this approach would be a great help.
Thanks in advance,

Ajay

Reply via email to