N
nevin
Hi all,
I'm looking at the Amazon web services and get them to work fine. But on any
given call I want to be able to use either the US or the EU schemas which
are in the project as two different web references.
so basically I would like to be able to abstract the objects in each web
service so that I can instantiate either one and pass it to a handler which
can work with either.
Basically the same as you do for two objects inherited fromt he same parent
you can just have a function accept the parent and then cast it as
necessary.
Is there a way to do this with two (almost) exactly the same web services in
different references?
Thanks
Nev.
I'm looking at the Amazon web services and get them to work fine. But on any
given call I want to be able to use either the US or the EU schemas which
are in the project as two different web references.
so basically I would like to be able to abstract the objects in each web
service so that I can instantiate either one and pass it to a handler which
can work with either.
Basically the same as you do for two objects inherited fromt he same parent
you can just have a function accept the parent and then cast it as
necessary.
Is there a way to do this with two (almost) exactly the same web services in
different references?
Thanks
Nev.