J
Jukka Kenttälä
Hi!
We are developing a web service that needs to use several
databases (each company that uses this web service has
their own database). Is it possible to create a different
url for each database and still use the same web service?
Is it possible to have company 'A' use web services by
referencing http://www.xxx.fi/A/service1.asmx?wdsl and
company 'B' using http://www.xxx.fi/B/service1.asmx?wdsl ?
And if we can somehow use different urls then how can we
tell in web service code which url the request came from?
Thanks in advance.
We are developing a web service that needs to use several
databases (each company that uses this web service has
their own database). Is it possible to create a different
url for each database and still use the same web service?
Is it possible to have company 'A' use web services by
referencing http://www.xxx.fi/A/service1.asmx?wdsl and
company 'B' using http://www.xxx.fi/B/service1.asmx?wdsl ?
And if we can somehow use different urls then how can we
tell in web service code which url the request came from?
Thanks in advance.