RE: Axis2c Soap Engine

2008-07-24 Thread Shobha AC
Thank You All..

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 11:24 AM
To: Apache AXIS C User List
Subject: Re: Axis2c Soap Engine

 

Hi Shoba,

The directories that contains the core code are

src/core/* 
Ignore the directories src\core\transport\amqp and src\core\transport\tcp

src/modules/mod_addr

util/*

axiom/*

guththila/* (if you use libxml2 this directory is not needed)

neethi/*

All the directories are relative to the root of Axis2/C distribution.

Supun..

On Thu, Jul 24, 2008 at 10:38 AM, Milinda Pathirage
<[EMAIL PROTECTED]> wrote:

There is a tool called 'sloccount' in Linux. You can use it to calculate the
number of lines.

Thanks
Milinda.

 

On Wed, Jul 23, 2008 at 10:48 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Can u pls give me the source code size of (KLOC) ONLY Axis2c
Soap Engine, excluding the Axis2c HTTP server, and source related to Apache,
IIS etc..

 

Regards,

   Shobha





-- 
http://mpathirage.com
http://wso2.org "Oxygen for Web Service Developers"
http://wsaxc.blogspot.com "Web Services With Axis2/C" 




-- 
Software Engineer, WSO2 Inc 



Axis2c Soap Engine

2008-07-22 Thread Shobha AC
Dear All,

Can u pls give me the source code size of (KLOC) ONLY Axis2c
Soap Engine, excluding the Axis2c HTTP server, and source related to Apache,
IIS etc..

 

Regards,

   Shobha



RE: PHP client Support for Axis2c

2008-07-17 Thread Shobha AC
Thank you all.. I will look into this URL..

 

Regards,

   Shobha

 

  _  

From: Dimuthu Gamage [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 18, 2008 10:13 AM
To: Apache AXIS C User List
Subject: Re: PHP client Support for Axis2c

 

Hi Shobha,

Since Axis2/C is implemented based on Web services standards and
Specifications, in theory it should be able to interop with every other
implementations that follow these standard. So There is no problem
interacting axis2/c with php, .net, java web services.

In fact there is php extension developed based on axis2/c libraries which
support all the specification supported in axis2/c like WS-Security, WS-RM,
MTOM.. You can try it from http://wso2.org/projects/wsf/php

Thanks
Dimuthu

On Fri, Jul 18, 2008 at 10:01 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

From PHP script I want to invoke the axis2c client functionality
(PHP scripts placed in Apache http server), which in turn invokes the Axis2c
webservice.

Is this support available in axis2c? 

 

Please suggest us on how to go about this?

 

Thanks in Advance..

 

Regards,

   Shobha

 

 



PHP client Support for Axis2c

2008-07-17 Thread Shobha AC
Dear All,

From PHP script I want to invoke the axis2c client functionality
(PHP scripts placed in Apache http server), which in turn invokes the Axis2c
webservice.

Is this support available in axis2c? 

 

Please suggest us on how to go about this?

 

Thanks in Advance..

 

Regards,

   Shobha

 



Bridging Axis2c and Apache http v 2.0

2008-07-01 Thread Shobha AC
Dear All,

In my target (ARM Processor) over montavista linux, I already
have apache http v2.0.52 running.

I am trying to bridge the axis2c with apache http by generating the
mod_axis2 as mentioned in section 11.1 and 11.3 in axis2c_manual.html.

 

When I try to start the apache after deploying the mod_axis2, the service
comes up with httpd[defunct] when chk through ps ax command.

Also when I try to browse through URL :http://IPAddress/, am not able to see
any page.

 

Suspecting that mod_axis2 library might not have been generated properly as
its crashing.

 

When we checked the apache\error_log we found "Segmentation Fault"

 

Can anyone pls help us in resolving this issue.

 

Best regards,

   Shobha

 



RE: AXIS2c Handling the multiple requests.

2008-06-22 Thread Shobha AC
Hi,

As an application developer, how can I achieve this session management
functionality?

 

I need to x'change the session id through wsdl calls?

 

If there is any other mechanism, pls suggest.

 

Regards,

  Shobha

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 23, 2008 10:39 AM
To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

No, Axis2/C doesn't support that.

Supun.

On Sun, Jun 22, 2008 at 10:00 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Hi,

The URL http://www.developer.com/java/web/article.php/3620661 talks
<http://www.developer.com/java/web/article.php/3620661%20talks%20about%20the
%20AXIS2>  about the AXIS2 talks about session management support. Is this
support available for Axis2/C or only for Axis2/JAVA

 

 

Regards,

   Shobha

 

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 7:50 PM


To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

Hi,

AFAIK there isn't a mechanism for session management in Axis2/C. I think
this is a nice feature we should support. We'll let you know what our future
plans for this.

Regards,
Supun..

On Sat, Jun 21, 2008 at 4:47 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Is there any mechanism for session management in AXIS2
architecture?

Like Eg:

 

1. Login Request

If authenticated user then allow for next web service i.e  

2. Set Static IP Address.

 

 

Or for each request-response exchange there needs a session id to be
exchanged as part of WSDL calls.

 

Regards,

   Shobha

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 12:28 PM
To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

Hi,

This is handled at the transport level. When a TCP connection (HTTP is the
application layer protocol) is stabilized between the server and the client
this get handled automatically. Also Axis2/C doesn't have any state
information about the clients that are connected to it. It gets a request
via a TCP (HTTP is the application layer protocol) and through that same
connection it sends the reply. 

Supun.

On Fri, Jun 20, 2008 at 10:35 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Can anyone tell how the requests from different clients for the
same service api is handled?

Like sending the respective response to the respective clients..

 

Regards,

   Shobha

  

 

 

 



RE: AXIS2c Handling the multiple requests.

2008-06-22 Thread Shobha AC
Hi,

The URL http://www.developer.com/java/web/article.php/3620661
<http://www.developer.com/java/web/article.php/3620661%20talks%20about%20the
%20AXIS2>  talks about the AXIS2 talks about session management support. Is
this support available for Axis2/C or only for Axis2/JAVA

 

 

Regards,

   Shobha

 

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 7:50 PM
To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

Hi,

AFAIK there isn't a mechanism for session management in Axis2/C. I think
this is a nice feature we should support. We'll let you know what our future
plans for this.

Regards,
Supun..

On Sat, Jun 21, 2008 at 4:47 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Is there any mechanism for session management in AXIS2
architecture?

Like Eg:

 

1. Login Request

If authenticated user then allow for next web service i.e  

2. Set Static IP Address.

 

 

Or for each request-response exchange there needs a session id to be
exchanged as part of WSDL calls.

 

Regards,

   Shobha

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 12:28 PM
To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

Hi,

This is handled at the transport level. When a TCP connection (HTTP is the
application layer protocol) is stabilized between the server and the client
this get handled automatically. Also Axis2/C doesn't have any state
information about the clients that are connected to it. It gets a request
via a TCP (HTTP is the application layer protocol) and through that same
connection it sends the reply. 

Supun.

On Fri, Jun 20, 2008 at 10:35 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Can anyone tell how the requests from different clients for the
same service api is handled?

Like sending the respective response to the respective clients..

 

Regards,

   Shobha

  

 

 



RE: AXIS2c Handling the multiple requests.

2008-06-21 Thread Shobha AC
Dear All,

Is there any mechanism for session management in AXIS2
architecture?

Like Eg:

 

1. Login Request

If authenticated user then allow for next web service i.e  

2. Set Static IP Address.

 

 

Or for each request-response exchange there needs a session id to be
exchanged as part of WSDL calls.

 

Regards,

   Shobha

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 12:28 PM
To: Apache AXIS C User List
Subject: Re: AXIS2c Handling the multiple requests.

 

Hi,

This is handled at the transport level. When a TCP connection (HTTP is the
application layer protocol) is stabilized between the server and the client
this get handled automatically. Also Axis2/C doesn't have any state
information about the clients that are connected to it. It gets a request
via a TCP (HTTP is the application layer protocol) and through that same
connection it sends the reply. 

Supun.

On Fri, Jun 20, 2008 at 10:35 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Can anyone tell how the requests from different clients for the
same service api is handled?

Like sending the respective response to the respective clients..

 

Regards,

   Shobha

  

 



AXIS2c Handling the multiple requests.

2008-06-20 Thread Shobha AC
Dear All,

Can anyone tell how the requests from different clients for the
same service api is handled?

Like sending the respective response to the respective clients..

 

Regards,

   Shobha

  



AXIS2C Asynchronous Handling..

2008-06-18 Thread Shobha AC
Hi All,

Can anyone please send the implementation details (service
sample files) reference for handling the asynchronous client request's?

 

Best regards,

   Shobha 



RE: Deploy AXIS2C web service application in Apache HTTP server

2008-06-12 Thread Shobha AC
Thank you very much for the inputs.  I am able see the list of deployed
services from URL:  <http://localhost/axis2/services>
http://localhost/axis2/services on starting the httpd server.

 

Conclusion:

Actually we are bridging the axis2c and apache http server. 

All the services need to be deployed in axis2c and at run time apache can
access these services.

 

Regards,

   Shobha

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 1:48 PM
To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

You can deploy the services in your Axis2/C repo folder. Usually when you
build the Axis2/C from the source the repo folder is "you axis2c source
folder/deploy". You are specifying this in the httpd.conf as well
(Axis2RepoPath). You can deploy the services under deploy/services folder.

Please don't get confused that you don't have to deploy the services in an
Apache directory.

Supun..

On Thu, Jun 12, 2008 at 1:09 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Hi,

   In that case where should I deploy my service applications? 

 

Regards,

  Shobha

 

 

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 11:07 AM


To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

Hi,

mod_axis2.so is the module for Apache which connect Apache Server and
Axis2/C. As a service writer you don't have to worry about that. Of course
you need to set up Axis2/C and in that case you need to copy this library to
the apache "modules" directory and set the appropriate entries in the
httpd.conf. Those steps are described in the Axis2/C manual. If you are
using a source distribution of Axis2/C you can compile Axis2/C to generate
the mod_axis2.so.
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2.

Supun.

On Wed, Jun 11, 2008 at 10:16 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Hi,

Can u pls tell me what does this mod_axis2 contains?

 

I hv an application deployed in AXIS2C_INSTALL_DIR\services folder. How to
generate the mod_axis2.so for this.
 
Regards,
  Shobha
 

 

  _  

From: lahiru gunathilake [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 10:05 AM
To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

hi Shobha,

refer this http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2

Regards
Lahiru

On Thu, Jun 12, 2008 at 10:00 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Request for the steps to deploy my web service application
(libResolution.so) developed using AXIS2C library in Apache HTTP server in
Linux.

 

Regards,

Shobha




-- 
East or West 
Mahindians are the 
Best... ! 

 

 



RE: Deploy AXIS2C web service application in Apache HTTP server

2008-06-12 Thread Shobha AC
Hi,

   In that case where should I deploy my service applications? 

 

Regards,

  Shobha

 

 

 

  _  

From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 11:07 AM
To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

Hi,

mod_axis2.so is the module for Apache which connect Apache Server and
Axis2/C. As a service writer you don't have to worry about that. Of course
you need to set up Axis2/C and in that case you need to copy this library to
the apache "modules" directory and set the appropriate entries in the
httpd.conf. Those steps are described in the Axis2/C manual. If you are
using a source distribution of Axis2/C you can compile Axis2/C to generate
the mod_axis2.so.
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2.

Supun.

On Wed, Jun 11, 2008 at 10:16 PM, Shobha AC <[EMAIL PROTECTED]> wrote:

Hi,

Can u pls tell me what does this mod_axis2 contains?

 

I hv an application deployed in AXIS2C_INSTALL_DIR\services folder. How to
generate the mod_axis2.so for this.
 
Regards,
  Shobha
 

 

  _  

From: lahiru gunathilake [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 10:05 AM
To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

hi Shobha,

refer this http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2

Regards
Lahiru

On Thu, Jun 12, 2008 at 10:00 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Request for the steps to deploy my web service application
(libResolution.so) developed using AXIS2C library in Apache HTTP server in
Linux.

 

Regards,

Shobha




-- 
East or West 
Mahindians are the 
Best... ! 

 



RE: Deploy AXIS2C web service application in Apache HTTP server

2008-06-11 Thread Shobha AC
Hi,

Can u pls tell me what does this mod_axis2 contains?

 

I hv an application deployed in AXIS2C_INSTALL_DIR\services folder. How to
generate the mod_axis2.so for this.
 
Regards,
  Shobha
 

 

  _  

From: lahiru gunathilake [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 12, 2008 10:05 AM
To: Apache AXIS C User List
Subject: Re: Deploy AXIS2C web service application in Apache HTTP server

 

hi Shobha,

refer this http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2

Regards
Lahiru

On Thu, Jun 12, 2008 at 10:00 AM, Shobha AC <[EMAIL PROTECTED]> wrote:

Dear All,

Request for the steps to deploy my web service application
(libResolution.so) developed using AXIS2C library in Apache HTTP server in
Linux.

 

Regards,

Shobha




-- 
East or West 
Mahindians are the 
Best... ! 



Deploy AXIS2C web service application in Apache HTTP server

2008-06-11 Thread Shobha AC
Dear All,

Request for the steps to deploy my web service application
(libResolution.so) developed using AXIS2C library in Apache HTTP server in
Linux.

 

Regards,

Shobha