Can I redirect/alias one web service call to another?

Posted by Nathan Pitman on Stack Overflow See other posts from Stack Overflow or by Nathan Pitman
Published on 2010-05-11T12:12:49Z Indexed on 2010/05/11 12:14 UTC
Read the original article Hit count: 327

Filed under:
|
|

I've written a simple PHP nusoap web service for an application and wish to change the name of one of the actions so that it makes more sense. However there is a CD-ROM based application in the wild using this web service and this action and so I need to redirect or alias any incoming requests to the new action... any idea how I might go about doing this?

© Stack Overflow or respective owner

Related posts about php

Related posts about nusoap