I'm facing a great problem here and i need some clarifications
Here is my explanation
- I've a machine Machine1
- I've hosted a web service WS1 in Machine1
- I've a client application in Machine2
- I call the web service WS1 from machine2 and the web service a file in the path sent by the application
Okie works great!
Now,
- I host another web service in machine1 - WS2
- The client from machine2 calls WS2 which in turn calls WS1
- Now WS1 tries to save a file
The question is will the file be saved in Machine1 or Machine2? In my scenario, i guess the file is trying to save itself in machine1 instead of machine2 as WS1 is calling WS2 and WS1 is in machine1. Any ideas?
Thank you
Regards NLV