Re: Help needed for AXIS C++ webservice client

2008-03-13 Thread Nadir Amra
Aparna, Yes, the client can be used without the server. I would not use any of the binaries that are out there. You should build the binaries from the latest code in SVN. There are numerous fixes that are not in the binaries. Nadir K. Amra <[EMAIL PROTECTED]> wrote on 03/13/2008 08:17:08 A

Help needed for AXIS C++ webservice client

2008-03-13 Thread Aparna.Sahebarao
Hi, We are developing a AXIS C++ client for the .net web service hosted onto IIS. The client is running on AIX (UNIX) platform. We wanted to know that can only AXIS client be used with out using AXIS server? We are getting an exception in the constructor of the SOAP request class. We have

Re: C code genarator producing non-compilable results

2008-03-13 Thread Sérgio Gomes
Hi Dimuthu, Thanks for your prompt reply! That did the trick :) Cheers, Sérgio --- On Thu, Mar 13, 2008 at 1:50 AM, Dimuthu Gamage <[EMAIL PROTECTED]> wrote: > Hi Sérgio, > > Yea there is a bug in identifying simple types in the stub. Those > types should be prefixed with adb_ and post fix wit

RE: FW: Problem with Service deployed

2008-03-13 Thread Rahil Ali
Hello Senaka, Thanks very much for your support, It worked and I can now add the reference in .Net. But when I tried to access its method "add" it gave an exception: "Data element of the OM Node is NULL" I think this is because I havent implemented anything in the functions: Can you please send me