RE: how to set the username password dynamically using Rampart

2007-09-25 Thread Murali Konnipati
 Hi Manjula,

  I am unable to open the link you have sent in the reply.
  Can you please send me the correct link.

Thanks  Regards,

Murali Krishna K

-Original Message-
From: Manjula Peiris
To: Apache AXIS C User List
Sent: 9/25/07 12:02 PM
Subject: Re: how to set the username  password dynamically using Rampart

Hi Murali,

Please note to use the Rampart/C artifacts Kaushalye has mentioned, you
need Axis2/C 1.1. You can download release artifacts from here.
http://people.apache.org/~samisa/1.1.0-2/

Rampart 1.0 release will not be compatible with Axis2/C 1.0 .

-Manjula.



On Tue, 2007-09-25 at 10:37 +0530, Kaushalye Kapuruge wrote:
 Hi Murali,
 Rampart/C[1] is the security module of Axis2/C. And it is based on the

 security policy assertions. So in order to enable username tokens, you

 need to engage Rampart/C with axis2/C. Please look at the scenario2, 
 which shows  how to enable user name tokens. And I hope following 
 description would be a help.
 
 To add a usernametoken you need to include it under the 
 sp:SignedSupportingTokens assertion. This is how you do it in the
policy 
 file.
 sp:SignedSupportingTokens 
 xmlns:sp=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy;
 wsp:Policy
 sp:UsernameToken 

sp:IncludeToken=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/In
cludeToken/Always/
 /wsp:Policy
 /sp:SignedSupportingTokens
 
 In addition you need to tell, which username should be included in the

 Usernametoken. This can be done using following assertion under 
 RampartConfigs
 rampc:UserAlice/rampc:User
 
 Like for the user name we do not specify the password in the 
 configuration file. instead we use a password callback mechanism,
where 
 we get a password for the above mentioned user name. The user has to 
 specify a DLL or a module to load the password from. For this,
following 
 assertion is used.

rampc:PasswordCallbackClass/home/Alice/my_modules/pwcb.so/rampc:Passw
ordCallbackClass
 
 So what Rampart/C does is, first it loads the module dynamically and 
 then call the function to get the password, which has to be
implemented 
 by the user. This gives user flexibility to call databases, flat files

 or any other storage mechanism to extract the password.
 
 The username token profile allows two ways to send a password. Either 
 you can send the password in the pain text form or you can send as a 
 digest of the password. This can be specified using following
assertion.
 rampc:PasswordTypeDigest/PlainText/rampc:PasswordType
 
 Note that we are about to release version 1.0. And the artifacts are 
 here. You may use these releases for now. We will announce once the 
 version 1.0 is released.
 Cheers,
 Kaushalye
 [1] http://people.apache.org/~kaushalye/release/rampart-c/1.0.0/
 
 Murali Konnipati wrote:
 
  Hi All,
 
 I am very new to Axis2c. I am trying to develop a client for
my 
  .Net Web service. For this .Net web service, i need to send the 
  username  password in the UsernameToken element of the SOAP header.
 
 So, i am planning to use the Rampart API to set the username
 
  password in my code. Can anybody please tell me, how to set the 
  username  password in the client through programmatically..
 
 
  Thanks  Regards,
 
  Murali Krishna K
 
 
 


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


Portability of Axisc

2007-09-24 Thread Murali Konnipati
Hi All,

I would like to know about the portability of Axis2c. Can i install 
axis2c in AIX, Solaris O/s. Please help in this regard.

Thanks  Regards,

Murali Krishna K


cannot infer transport from URL

2007-09-24 Thread Murali Konnipati
Hi All,

   When i try to execute my webservice client program, it is giving the 
following error in the axis2 generated log file

--
 PBS LOG file

