Take a look @ the proxy class .NET created for you....It strips off the port
if you are running on anything other then 80.

For example-
        http://localhost:8080/axis/services/wsJMSHarness

Will be created like
        http://localhost/axis/services/wsJMSHarness

I just add the 8080 back to the proxy class..



-----Original Message-----
From: Wagner,Harry [mailto:[EMAIL PROTECTED]] 
Sent: Wedesday, February 19, 2003 1:42 PM
To: '[EMAIL PROTECTED]'

Hi James,

>   Any idea when this problem started?  Should this be filed 
> as a bug report?

Sorry.  It's been like this since I started using it, but I'm a relatively
new Axis user.  Take a look at the mod-jk option.  I find it very useful
since it doesn't require exposing any additional ports to public access.
Regards... harry

Reply via email to