Re: Perl extension current status

2006-07-30 Thread Parthipan

I

On 7/30/06, chanaka Wijesena [EMAIL PROTECTED] wrote:


ohh I have made a mistake...
I'll correct it as soon as possible



thanks.


I think there will be more mistakes. Shall I send all the files before the
submission or ...
U will see the mistakes that i have made and couldn't see them yet..



Zero mistakes is not the objective at all. However, public interfaces
better be correct and stable. Or else a spell fix such as this can be
costly to the user depending on the stage it happens.


Best Rgs
Eran

On 7/28/06, Parthipan [EMAIL PROTECTED] wrote:

This is a minor typo. But could it be fixed?

send_recieve should be send_receive

Thanks
~parthi


On 7/28/06, chanaka Wijesena [EMAIL PROTECTED] wrote:
 Hi all


 I have almost completed the perl extension for Axis2C. But there are few
 more thing to be done.

 They are

 1.   It will send strings yet. I must do it for XML  in/out model

 2.   Documentation must be written



 Here is a sample in perl...



 #!/usr/bin/perl



 use WS;



 $svc_client = SvcClient-new();



 %options = (

 to =
 http://localhost:9090/axis2/services/echo;,

 action =
  http://ws.apache.org/axis2/c/samples/echoString;,

);



 $svc_client-set_options(\%options);



 $svc_client-engage(addressing, vx);



 $content = ns1:echoString

xmlns:ns1=\http://ws.apache.org/axis2/c/samples\;textecho5/text/ns1:echoString;



 $response = $svc_client-send_recieve($content);



 print $response\n





 We can see the response as content. But this is a string. I
 will do it for XML in/out model. Rest of the things have been compled.

   Best Rgs
 Chanaka



--
http://www.linux.lk/~lparth/

-
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
http://www.linux.lk/~lparth/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Perl extension current status

2006-07-28 Thread Parthipan

This is a minor typo. But could it be fixed?

send_recieve should be send_receive

Thanks
~parthi


On 7/28/06, chanaka Wijesena [EMAIL PROTECTED] wrote:

Hi all


I have almost completed the perl extension for Axis2C. But there are few
more thing to be done.

They are

1.   It will send strings yet. I must do it for XML  in/out model

2.   Documentation must be written



Here is a sample in perl...



#!/usr/bin/perl



use WS;



$svc_client = SvcClient-new();



%options = (

to =
http://localhost:9090/axis2/services/echo;,

action =
http://ws.apache.org/axis2/c/samples/echoString;,

   );



$svc_client-set_options(\%options);



$svc_client-engage(addressing, vx);



$content = ns1:echoString
xmlns:ns1=\http://ws.apache.org/axis2/c/samples\;textecho5/text/ns1:echoString;



$response = $svc_client-send_recieve($content);



print $response\n





We can see the response as content. But this is a string. I
will do it for XML in/out model. Rest of the things have been compled.

  Best Rgs
Chanaka




--
http://www.linux.lk/~lparth/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AXIS-C++ Build problems

2005-10-03 Thread Parthipan
Try this setting in your build.common.properties.

Line 17 in my file.

# Apache versions to be used
server.apache13 = false
server.apache20 = false

On 10/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


















Yes, and no matter what I set in the
properties file, it always tries to build the apache2_mod, which I don't
need, and don't have the apache source for, any ideas?





Thanks,

John 

4400
  Computer Drive
2nd floor, Mailstop D239
Ext: 35983











From: John Hawkins
[mailto:[EMAIL PROTECTED]] 
Sent: Monday, October 03, 2005
10:59 AM
To: Apache AXIS C User List
Subject: RE: AXIS-C++ Build
problems






have you tried the ANT build? 






 
  
  
[EMAIL PROTECTED] 
  03/10/2005 15:21 
  
   

Please
respond to
Apache AXIS C User List

   
  
  
  
  
  
   

To


axis-c-user@ws.apache.org
, [EMAIL PROTECTED],
[EMAIL PROTECTED] 

   
   

cc




   
   

Subject


RE: AXIS-C++ Build problems

   
  
  
  
   






   
  
  
  
 