[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(324) This handler is
trying to added to system pre defined phases , but those
handlers are already added to global chain which run
irrespective of the service
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(324) This handler is
trying to added to system pre defined phases , but those
handlers are already added to global chain which run
irrespective of the service
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(324) This handler is
trying to added to system pre defined phases , but those
handlers are already added to global chain which run
irrespective of the service
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_resolver.c(231) module name 
is:addressing
[Mon Sep 24 23:15:24 2007] [debug] phase_holder.c(129) Add handler 
AddressingOutHandler to phase MessageOut
[Mon Sep 24 23:15:24 2007] [error] xmltest.c(308) Stub invoke FAILED: Error 
code: 4 :: cannot infer transport from URL

 My code 

void createActivity()
{
const axutil_env_t *env=NULL;
const axis2_char_t *address=NULL;
axis2_endpoint_ref_t *endpoint_reference=NULL;
axis2_options_t *options=NULL;
const axis2_char_t *client_home=NULL;
axis2_svc_client_t *svc_client = NULL;
axis2_op_client_t *op_client = NULL;
axis2_op_t *op=NULL;

/* Setup the environment */

env = axutil_env_create_all(PBSHPCP.log,AXIS2_LOG_LEVEL_TRACE);

/* Set end point reference of HPCP webservice */

address=http://altair-winccss0/HPCBasicProfile;;
printf(Using Endpoint : %s \n, address);

/* Create EPR with given address */

endpoint_reference = axis2_endpoint_ref_create(env,address);

/* Setup options */

options = axis2_options_create(env);
axis2_options_set_to(options,env,endpoint_reference);

axis2_options_set_action(options,env,http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/CreateActivity;);

axutil_property_t *server_certificate=axutil_property_create(env);

axutil_property_set_value(server_certificate,env,axutil_strdup(env,/home/murali/murali.cer));

axis2_options_set_property(options,env,SERVER_CERT,server_certificate);

/* Reading the Client Home from environment */
client_home=AXIS2_GETENV(AXIS2C_HOME);
if (!client_home || !strcmp (client_home, ))
client_home = ../..;

/* Creating Service Client */

svc_client = axis2_svc_client_create(env, client_home);
if (!svc_client)
{
printf(Error creating service client, Please check AXIS2C_HOME 
again\n);
AXIS2_LOG_ERROR(env-log, AXIS2_LOG_SI, Stub invoke FAILED: 
Error code:
 %d :: %s, env-error-error_number,
AXIS2_ERROR_GET_MESSAGE(env-error));
return -1;
}
/*  printf(Creating Operation Client : \n);
op=axis2_op_create(env);
op_client=axis2_op_client_create(env,op,svc_client,options);
printf(Creating an envelope \n);

Problem with SVC client send_receieve method

2007-09-24 Thread Murali Konnipati
Hi All,

  I am sending a message to .net webservice using the Service Client API.
At the time of calling send_receieve method, it was giving the following 
error...

   Stub invoke FAILED: Eroor code: 2 :: NULL parameter was passed when a 
non NULL parameter was expected

Can anybody please tell me, when axis2 generates the above error..


Thanks  Regards,

Murali K


RE: How to develop a HTTPs-based webservice client

2007-09-22 Thread Murali Konnipati
Hi Dinesh,

  Thank you very much for your reply.
  As i have to modify the SOAP envelope, i am planning to use the Operation 
Client instead of Service Client. Can you please send me any document with some 
examples on https web service client, which can provide some useful information.


Thanks  REgards,

Murali K
 


-Original Message-
From: Dinesh Premalal
To: axis-c-user@ws.apache.org
Sent: 9/22/07 9:16 PM
Subject: Re: How to develop a HTTPs-based webservice client

Murali,
  Please refer this link
  http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client 

thanks,
Dinesh
Murali Konnipati [EMAIL PROTECTED] writes:

 Hi All,

 I am newbie to axisc world. I have a webservice which is
deployed in an
 HTTPS server with server certificate. I have to develop a webservice
client,
 which will use the Server certificate(Server doesn't require client
 certificate) for authorization.

  Can anybody please provide me some guide or document, which
will
 explain me  on how to write HTTPS based webservice client(in the code)
and do
 the needful favor.

 Thanks  Regards,

 Murali Krishna K


-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255
955C

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


How to develop a HTTPs-based webservice client

2007-09-21 Thread Murali Konnipati
Hi All,

I am newbie to axisc world. I have a webservice which is deployed in an 
HTTPS server with server certificate. I have to develop a webservice client, 
which will use the Server certificate(Server doesn't require client 
certificate) for authorization. 

 Can anybody please provide me some guide or document, which will 
explain me  on how to write HTTPS based webservice client(in the code) and do 
the needful favor.

Thanks  Regards,

Murali Krishna K


Problem with the installation of Axis C using ANT Build

2006-09-20 Thread Murali Konnipati
Title: Message



Hi 
All,

 I 
have downloaded Axis C from SVN and tried to install using ANT build method. In 
my system, i have installed Apache httpd2.09 with -enable-so at the 
configuration time.

 After that i build the 
source using "ant" command. Installation went fine.
 
Then i checked the target 
directory(/usr/local/axiscpp_deploy). In that i found some files are 
missing..

 1. The ant build script is storing the libraries in 
"/usr/local/axiscpp_deploy/bin" instead of "/usr/local/axiscpp_deploy/lib"(of 
course i changed the dir.libraries = ${dir.obj}/lib dir.lib = 
${dir.obj}/lib , where dir.obj=/usr/local/axiscpp_deploy)
2.When 
i try to build all the components of the axis c++, it is building only client 
libraries not server libraries. Do i need to add few more statements in 
build.xml to build server libraries(libaxis3_transport.so, 
libaxis3_transport_channel.so)

 can anbody please mail me steps i need to follow to install server  
client in the same system.

Thanks in 
advance,

Murali Krishna 
K

 
 

 


 

 



Problem with deployment of calculator web service

2006-09-20 Thread Murali Konnipati
Title: Message



Hi 
All,

 When i try to 
deploy the calculator sample usign AdminClient program, it is giving me the 
following error..

 
Exception : HTTPTransportException:Input streaming error while getting 
data Channel error 104 while reading data: 'Connection reset by 
peer'

 
My deploy.wsdd file is..

 
?xml version="1.0" encoding="UTF-8"?deployment xmlns="http://xml.apache.org/axis/wsdd/" 
xmlns:CPP="http://xml.apache.org/axis/wsdd/providers/CPP" 
service name="Calculator" provider="CPP:RPC" description="Axis C++ web 
service" 
parameter name="className" 
value="/usr/local/axiscpp_deploy/samples/calculator/libcalculator.so"/ 
parameter name="allowedMethods" value="add addRequest sub subRequest mul 
mulRequest div divRequest "/ 
/service/deployment

 
Could any body please help me in this 
regard,

Thanks  
Regards,

Murali Krishna 
K


RE: Problem with Axis C++ installatio on Linux PC

2006-09-19 Thread Murali Konnipati
Title: Message



 Hi monica,

 
Could you please mail me your server.wsdd 
and client.wsdd files with the location where i need to keep those 
files.
 

 
Thanks  Regards,

 
Murali Krishna K

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Murali KonnipatiSent: Monday, September 18, 2006 4:43 
  PMTo: Apache AXIS C User ListSubject: RE: Problem with 
  Axis C++ installatio on Linux PC
   I installed axis in 
  /usr/local/axis directory. In that etc directory is not there. Do i need to 
  create it manually or what..?
   
  I installed Apache2.09 in my system. There is not problem with installation of 
  Axis. 
   
  Could you please mail me the changes i need to make in server.wsdd 
  file.
  
   
  Regards,
  
   
  Murali K
  
  
  
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Popuri, MonicaSent: Monday, September 18, 2006 3:49 
PMTo: Apache AXIS C User ListCc: 
[EMAIL PROTECTED]Subject: RE: Problem with Axis C++ 
installatio on Linux PC
cp 
server.wsdd_linux to server.wsdd in /etc folder of your axis installation. 
You need to make change in this file. hope this solves your problem. BTW 
which version of apache you have installed?

  -Original Message-From: Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Monday, September 18, 
  2006 1:12 PMTo: Apache AXIS C User ListCc: Popuri, 
  Monica; [EMAIL PROTECTED]Subject: RE: Problem with Axis 
  C++ installatio on Linux PC
   Hi 
  All,
  
   
  Finally i have installed Axis C++ in my System. But when i try to 
  start the simple_axis_server, it is giving the following 
  error..
  
   
  Warning - The WSDDFilePath file (/usr/local/axis/etc/server.wsdd) in the 
  AXISCPP.CONF file does not exist. 
   Aborted
  
  I 
  checked for the sample server.wsdd in my Axis C++ directory. But i didn't 
  find it. Could you please mail me the location of server.wsdd file and do 
  needful favor.
  
   
  Thanks in advance,
  
   
  Murali Krishna K
  
   
  
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf 
Of Popuri, MonicaSent: Thursday, September 14, 2006 3:00 
PMTo: Apache AXIS C User ListSubject: RE: Problem 
with Axis C++ installatio on Linux PC
No need, 
just comment that part of build.xml around line no 181 i 
guess

  -Original Message-From: Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, 
  September 14, 2006 3:00 PMTo: Apache AXIS C User 
  ListSubject: RE: Problem with Axis C++ installatio on Linux 
  PC
   Do i need to install 
  OpenSSL to complete the Axis c++ installation are 
  what..?
  
   Regards,
  
   
  Murali k
   
   
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
Behalf Of Popuri, MonicaSent: Thursday, September 14, 
2006 2:41 PMTo: Apache AXIS C User 
ListSubject: RE: Problem with Axis C++ installatio on 
Linux PC

It seems you are using apache 2.2.3 use 2.0.x 
instead

  -Original Message-From: 
  Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, 
  September 13, 2006 8:30 PMTo: 
  axis-c-user@ws.apache.orgSubject: Problem with Axis C++ 
  installatio on Linux PC
  Hi 
  All,
  
   I got the 
  following error when i try to build the file using ant from the 
  SVN code...
  
   
  buildVersionResource: [cc] 
  Starting dependency analysis for 2 
  files. [cc] 1 files are up 
  to date. [cc] 1 files to 
  be recompiled from dependency 
  analysis. [cc] 2 total 
  files to be compiled. [cc] 
  /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: 
  In member 
  [cc] function `virtual 
  int [cc] 
  Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
  [cc] const 
  char*)': [cc] 
  /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
  ` [cc] 
  ap_table_set' undeclared (first use this 
  function) [cc] 
  /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
  (Each 
  [cc] undeclared identifier is reported only

RE: Problem with Axis C++ installatio on Linux PC

2006-09-19 Thread Murali Konnipati
Title: Message



 But this document is using 
different components from what i used previously. i.e axis binary distribution. 
Shall i try this from the scratch..
 
 
Regards,

 
Murali Krisha K



  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Tuesday, September 19, 2006 1:58 
  PMTo: Apache AXIS C User ListSubject: RE: Problem with 
  Axis C++ installatio on Linux PC
  This url can 
  help you. All though I can attach these files as you asked, but if 
  correct directory structure is not there then u will face more problems. Rea 
  this doc and try; http://programming.linux.com/article.pl?sid=05/02/16/1947220
  Regards,
  Monica
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Tuesday, September 19, 
2006 1:10 PMTo: Apache AXIS C User ListSubject: RE: 
Problem with Axis C++ installatio on Linux PC
 Hi 
monica,

 
Could you please mail me your 
server.wsdd and client.wsdd files with the location where i need to keep 
those files.
 

 Thanks 
 Regards,

 Murali Krishna K

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Murali KonnipatiSent: Monday, September 18, 2006 4:43 
  PMTo: Apache AXIS C User ListSubject: RE: Problem 
  with Axis C++ installatio on Linux PC
   I installed axis in 
  /usr/local/axis directory. In that etc directory is not there. Do i need 
  to create it manually or what..?
   I 
  installed Apache2.09 in my system. There is not problem with installation 
  of Axis. 
   Could 
  you please mail me the changes i need to make in server.wsdd 
  file.
  
   Regards,
  
   Murali K
  
  
  
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf 
Of Popuri, MonicaSent: Monday, September 18, 2006 3:49 
PMTo: Apache AXIS C User ListCc: 
[EMAIL PROTECTED]Subject: RE: Problem with Axis C++ 
installatio on Linux PC
cp 
server.wsdd_linux to server.wsdd in /etc folder of your axis 
installation. You need to make change in this file. hope this solves 
your problem. BTW which version of apache you have 
installed?

  -Original Message-From: Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Monday, September 
  18, 2006 1:12 PMTo: Apache AXIS C User ListCc: 
  Popuri, Monica; [EMAIL PROTECTED]Subject: RE: 
  Problem with Axis C++ installatio on Linux PC
   Hi 
  All,
  
   
  Finally i have installed Axis C++ in my System. But when i try 
  to start the simple_axis_server, it is giving the following 
  error..
  
   
  Warning - The WSDDFilePath file (/usr/local/axis/etc/server.wsdd) in 
  the AXISCPP.CONF file does not exist. 
   Aborted
  
  I 
  checked for the sample server.wsdd in my Axis C++ directory. But i 
  didn't find it. Could you please mail me the location of server.wsdd 
  file and do needful favor.
  
   
  Thanks in advance,
  
   
  Murali Krishna K
  
   
  
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
Behalf Of Popuri, MonicaSent: Thursday, September 14, 
2006 3:00 PMTo: Apache AXIS C User 
ListSubject: RE: Problem with Axis C++ installatio on 
Linux PC
No 
need, just comment that part of build.xml around line no 181 i 
guess

  -Original Message-From: 
  Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, 
  September 14, 2006 3:00 PMTo: Apache AXIS C User 
  ListSubject: RE: Problem with Axis C++ installatio on 
  Linux PC
   Do i need to 
  install OpenSSL to complete the Axis c++ installation are 
  what..?
  
   
Regards,
  
   
  Murali k
   
  
   
  
  

-Original 
Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Popuri, 
MonicaSent: Thursday, September 14, 2006 2:41 
PMTo: Apache AXIS C User ListSubject: RE: 
Problem with Axis C++ installatio on Linux 
PC

It seems you are using apache 2.2.3 use 2.0.x 
instead

RE: Problem with Axis C++ installatio on Linux PC

2006-09-18 Thread Murali Konnipati
Title: Message



 Hi 
All,

 
Finally i have installed Axis C++ in my System. But when i try to start 
the simple_axis_server, it is giving the following error..

 
Warning - The WSDDFilePath file (/usr/local/axis/etc/server.wsdd) in the 
AXISCPP.CONF file does not exist. 
 Aborted

I 
checked for the sample server.wsdd in my Axis C++ directory. But i didn't find 
it. Could you please mail me the location of server.wsdd file and do needful 
favor.

 
Thanks in advance,

 
Murali Krishna K

 


  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 3:00 
  PMTo: Apache AXIS C User ListSubject: RE: Problem with 
  Axis C++ installatio on Linux PC
  No need, just 
  comment that part of build.xml around line no 181 i guess
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Thursday, September 14, 
2006 3:00 PMTo: Apache AXIS C User ListSubject: RE: 
Problem with Axis C++ installatio on Linux PC
 Do i need to install 
OpenSSL to complete the Axis c++ installation are 
what..?

 Regards,

 Murali k
 
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 2:41 
  PMTo: Apache AXIS C User ListSubject: RE: Problem 
  with Axis C++ installatio on Linux PC
  
  It seems you are using apache 2.2.3 use 2.0.x instead
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, 
September 13, 2006 8:30 PMTo: 
axis-c-user@ws.apache.orgSubject: Problem with Axis C++ 
installatio on Linux PC
Hi 
All,

 I got the following 
error when i try to build the file using ant from the SVN 
code...

 
buildVersionResource: [cc] 
Starting dependency analysis for 2 
files. [cc] 1 files are up to 
date. [cc] 1 files to be 
recompiled from dependency 
analysis. [cc] 2 total files to 
be compiled. [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual int 
[cc] 
Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
[cc] const 
char*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
` [cc] 
ap_table_set' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
(Each [cc] 
undeclared identifier is reported only once for each function it 
appears [cc] 
in.) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual const char* 
Apache2Transport::getTransportProperty(const 
[cc] char*, 
bool)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: 
` [cc] 
ap_table_elts' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In function 
`int [cc] 
axis_handler(request_rec*)': 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp:122: 
warning: control 
[cc] reaches end of non-void function

BUILD 
FAILED/home/globus/Axis/ws-axis/build.xml:245: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:236: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:124: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build/buildApache20Module.xml:21: g++ 
failed with return code 1

Total time: 2 minutes 21 
seconds

Can anybody 
tell me, do i need to modify any part of the 
build.xml.

Thanks in 
advance,

Murali 
Krishna K



RE: Problem with Axis C++ installatio on Linux PC

2006-09-18 Thread Murali Konnipati
Title: Message



 I installed axis in 
/usr/local/axis directory. In that etc directory is not there. Do i need to 
create it manually or what..?
 I 
installed Apache2.09 in my system. There is not problem with installation of 
Axis. 
 
Could you please mail me the changes i need to make in server.wsdd 
file.

 
Regards,

 
Murali K




  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Monday, September 18, 2006 3:49 
  PMTo: Apache AXIS C User ListCc: 
  [EMAIL PROTECTED]Subject: RE: Problem with Axis C++ 
  installatio on Linux PC
  cp 
  server.wsdd_linux to server.wsdd in /etc folder of your axis installation. You 
  need to make change in this file. hope this solves your problem. BTW which 
  version of apache you have installed?
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Monday, September 18, 
2006 1:12 PMTo: Apache AXIS C User ListCc: Popuri, 
Monica; [EMAIL PROTECTED]Subject: RE: Problem with Axis 
C++ installatio on Linux PC
 Hi 
All,

 
Finally i have installed Axis C++ in my System. But when i try to 
start the simple_axis_server, it is giving the following 
error..

 
Warning - The WSDDFilePath file (/usr/local/axis/etc/server.wsdd) in the 
AXISCPP.CONF file does not exist. 
 Aborted

I 
checked for the sample server.wsdd in my Axis C++ directory. But i didn't 
find it. Could you please mail me the location of server.wsdd file and do 
needful favor.

 
Thanks in advance,

 
Murali Krishna K

 


  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 3:00 
  PMTo: Apache AXIS C User ListSubject: RE: Problem 
  with Axis C++ installatio on Linux PC
  No need, 
  just comment that part of build.xml around line no 181 i 
  guess
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Thursday, September 
14, 2006 3:00 PMTo: Apache AXIS C User 
ListSubject: RE: Problem with Axis C++ installatio on Linux 
PC
 Do i need to install 
OpenSSL to complete the Axis c++ installation are 
what..?

 Regards,

 
Murali k
 
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
  Behalf Of Popuri, MonicaSent: Thursday, September 14, 
  2006 2:41 PMTo: Apache AXIS C User ListSubject: 
  RE: Problem with Axis C++ installatio on Linux PC
  
  It seems you are using apache 2.2.3 use 2.0.x 
  instead
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, 
September 13, 2006 8:30 PMTo: 
axis-c-user@ws.apache.orgSubject: Problem with Axis C++ 
installatio on Linux PC
Hi 
All,

 I got the 
following error when i try to build the file using ant from the SVN 
code...

 
buildVersionResource: [cc] 
Starting dependency analysis for 2 
files. [cc] 1 files are up 
to date. [cc] 1 files to be 
recompiled from dependency 
analysis. [cc] 2 total files 
to be compiled. [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: 
In member 
[cc] function `virtual 
int [cc] 
Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
[cc] const 
char*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
` [cc] 
ap_table_set' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
(Each [cc] 
undeclared identifier is reported only once for each function it 
appears 
[cc] in.) 
[cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: 
In member 
[cc] function `virtual const char* 
Apache2Transport::getTransportProperty(const 
[cc] char*, 
bool)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: 
` [cc] 
ap_table_elts' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In 
function `int 
[cc] 
axis_handler(request_rec*)': 
[cc

RE: Problem with Axis C++ installatio on Linux PC

2006-09-14 Thread Murali Konnipati
Title: Message



 Do i need to install OpenSSL 
to complete the Axis c++ installation are what..?

 Regards,

 
Murali k
 
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 2:41 
  PMTo: Apache AXIS C User ListSubject: RE: Problem with 
  Axis C++ installatio on Linux PC
  
  It seems you are using apache 2.2.3 use 2.0.x instead
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, September 
13, 2006 8:30 PMTo: axis-c-user@ws.apache.orgSubject: 
Problem with Axis C++ installatio on Linux PC
Hi 
All,

 I got the following error 
when i try to build the file using ant from the SVN 
code...

 
buildVersionResource: [cc] Starting 
dependency analysis for 2 files. 
[cc] 1 files are up to date. [cc] 1 
files to be recompiled from dependency 
analysis. [cc] 2 total files to be 
compiled. [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual int 
[cc] 
Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
[cc] const 
char*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
` [cc] 
ap_table_set' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
(Each [cc] 
undeclared identifier is reported only once for each function it 
appears [cc] 
in.) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual const char* 
Apache2Transport::getTransportProperty(const 
[cc] char*, 
bool)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: 
` [cc] 
ap_table_elts' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In function 
`int [cc] 
axis_handler(request_rec*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp:122: warning: 
control [cc] 
reaches end of non-void function

BUILD 
FAILED/home/globus/Axis/ws-axis/build.xml:245: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:236: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:124: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build/buildApache20Module.xml:21: g++ 
failed with return code 1

Total time: 2 minutes 21 
seconds

Can anybody tell 
me, do i need to modify any part of the build.xml.

Thanks in 
advance,

Murali Krishna 
K



RE: Problem with Axis C++ installatio on Linux PC

2006-09-14 Thread Murali Konnipati
Title: Message



 I got one more doubt in the 
installation, what is AXISJAVA_LIB environment variable. Do i need to install 
Axis Java for WSDL ws to install in my system.

 
Thanks  Regards,

 
Murali Krishna K

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 3:00 
  PMTo: Apache AXIS C User ListSubject: RE: Problem with 
  Axis C++ installatio on Linux PC
  No need, just 
  comment that part of build.xml around line no 181 i guess
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Thursday, September 14, 
2006 3:00 PMTo: Apache AXIS C User ListSubject: RE: 
Problem with Axis C++ installatio on Linux PC
 Do i need to install 
OpenSSL to complete the Axis c++ installation are 
what..?

 Regards,

 Murali k
 
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Thursday, September 14, 2006 2:41 
  PMTo: Apache AXIS C User ListSubject: RE: Problem 
  with Axis C++ installatio on Linux PC
  
  It seems you are using apache 2.2.3 use 2.0.x instead
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, 
September 13, 2006 8:30 PMTo: 
axis-c-user@ws.apache.orgSubject: Problem with Axis C++ 
installatio on Linux PC
Hi 
All,

 I got the following 
error when i try to build the file using ant from the SVN 
code...

 
buildVersionResource: [cc] 
Starting dependency analysis for 2 
files. [cc] 1 files are up to 
date. [cc] 1 files to be 
recompiled from dependency 
analysis. [cc] 2 total files to 
be compiled. [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual int 
[cc] 
Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
[cc] const 
char*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
` [cc] 
ap_table_set' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
(Each [cc] 
undeclared identifier is reported only once for each function it 
appears [cc] 
in.) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] 
function `virtual const char* 
Apache2Transport::getTransportProperty(const 
[cc] char*, 
bool)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: 
` [cc] 
ap_table_elts' undeclared (first use this 
function) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In function 
`int [cc] 
axis_handler(request_rec*)': 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp:122: 
warning: control 
[cc] reaches end of non-void function

BUILD 
FAILED/home/globus/Axis/ws-axis/build.xml:245: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:236: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:124: The following error 
occurred while executing this 
line:/home/globus/Axis/ws-axis/build/buildApache20Module.xml:21: g++ 
failed with return code 1

Total time: 2 minutes 21 
seconds

Can anybody 
tell me, do i need to modify any part of the 
build.xml.

Thanks in 
advance,

Murali 
Krishna K



RE: Problem with Axis C++ installatio on Linux PC

2006-09-14 Thread Murali Konnipati
 
http://cabigcvs.nci.nih.gov/viewcvs/viewcvs.cgi/reactomedata/WEB-INF/lib/ 

Murali Konnipati writes: 

 Hi,
 
I downloaded the ws-axis C++ package from SVN. In that I 
 didn't found any java/lib sub directory.
 
 Regards,
 
 Murali K
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
 Behalf Of Arshad Ahamad
 Sent: Thursday, September 14, 2006 4:12 PM
 To: Apache AXIS C User List
 Subject: Re: Problem with Axis C++ installatio on Linux PC
 
 
 Hi Murali,
 
 There is no need to install Axis Java in your sysytem. the 
 value of AXISJAVA_LIB=/ws-axis/java/lib which contend the all 
 jar files like 
 commons-discovery-0.2.jar,commons-httpclient-3.0-rc2.jar,commons-loggi
 ng-1.0
 
 .4.jar,log4j-1.2.8.jar,wsdl4j-1.5.1.jar,activation.jar,axis-ant.jar,ax
 is.jar
 
 ,axis-schema.jar,jaxrpc.jar,mail.jar,saaj.jar,commons-httpclient-3.0-r
 c2.jar
 
 ,wsdl2ws.jar,ant-contrib-0.6.jar,cpptasks.jar,ant-contrib.jar
 
 Murali Konnipati writes:
 
 I got one more doubt in the installation, what is 
 AXISJAVA_LIB
 environment variable. Do i need to install Axis Java for WSDL ws to 
 install in my system.
  
 Thanks  Regards,
  
 Murali Krishna K
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Popuri, Monica
 Sent: Thursday, September 14, 2006 3:00 PM
 To: Apache AXIS C User List
 Subject: RE: Problem with Axis C++ installatio on Linux PC 
 
 
 No need, just comment that part of build.xml around line no 181 i
 guess 
 
 -Original Message-
 From: Murali Konnipati [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 14, 2006 3:00 PM
 To: Apache AXIS C User List
 Subject: RE: Problem with Axis C++ installatio on Linux PC
 
 
 Do i need to install OpenSSL to complete the Axis c++
 installation are what..?
  
  Regards,
  
 Murali k
 
   
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Popuri, Monica
 Sent: Thursday, September 14, 2006 2:41 PM
 To: Apache AXIS C User List
 Subject: RE: Problem with Axis C++ installatio on Linux PC 
 
 
 It seems you are using apache 2.2.3 use 2.0.x instead
 
 -Original Message-
 From: Murali Konnipati [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 13, 2006 8:30 PM
 To: axis-c-user@ws.apache.org
 Subject: Problem with Axis C++ installatio on Linux PC
 
 
 Hi All,
  
 I got the following error when i try to build the file using
 ant from the SVN code...
  
 buildVersionResource:
[cc] Starting dependency analysis for 2 files.
[cc] 1 files are up to date.
[cc] 1 files to be recompiled from dependency analysis.
[cc] 2 total files to be compiled.
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In
 member
[cc]function `virtual int
[cc]
 Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMA
 TION_T
 YPE,
[cc]const char*)':
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: `
[cc]ap_table_set' undeclared (first use this function)
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107:
 (Each
[cc]undeclared identifier is reported only once for each
 function
 it appears
[cc]in.)
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In
 member
[cc]function `virtual const char*
 Apache2Transport::getTransportProperty(const
[cc]char*, bool)':
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: `
[cc]ap_table_elts' undeclared (first use this function)
[cc] 
 /home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In function
`int
[cc]axis_handler(request_rec*)':
[cc]
 /home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp:122:
 warning: control
[cc]reaches end of non-void function
  
 BUILD FAILED
 /home/globus/Axis/ws-axis/build.xml:245: The following error occurred
 while executing this line:
 /home/globus/Axis/ws-axis/build.xml:236: The following error occurred 
 while executing this line:
 /home/globus/Axis/ws-axis/build.xml:124: The following error occurred 
 while executing this line:
 /home/globus/Axis/ws-axis/build/buildApache20Module.xml:21: g++ failed 
 with return code 1
  
 Total time: 2 minutes 21 seconds
 
  
 Can anybody tell me, do i need to modify any part of the build.xml.
  
 Thanks in advance,
  
 Murali Krishna K

 
 
 Thanks And Regards
 Arashad Ahamad
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED

Problem with Axis C++ installatio on Linux PC

2006-09-13 Thread Murali Konnipati
Title: Message



Hi 
All,

 I got the following error when 
i try to build the file using ant from the SVN code...

 
buildVersionResource: [cc] Starting 
dependency analysis for 2 files. [cc] 1 
files are up to date. [cc] 1 files to be 
recompiled from dependency analysis. 
[cc] 2 total files to be compiled. [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] function 
`virtual int [cc] 
Apache2Transport::setTransportProperty(axiscpp::AXIS_TRANSPORT_INFORMATION_TYPE, 
[cc] const char*)': 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
` [cc] ap_table_set' 
undeclared (first use this function) 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:107: 
(Each [cc] undeclared 
identifier is reported only once for each function it 
appears [cc] 
in.) [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp: In 
member [cc] function 
`virtual const char* 
Apache2Transport::getTransportProperty(const 
[cc] char*, bool)': 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/Apache2Transport.cpp:243: 
` [cc] ap_table_elts' 
undeclared (first use this function) 
[cc] /home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp: In function 
`int [cc] 
axis_handler(request_rec*)': [cc] 
/home/globus/Axis/ws-axis/src/server/apache2/mod_axis2.cpp:122: warning: 
control [cc] reaches 
end of non-void function

BUILD 
FAILED/home/globus/Axis/ws-axis/build.xml:245: The following error occurred 
while executing this line:/home/globus/Axis/ws-axis/build.xml:236: The 
following error occurred while executing this 
line:/home/globus/Axis/ws-axis/build.xml:124: The following error occurred 
while executing this 
line:/home/globus/Axis/ws-axis/build/buildApache20Module.xml:21: g++ failed 
with return code 1

Total time: 2 minutes 21 
seconds

Can anybody tell me, 
do i need to modify any part of the build.xml.

Thanks in 
advance,

Murali Krishna 
K



RE: Solved Axis C++ installation issues with help from Arshad Ahm ad

2006-09-12 Thread Murali Konnipati
Hi Arshad,

  My self is Murali Krishna working in Altair Engineering India,
Bangalore. I am also facing some problems with installation of Apache Axis
C++ on my Linux Pc. Could you please mail me the procedure I need to follow
to make it work(like, which packages to install with version etc).

I am planning to install Axis C++ on a Red Hat9 Linux machine(i686).

Thanks in advance,

Murali Krishna K



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Popuri, Monica
Sent: Tuesday, September 12, 2006 11:35 AM
To: axis-c-user@ws.apache.org
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Solved Axis C++ installation issues with help from Arshad Ahmad


Hi All,

I just want to bring it to your notice that Arshad Ahmad (from Delhi) is an
expert in working with Apache Axis C++. He guided me online couple of times
with step-by-step instructions on installation of the software and using it.
He was able to solve the issues in Axis installation that I was facing which
otherwise even Axis people were not able to do. People can contact him for
any axis C++ issues. He has very good command on Linux OS, Axis C++ and C++
and has a great nature of helping others. 

Many Thanks to you Arshad.

Best Regards, 
Monica




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

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



Installation of Axis C++

2006-09-06 Thread Murali Konnipati
Title: Message



Hi 
all,

 I 
tried to install Axis C++ source on my linux machine. But it is giving error at 
the time of configuration. Can any body please mail me the installation steps 
that i need to carry for Axis C++ on the linux server.


Thanks  
Regards,

Murali 
K



RE: Installation of Axis C++

2006-09-06 Thread Murali Konnipati
Title: Message



 Monica,

Thanks 
for the reply. But when i am trying to download a axis c++ source distribution 
from SVN, it is showing a complete directory structure. Is there any source.tar 
available on the site. If you know the same, could you mail me the 
link..?

 
Thanks  Regards

 
Murali K

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Wednesday, September 06, 2006 5:28 
  PMTo: Apache AXIS C User ListSubject: RE: Installation 
  of Axis C++
  Murali: Please 
  following the doc here, which I also got yesterday from Samisa. 
  
  
  http://ws.apache.org/axis/cpp/antbuild-guide.html
  
  -Monica
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, September 
06, 2006 5:23 PMTo: axis-c-user@ws.apache.orgSubject: 
Installation of Axis C++
Hi 
all,

 I tried to install Axis C++ source on my linux machine. But it is 
giving error at the time of configuration. Can any body please mail me the 
installation steps that i need to carry for Axis C++ on the linux 
server.


Thanks  
Regards,

Murali 
K



Accessing C++ web service from JSP Client

2006-08-24 Thread Murali Konnipati
Hi All,

I have a C++ based web service and I would like to access the above
C++ web service from the JSP client. I don't know is it possible to do the
same or no...?

Please do the needful favor on the same.

Thanks in advance,

Murali Krishna K

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



RE: Accessing C++ web service from JSP Client

2006-08-24 Thread Murali Konnipati
Hi Adrian,

Thank you very much for your reply. Could you please provide me
information on how exactly I need to access the web service.

Thanks  Regards,

Murali Krishna K

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Adrian Dick
Sent: Thursday, August 24, 2006 3:20 PM
To: Apache AXIS C User List
Subject: Re: Accessing C++ web service from JSP Client

Hi,

If you've generated and deployed your C++ web service from a WSDL file,
then any web service client ( be it C++, Java, .Net or JSP)  should be able
to use it, by using the WSDL file.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


Murali Konnipati [EMAIL PROTECTED] wrote on 24/08/2006
09:59:49:

 Hi All,

I have a C++ based web service and I would like to access the above
 C++ web service from the JSP client. I don't know is it possible to do
the
 same or no...?

 Please do the needful favor on the same.

 Thanks in advance,

 Murali Krishna K

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



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

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