You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Randy Belknap <ra...@thrasys.com> on 2003/01/24 23:48:50 UTC

Simple mapping .asmx to .jws?

Is there a simple way to map an endpoint URL like /axis/aservice.asmx to the
JWS mechanism so that the client can continue to think it is talking to a M$
server?

I have a client that hardcodes the endpoint URL and I am trying to replace
the .NET server with an Axis server.  (I can change the name of the server,
but not the path info.)

Thanks,

Randy