Hi I'm having a very similar problem on
SLES 9 using apache 1.3.33 
 
Help would be appreciated. 
 

Thanks, 

John 

4400
  Computer Drive
2nd floor, Mailstop D239
Ext:  35983 










From:
 Sankarshana
Madhavarao [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, October 02, 2005 12:58 AM
To: Parthipan
Cc: Apache AXIS C User List
Subject: Re: AXIS-C++ Build problems 
 
Thanks again for the quick response... 
I will try out Kaffe on MIPS and see how it goes


On 10/1/05, Parthipan [EMAIL PROTECTED] wrote: 
On 10/2/05, Sankarshana Madhavarao   wrote:
 Hi,
 Thanks for the reply.I am trying to build AXIS-C++ on MIPS-LINUX.
 I suppose, ANT BUILD process needs JDK to be installed. But I don't think
 JDK is
 supported on MIPS processors.. 

Yes, Java is required for ant.


 Please give some pointers.


How about trying kaffe?



 - Hide quoted text -

 
 
  
  On 10/1/05, Parthipan [EMAIL PROTECTED]
wrote:
   Please try the ant build process.
  
   On 10/1/05, Sankarshana Madhavarao  [EMAIL PROTECTED]
 wrote:
Hi,
I took the latest source of AXIS-C++ and tried to compile
it on redhat
linux.
I am facing lots of problems.
1. After executing  autogen.sh, I got the
configure script
 generated.
However, When it throws lots of erros. Some of them are 
 Makefile.in  
http://Makefile.in  not found on samples
folder etc.
2. Also, autogen.sh is supposed to generate  
Makefile.in 
http://Makefile.i=
n
files in all the source
folders. But it does not generate these Makefile.in 
 http://Makefile.in.
What could be the reason for this???
Is there any other tool that needs to be installed in order
for this 
 build
to successfully happen??
3. If I ignore the above errors and continue to do
./configure, I
 will
get more errors like, 
 Makefile.in  
http://Makefile.in not found in src
folder and hence
 not
generating Makefile. 
Please advise.
Thanks
Sankarshana M
  
 



--
http://www.linux.lk/~lparth/

 







-- http://www.linux.lk/~lparth/


Re: After Axis install Apache fails to start

2005-09-28 Thread Parthipan
Can you load the mod_axis2.dll into the dependency walker (Visual
Studio Tools) and see if all dependent libraries are loadable?


On 9/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:



 Hello,



 I have the EXACT same issue as Thushantha who originally posted this.



 I am running this version of Apache

 C:\apache -v

 Server version: Apache/2.0.54

 Server built:   Apr 16 2005 14:25:31



 I too added following lines to the end of the httpd.conf file.



 LoadModule axis_module modules/mod_axis2.dll

 Location /axis

 SetHandler axis

 /Location



 axiscpp.conf file as follows,



 LogPath:C:\Program Files\Apache
 Group\Apache2\Axis\logs\AxisLog.txt

 WSDDFilePath:C:\Program Files\Apache
 Group\Apache2\axis\conf\server.wsdd

 XMLParser:C:\Program Files\Apache
 Group\Apache2\Axis\lib\XMLParser.dll

 Transport_http:C:\Program\Files\Apacheroup\Apache2Axis\lib\HTTPTransport.dll

 Channel_HTTP:C:\Program Files\Apache
 Group\Apache\Axis\lib\HTTPChannel.dll



 When I look at the event log I have the following error:



 The Apache service named  reported the following error:



  Syntax error on line 956 of C:/Program Files/Apache

 Group/Apache2/conf/httpd.conf: .



 For more information, see Help and Support Center at

 http://go.microsoft.com/fwlink/events.asp

 http://go.microsoft.com/fwlink/events.asp  .



 Well turns out when I look up line 956 it's this line:

 LoadModule axis_module modules/mod_axis2.dll



 Upon further investigation I have found that the 'axis_module' part of the
 line is what is causing the syntax error, any ideas



 If I remove this line Apache starts and runs ok, but Axis is dead, of

 course,



 Can some one help me as well on this issue?



 Thank you,







 John D. Cooper



 Principal Software Eng.








--
http://www.linux.lk/~lparth/