RE: FW: Problem with Service deployed

2008-03-18 Thread Rahil Ali
: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 9:50 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, This works fine for me. The WSDL discovery will work only if you use the Axis2/C source found in the svn head. I

Re: FW: Problem with Service deployed

2008-03-18 Thread Dimuthu Gamage
: Problem with Service deployed Infact there is a sample for the Calculator with codegen support inside the samples/codegen directory, Hope that set of samples are usefull for you Thanks Dimuthu On Fri, Mar 14, 2008 at 9:20 PM, Senaka Fernando [EMAIL PROTECTED] wrote: Hi Rahil

Re: FW: Problem with Service deployed

2008-03-18 Thread Dimuthu Gamage
[mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 4:12 PM To: Apache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi Rahil, The example shown in the samples/codegen are generated from the following wsdl. ( as mentioned in the Readme) http://svn.apache.org

RE: FW: Problem with Service deployed

2008-03-18 Thread Rahil Ali
:54 PM To: Apache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi rahil, The problem in your wsdl is missing namespace declaration, may be it happened when you are copying the wsdl from a browser (normally firefox hides the namespace declrations) Try replacing wsdl:definitions

Re: FW: Problem with Service deployed

2008-03-18 Thread Samisa Abeysinghe
Rahil Ali wrote: Hello All, Thanks a lot for your help Senaka, Saimsa, Senaka One more thing: can I configure an IP at axis/apache, like only listed ip can access my webservice. You can do that with httpd configuration. This has nothing to do with the Axis2/C httpd module. In other words

Re: FW: Problem with Service deployed

2008-03-15 Thread Dimuthu Gamage
: Hi Senaka, Please provide me some sample web services.. Thanks, -Original Message- From: Rahil Ali [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 4:19 PM To: 'Apache AXIS C User List'; '[EMAIL PROTECTED]' Subject: RE: FW: Problem with Service deployed

RE: FW: Problem with Service deployed

2008-03-14 Thread Rahil Ali
Hi Senaka, Please provide me some sample web services.. Thanks, -Original Message- From: Rahil Ali [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 4:19 PM To: 'Apache AXIS C User List'; '[EMAIL PROTECTED]' Subject: RE: FW: Problem with Service deployed Hello Senaka, Thanks

RE: FW: Problem with Service deployed

2008-03-14 Thread Senaka Fernando
PROTECTED] Sent: Wednesday, March 12, 2008 9:50 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, This works fine for me. The WSDL discovery will work only if you use the Axis2/C source found in the svn head. I was under the impression that you were

RE: FW: Problem with Service deployed

2008-03-13 Thread Rahil Ali
, March 12, 2008 9:50 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, This works fine for me. The WSDL discovery will work only if you use the Axis2/C source found in the svn head. I was under the impression that you were using that. However, if you are using

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
: FW: Problem with Service deployed Hi Rahil, BTW, U find documentation on how to use the WSDL2C tool on the Axis2/C Manual. [URL http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c] I think the issue is that you may not be providing the options properly. Let me guide you through

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 12:32 AM To: Apache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi Rahil, BTW, U find documentation on how to use the WSDL2C tool on the Axis2/C Manual. [URL http://ws.apache.org/axis2/c/docs

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 12:32 AM To: Apache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi Rahil, BTW, U find documentation on how to use the WSDL2C tool on the Axis2/C Manual. [URL http://ws.apache.org

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
: Problem with Service deployed Hi Rahil, May be it is your Java version. Also, I provided the relative path to the wsdl. My case, it was inside samples/server/Calculator, and tool is found at tools/codegen/javatool. So, the relative path was, ../../../samples/server/Calculator/Calculator.wsdl

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
-Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 1:28 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, May be it is your Java version. Also, I provided the relative path to the wsdl. My case

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
Source) ...4 more Pls Advice, Thanks Regards, Rahil -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 2:43 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, Did you try WSDL2C.sh

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, This portion is not automated. To get the WSDL u will have to copy it manually to the folder in which u find the .so. The name should be the same as the Service. In Axis2/C we do support static WSDLs only

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 3:05 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, Seems to be a Java issue rather. That should be the most likely scenario. You can AFAIK have concurrent JDK

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
is libCalculator comes in action, does AXIS2C always use libSERVICE_NAME.so file? Thanks, Rahil -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:50 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, Well

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
libSERVICE_NAME.so file? Thanks, Rahil -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:50 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, Well the static WSDL deployment feature was fully supported

FW: Problem with Service deployed

2008-03-11 Thread Rahil Ali
conversion, please help. Thanks Regards, Rahil Ali -Original Message- From: Rahil Ali [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 6:38 PM To: 'Samisa Abeysinghe'; 'Senaka Fernando' Subject: RE: Problem with Service deployed Hello Samisa and Senaka, That sounds simple. Please

Re: FW: Problem with Service deployed

2008-03-11 Thread Dimuthu Gamage
Ali [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 6:38 PM To: 'Samisa Abeysinghe'; 'Senaka Fernando' Subject: RE: Problem with Service deployed Hello Samisa and Senaka, That sounds simple. Please help me getting started here... I will use .net to generate a simple WSDL. I

Re: FW: Problem with Service deployed

2008-03-11 Thread Senaka Fernando
- From: Rahil Ali [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 6:38 PM To: 'Samisa Abeysinghe'; 'Senaka Fernando' Subject: RE: Problem with Service deployed Hello Samisa and Senaka, That sounds simple. Please help me getting started here... I will use .net to generate

RE: Problem with Service deployed

2008-03-10 Thread Rahil Ali
, please help. Thanks Regards, Rahil Ali -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 6:55 PM To: axis-c-user@ws.apache.org Subject: RE: Problem with Service deployed Hi Rahil, According to the present implementation, you need Axis2/Java

RE: Problem with Service deployed

2008-03-07 Thread Senaka Fernando
help me get the clear picture of AXIS2/C web service deployment. Thanks Regards, Rahil Ali -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 10:29 PM To: Apache AXIS C User List Subject: Re: Problem with Service deployed Hi Rahil

RE: Problem with Service deployed

2008-03-07 Thread Rahil Ali
any test folder under my axis2c installation folder. Thanks for your prompt response. Regards, Rahil Ali -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 1:00 PM To: axis-c-user@ws.apache.org Subject: RE: Problem with Service deployed Hi Rahil

Re: Problem with Service deployed

2008-03-07 Thread Samisa Abeysinghe
: Problem with Service deployed Hi Rahil, Yes, your service is ready to be used from a .NET client. But, you don't get a WSDL generated. This is because you can't generate wsdl files from C code by simply using the Axis2/C distribution. I'm however not aware of any 3rd party tools. We do have WSDL

RE: Problem with Service deployed

2008-03-07 Thread Senaka Fernando
for such Noob questions. Thanks Regards, Rahil Ali -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 5:33 PM To: Apache AXIS C User List Subject: Re: Problem with Service deployed If you want to interop with ease with .NET

Problem with Service deployed

2008-03-06 Thread Rahil Ali
Hello everyone, I have configured AXIS2/C with apache2 web server. I compiled calculator sample with the following command: gcc -shared -olibCalculator.o -I/usr/local/axis2c/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread

Re: Problem with Service deployed

2008-03-06 Thread Senaka Fernando
Hi Rahil, We do have support for displaying static .wsdl files. But, the issue is we don't simply publish the .wsdl file. For the moment, you can find the required .wsdl file in the test/resources/wsdl/ folder. I have started a discussion on the developer list regarding this concern, [1]. Hope