Hi Supun,

The issue was that echo.exe http://localhost:80/axis2/services/echo
Did not work when using Apache deploy but did work for
http_axis2_serve.exe
Adding a "/" to the end of the http path made it work for Apache2 deploy

http://localhost:80/axis2/services/echo/

Thanks,

JIm


-----Original Message-----
From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 28, 2007 5:35 PM
To: Apache AXIS C Developers List
Subject: Re: apache axis2 deploy

Hi,

By default clients use the 9090 port for the end point reference but
Apache runs on 80. There are two solutions.
1. Changing Apache to run on 9090
2. When running tests give the proper address(with 80 port) as a
command line argument.
for example for echo client
echo.exe http://localhost:80/axis2/services/echo

Supun.


On 4/26/07, Jim Seipp <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> It looks like the Apache server is seeing the services that are
supplied by
> AXIS2C.
>
>
>
> But I cannot seem to get the client to successfully run any of the
test
> programs.
>
> I am trying echo.exe and math.exe
>
> They work with the axis2_http_Server.exe
>
> Also from the client I can web browse the server and see the deploy
> information for the services.
>
>
>
> Any ideas?
>
>
>
> Is there any tests I can run or data I can send you?
>
>
>
> 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