I had the following set

Listen 80
Listen 9090

I changed it to 

Listen 8080
Listen 9090

I still am not getting responses.

Here is the display from tcpmon.exe with client using the math.exe
sample program

C:\Axis2C\bin\tools>tcpmon.exe
Listen port : 9090 Target port : 8080 Target host: localhost
SENDING DATA..
/* sending time = 11:43:45*/
---------------------
POST /axis2/services/math HTTP/1.1
User-Agent: Axis2/C
Content-Length: 304
Content-Type: application/soap+xml;charset=UTF-8;
Host: thunder-hd2:9090

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";><soape
nv:Header></soapenv:Header><soapenv:Body><ns1:add
xmlns:ns1="http://ws.apache.or
g/axis2/c/samplesmath"><param1>40</param1><param2>50</param2></ns1:add><
/soapenv
:Body></soapenv:Envelope>

RETRIEVING DATA..
/* retrieving time = 11:43:45*/
/* time throughput = 0 sec(s)*/
---------------------
HTTP/1.1 301 Moved Permanently
Date: Wed, 25 Apr 2007 15:43:45 GMT
Server: Apache/2.2.4 (Win32)
Location: http://thunder-hd2:9090/axis2/services/math/
Content-Length: 252
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="http://thunder-hd2:9090/axis2/services/math/";
>here</a>.</p>
</body></html>

Thanks,

Jim

-----Original Message-----
From: Dumindu Pallewela [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 25, 2007 11:17 AM
To: Apache AXIS C Developers List
Subject: Re: apache2 deploy

Are you running apache2 server on port 8080?

Since you run tcpmon with listening port 9090 and target port 8080, your

apache2 server should be listening on port 8080.

Regards,
Dumindu.

Jim Seipp wrote:
> Hi Dumindu,
> 
> That seemed to work.
> The services are being seen now.
> Now I am trying to get the client to talk to the service and am
> unsuccessful.
> 
> I am attaching the results from the Echo.exe test.
> 
> Thanks,
> 
> Jim

---------------------------------------------------------------------
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]

Reply via email to