Hello all,
I have a web service (Defined by a third party) which has some really
complex datatypes. I want to create an abstraction layer for this web
service and convert these complex datatypes into .NET compatible types
(typed datasets...etc) Since this web service is defined by a third
party there is no chance for modification of the types defined...
What is the best way to convert this web service type in .NET. Any
recomemded practices...Any suggestions or code samples will be greatly
helpful.
Thanks in advance,
Chris
I have a web service (Defined by a third party) which has some really
complex datatypes. I want to create an abstraction layer for this web
service and convert these complex datatypes into .NET compatible types
(typed datasets...etc) Since this web service is defined by a third
party there is no chance for modification of the types defined...
What is the best way to convert this web service type in .NET. Any
recomemded practices...Any suggestions or code samples will be greatly
helpful.
Thanks in advance,
Chris
Comment