The problem is following:
- Some client tries to access an SOAP webservce
- Webservice implementation anylizes request and comes to conclusion that it is not able to proccess the request itself. However, the webservice knows what some additional webservice should be called instead of one.
- ???
- Client calls “additional webservice” like he did at step 1
It there any specific standard or technique for this?
Use the proper HTTP status code for redirection. A status of
303 See Othercomes to mind.