RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
thanks, i guess i already have trace enabled and have AxisClientLog and AxisLog available when I make any request. Please find them attached with this mail. The AxisClient.log will show the messages when I call calcultator program from command line . Please let me know if you want to see so

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
OK, that's great - now I understand exactly where we're up to :-) So, Now I think the next thing to do would be to run trace on the Axis server (see here  http://ws.apache.org/axis/cpp/TraceGuide.html). You might want to try putting trace on at the client too if the server trace looks OK - i.e. t

RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
Hi John, there are some things I need to update you on my installation:I have Axis C++ installed in a folder say /obj/package/axis-c-linux-bin. Tested calculator sample with simple_axis_server , works fine.   Now when I deploy in apache (1.0.3 this time) , I am still referring to same direc

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
Woh there - you're talking about two diff servers. I'm asking whether the server.wsdd for the apache server (which is the one you said didn't work) was getting changed sucessfully. If you tell me that you've got this working for Simple-axis-server then we're half way there  (C version I assume?)

RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
yes, because I am able to execute calculator program successfully using simple_axis_server . -Original Message-From: John Hawkins [mailto:[EMAIL PROTECTED]Sent: Thursday, September 21, 2006 3:24 PMTo: Apache AXIS C User ListSubject: RE: Problem with deployment of calculato

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
What do you mean by "perfectly alright"? Has it got the calculator service deployed or not? "Popuri, Monica" <[EMAIL PROTECTED]> 21/09/2006 10:45 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject RE: Problem with deployment of calculator web

RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
server.wsdd is perfectly alright, I am deploying axis in Apache 1.0.3 So apache is only server running.what should be changed for deploying manually? -Original Message-From: John Hawkins [mailto:[EMAIL PROTECTED]Sent: Thursday, September 21, 2006 3:02 PMTo: Apache AXIS C User

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
Connection reset by peer is the equivelant of the server putting the phone down which means that you probably got to your server. Have you looked at the server.wssd file to see if it's changed? What server are you running? If it hasn't changed then I'd be inclined to manually alter it just to d

RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
Hi John, I am not at all aware on how to resolve the socket/transport/network/config  related error. A help is very much appriciated. -Original Message-From: John Hawkins [mailto:[EMAIL PROTECTED]Sent: Thursday, September 21, 2006 2:31 PMTo: Apache AXIS C User ListSubject: RE:

RE: Problem with deployment of calculator web service

2006-09-21 Thread Murali Konnipati
Title: Message    Hi John Hawkins,       I think the instructions at the site are not clear enough for beginer like me. Really we are trying to install Axis C++ at least from 1 week but still i couldn't do the same.       Regards,       Murali Krishna K     

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
If you don't have the channel defined in your conf file then make sure it's in your path (libpath if unix) (you don't need ssl at this stage). I assume you have read the instructions on the site - this is all described there I think. "Popuri, Monica" <[EMAIL PROTECTED]> 21/09/2006 09:44

RE: Problem with deployment of calculator web service

2006-09-21 Thread Popuri, Monica
By sample I meant calculator etc. By any chance, can this error be linked with absence of Channel_HTTP_SSL or Channel_SSL parameters in axiscpp.conf file?   -Original Message-From: John Hawkins [mailto:[EMAIL PROTECTED]Sent: Thursday, September 21, 2006 2:10 PMTo: Apache AXIS

RE: Problem with deployment of calculator web service

2006-09-21 Thread John Hawkins
Yes - this is almost certainly a socket/transport/network/config error. You've started me on a different track now by saying that you are trying the samples. Which samples? Have you ensured that they are deployed on the server? "Popuri, Monica" <[EMAIL PROTECTED]> 21/09/2006 06:41 Pleas

Re: Installation Problems

2006-09-21 Thread Christian Rudnick
Hi, isn't it so that the ant build process will make these jar files? So i do not have them before compiling. Am i mistaken? Thanks Christian Am Thursday, 21. September 2006 07:16 schrieb Murali Konnipati: > Hi, > > > If you want WSDLWs feature, then u need to put Axis Java jar files > d

RE: Installation Problems

2006-09-21 Thread Murali Konnipati
Hi, If you want WSDLWs feature, then u need to put Axis Java jar files directory to AXISJAVA_LIB Regards, Murali K -Original Message- From: Christian Rudnick [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 2:39 PM To: Apache AXIS C User List Subject: Installation Problem

Installation Problems

2006-09-21 Thread Christian Rudnick
Hi, while installation i have to set the AXISJAVA_LIB environment variable. What do i have to do? Is it really necessary to install the Axis Java environment before? Thanks for any help Christian - To unsubscribe, e-mail: [EMAI