AXIS2C- how to assign the variable from getter function of axis2c to COM object member variable

2007-04-05 Thread Vijayalakshmi.VenkadaSwamy
Hi, In Axis2C, having the structure that has character variable for example struct item{ char* status; . } the issue is : 1. getting the value from getter function for character variable of axis2c, it returns value. 2. trying to assign it to the abov

Axis2C - getting junk character in response after setting the values in S ET method

2007-04-02 Thread Vijayalakshmi.VenkadaSwamy
Hi we are using the following srtuct in webservice creation. struct item { int id; char* strvalue1; char* strvalue2; }; 1. we are using a COM API function which returns _variant_t variable 2. Converting it into char* and trying

Axis2C - getting junk character in response after setting the values in S ET method

2007-04-02 Thread Vijayalakshmi.VenkadaSwamy
Hi we are using the following srtuct in webservice creation. struct item { int id; char* strvalue1; char* strvalue2; }; 1. we are using a COM API function which returns _variant_t variable 2. Converting it into char* and trying

FW: axis2c - generated skeleton files using WSDL2C for array of structure having a RESET function. how to use it?

2007-03-28 Thread Vijayalakshmi.VenkadaSwamy
From: Milinda Pathirage [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 9:48 AM To: Venkada Swamy, Vijayalakshmi (Cognizant) Subject: Re: axis2c - generated skeleton files using WSDL2C for array of structure having a RESET function. how to use it? Hi

Axis2C with IIS : how to define the end point url in WSDL such that it can be exposed using Axis2 engine

2007-03-12 Thread Vijayalakshmi.VenkadaSwamy
Hi, In Axis2c with IIS, deploying the web services in Axis2 engine using services.xml I want to expose my web service using the wsdl. I am using the WSDL2C tool to generate the skeleton files for server side deployment. And the operation definitions in services.xml will be as http://loc

how to get rid of linker error- following the steps in "Writing Web Services Skeleton Using Code Generator" topic in Axis 2c User guide.

2007-03-12 Thread Vijayalakshmi.VenkadaSwamy
Hi, Can any one tell how to write web service using generated files? The steps I have followed to create a web services using Axis2c are Generated files using the wsdl and it has operation with a request string type and response a string type Wsdl name as "myecho" with "echoStr

new issue----> Getting new error while compiling web service dll in VC++7.0 for IIS

2007-03-09 Thread Vijayalakshmi.VenkadaSwamy
From: Venkada Swamy, Vijayalakshmi (Cognizant) Sent: Friday, March 09, 2007 2:12 PM To: Venkada Swamy, Vijayalakshmi (Cognizant); '[EMAIL PROTECTED]'; 'axis-c-user@ws.apache.org' Cc: 'axis-c-dev@ws.apache.org' Subject: RE: Getting error while compiling web

RE: Getting error while compiling web service dll in VC++7.0 for IIS

2007-03-09 Thread Vijayalakshmi.VenkadaSwamy
Hi, Thanks Nandika, after adding the directive AXIS2_DECLARE_EXPORT that error is not coming but the following new error is coming. Can you tell me what could be the problem. myecho error LNK2001: unresolved external symbol [EMAIL PROTECTED] myecho error LNK2001: unresolved external sy

Getting error while compiling web service dll in VC++7.0 for IIS

2007-03-08 Thread Vijayalakshmi.VenkadaSwamy
Hi, Trying to create a simple web service with Axis2c and trying to deploy in IIS, steps followed and getting the error attached. Can any one suggest how to get rid of the errors? 1. Created a new solution in VC++7.0 2.Created New Project for LL 3 Generated

Axis2C -build for Revision 513713---nmake dist build ----Getting error while starting the axis server "axis2_http_server" for namke dist build

2007-03-02 Thread Vijayalakshmi.VenkadaSwamy
Hi, Installed Versions used for the build: * Microsoft Visual Studio .NET 2003 * Apache server: 2.0.59 * Downloaded version for build: Revision 513713 from http://svn.apache.org/repos/asf/webservices/axis2/trunk/c/ 1. while doing nmake install the bu

Axis2C IIS settings - doubt in IISforAxis2c.txt document

2007-03-01 Thread Vijayalakshmi.VenkadaSwamy
Hi, I am trying to add the filter for isapi_redirect.dll in IIS for mod_axis2_IIS.dll using IIS management console as per the documents points "Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. The name of the filter should reflect its task (l

Axis2C- getting error while running the server"axis2_http_server.exe" from the latest build of source files from trunk.

2007-02-26 Thread Vijayalakshmi.VenkadaSwamy
Hi, After building the binary from the source taken form trunk https://svn.apache.org/repos/asf/webservices/axis2/trunk/c Getting the below error while running the server "axis2_http_server.exe" [Tue Feb 27 09:50:10 200

Axis2C- error while running the axis2_http_server.exe after building the code from the trunk

2007-02-26 Thread Vijayalakshmi.VenkadaSwamy
Hi, Can any one clarify the below problems while deploying in Axis 2c web service in IIS Problem 1: * I have taken the axis2c-Src-0.96-win32 from the trunk and the build went fine and deployed it. * Set the variables AXIS2C_HOME and PATH and copied the libxml.dll, ico

Axis2c- error while building mod_iis.dll for IIS server settings.

2007-02-23 Thread Vijayalakshmi.VenkadaSwamy
Hi All, I have started compiling for mod_axis2_IIS.dll. I am getting the following below errors while doing nmaks install Moreover while downloading the common and util folder from the trunck, missing makefile.in files in the folders .\axis2c-src-0.96\modules\core\transport\http\c

Axis2c- Need mod_iis.dll for IIS server settings or how to build mod_iis.dll from the patch file?

2007-02-23 Thread Vijayalakshmi.VenkadaSwamy
Hi, I have downloaded the files from the net and while compiling as a separate VC++ dll project getting fatal error Can any one give the mod_axis2_IIS.dll for IIS server setup? I am not having wsdl2C.exe in the ..\axis2c-src-0.96\build\deploy\bin directory in source release after buil

Axis2c-- help in building the mod_iis.dll

2007-02-22 Thread Vijayalakshmi.VenkadaSwamy
Hi All, I need help in building the mod_iis.dll I took the patch file from net, but need help in building the dll as the down load patch is in txt format. My Source code for the axis2c-src-0.96 itself is not builded when given "nmake install" getting error as " del *.obj del *.exe

Need help in axis2c-src-0.96 with apache2.0.56- can't able to build.

2007-02-21 Thread Vijayalakshmi.VenkadaSwamy
Hi , I am using the apache2.0.56 with axis2c-src-0.96 My configure. in file is ENABLE_SSL = 0 LIBXML2_BIN_DIR = D:\MP\Axis2CR&Dwork\libxml2-2.6.27.win32 ICONV_BIN_DIR = D:\MP\Axis2CR&Dwork\iconv-1.9.1.win32 ZLIB_BIN_DIR= D:\MP\Axis2CR&Dwork\zlib-1.2.3.win32 APACHE_BIN_DIR = C