Re: [Axis2/C] How to use Stubs

2008-05-08 Thread Dushshantha Chandradasa
You can find some info here http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c regards, Dushshantha On Thu, May 8, 2008 at 12:56 PM, SD [EMAIL PROTECTED] wrote: Is there some documentation on how to use generated client stubs somewhere? Thanx in advance, SD.

Re: RE : [Axis2]Apache Axis2/C 1.3.1 RC2

2008-04-17 Thread Dushshantha Chandradasa
Hi Carl, I tried generating code from the axis2 java latest nightly build for Calculator.wsdl in the AXIS2C_SVN_HEAD\test\resources\wsdl folder. I got the service and client working fine. I used RC2 Windows Binary. If you can provide a sample wsdl to regenerate your problem, We can test it and

Re: RE : RE : problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-17 Thread Dushshantha Chandradasa
Hi Carl, I tried generating code from the axis2 java latest nightly build for Calculator.wsdl in the AXIS2C_SVN_HEAD\test\resources\wsdl folder. I got the service and client working fine. I used RC2 Windows Binary. If you can provide a sample wsdl to regenerate your problem, We can test it and

Re: Axis2/C for Apapche 2.2.8

2008-03-10 Thread Dushshantha Chandradasa
Hi Graf, According to the error message You have given below, apache complains about mod_axis2.so file instead mod_axis2.dll. Did you rename the dll in to .so and copied in to apache modules folder? Just wondering whether you missed that.. BTW you don't need to rename it to .so , you can just

Re: compile current svn, windows

2007-11-19 Thread Dushshantha Chandradasa
Applied the changes to the code. Thanks Mark for the fixes. regards, Dushshantha On Nov 19, 2007 9:29 AM, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Mark, Please find my commets inline. Mark Nüßler [EMAIL PROTECTED] writes: hello users, when i try to compile the current

Re: [Axis2c] query generating server side file from wsdl

2007-05-15 Thread Dushshantha Chandradasa
It seems to me that your wsdl is wrong. Please note that you have set inpun and output messages as strRequest and strResponse. wsdl:portType name=hello wsdl:operation name=concat parameterOrder=str0 str1 wsdl:input message=intf:strRequest name=strRequest/ wsdl:output

Re: Axis2Cproblem in running client

2007-05-07 Thread Dushshantha Chandradasa
What is the version of Axis2 java you are using for code generation? Try downloading the latest nightly build of the Axis2 java from the following link. http://people.apache.org/dist/axis2/nightly/axis2-SNAPSHOT.ziphttp://people.apache.org/dist/axis2/nightly/ regards, Dushshantha On 5/8/07,

Re: Regarding web services through AXIC c++

2007-04-27 Thread Dushshantha Chandradasa
You can compile and link a sample on windows by issuing the following commands in a DOS prompt: change the directory to the folder where your sample code is exist. vcvars32.bat cl.exe /nologo /D WIN32 /D _WINDOWS /D AXIS2_DECLARE_EXPORT /D _MBCS *.C /IAXIS2C_HOME\include /link /nologo *.obj

Re: [Axis2] link error - missing axis2_rest_sender_get_param_string() method

2007-03-01 Thread Dushshantha Chandradasa
this is fixed now. try with the latest svn. Dushshantha On 3/2/07, Dave Meier [EMAIL PROTECTED] wrote: axis2_rest_sender_get_param_string is declared and called in rest_sender.c, but there is no method supplied. Generating Code... Creating library ..\deploy\lib\axis2_http_sender.lib

RE: A Problem with java webService client talking to C++ WebService server( TheCalculator demo)

2005-11-10 Thread Dushshantha Chandradasa
The wsdl file for the service should be placed in a folder called wsdls in $AXISCPP_DEPLOY to access it through the link provided on the welcome page. From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 9:43 PM To: Apache AXIS C User List Subject:

Problen in code generation using wsdl2ws on Linux

2005-10-24 Thread Dushshantha Chandradasa
() (/usr/lib/libgcj.so.6.0.0) Dont know whether I missed anything here. Regards, Marcus Dushshantha Chandradasa Team Virtusa [EMAIL PROTECTED]

errors in generated codes

2005-10-19 Thread Dushshantha Chandradasa
::getInput' : not all co ntrol paths return a value [cc] cl failed with return code 2 Marcus Dushshantha Chandradasa Team Virtusa [EMAIL PROTECTED]

RE: Cannot Run WSDL2WS in Axis C++

2005-09-12 Thread Dushshantha Chandradasa
Hi thushantha, do you have following jars in your classpath??? axis.jar wsdl4j.jar commons-discovery.jar commons-logging.jar log4j-1.2.8.jar jaxrpc.jar saaj.jar Please check whether each file is separately stated in the classpath setting. These jars are packaged with Axis Java. Please

RE: v1.5 on XP fails to load mod_axis2.dll

2005-09-08 Thread Dushshantha Chandradasa
Hmmm, Im using Apache 2.0.54 (installed using apache_2.0.54-win32-x86-no_ssl.msi) and Axis C++ latest version checked out from SVN and built using ant in Windows XP 2002. I have my mod_axis2.dll in APACHE_HOME/modules/ folder and all other env. vars are correctly set. Apache version is

RE: Help with Hello World... still returns (null)

2005-09-06 Thread Dushshantha Chandradasa
can you just try to capture the request and response SOAP messages using TCPMonitor and attach it here?? -Original Message- From: Gavin M. Bell [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 5:11 AM To: Apache AXIS C User List Subject: Help with Hello World... still

RE: axisclient crashes when deleting the Call object

2005-09-01 Thread Dushshantha Chandradasa
Hi, You can get SVN checkouts by following the instructions below. 1. Downloaded installed Version 1.2.1 of TortoiseSVN http://tortoisesvn.tigris.org/ For checkout I used the Repository URL: https://svn.apache.org/repos/asf/webservices/axis/trunk/c/ Thanks Dushshantha -Original

RE: Error when running WSDL2Ws

2005-08-07 Thread Dushshantha Chandradasa
) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source) Timothy A. Bish [EMAIL PROTECTED] -Original Message- From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED

RE: Problem deserializing SOAP response in Axis C++ client

2005-08-05 Thread Dushshantha Chandradasa
Hi Linesh, It would be better if you can attach the wsdl file you are using for that then I can generate the client and test with MockServer. And you can use MockServer for Client side testing. Please refer to ..\ws-axis\c\tests\auto_build\UnitTest_Readme.txt for more information.

RE: axis 1.5 final configurations , not works for CVS checkouts

2005-08-02 Thread Dushshantha Chandradasa
Hi Dinesh, Could you please double check the configurations?? Check whether your Environment variable settings are correct according to the new folders?? Can you start apache after deploying Axis?? Regards, Dushshantha From: Din%$h [mailto:[EMAIL PROTECTED] Sent:

CVS Build fails on Windows

2005-07-24 Thread Dushshantha Chandradasa
Hi All, Cvs build fails with following Error messages on Windows. [cc] Starting dependency analysis for 1 files. [cc] 1 files are up to date. [cc] 0 files to be recompiled from dependency analysis. [cc] 2 total files to be compiled. [cc] Apache2Transport.cpp [cc]

How to set client side handlers ???

2005-04-11 Thread Dushshantha Chandradasa
/handler /responseFlow /service I,m wondering what should give for the requestFlow name and responseFlow name and from where I get these names.. Please somebody help me on this. Regards, Marcus Dushshantha Chandradasa Associate Software Engineer Virtusa (Pvt) Ltd. [EMAIL PROTECTED

Re: regarding bug in a Axis C++ Windows Installation

2005-01-19 Thread Dushshantha Chandradasa
Apache. Regards, Rangika Marcus Dushshantha Chandradasa Associate Software Engineer Virtusa (Pvt) Ltd. [EMAIL PROTECTED] Mob: 0714867441 -- This message, including any attachments