Web Services and type mapping - again
Posted by: Rick Strahls WebLog,
on 07 Aug 2006 |
View original | Bookmarked: 0 time(s)
I’m really struggling today with a Web Service issue that’s been a thorn in my side for some time, which is the lack of better type mapping in Web Service clients.
I’m working on a distributed Web service app where the main functionality is provided by a third party Web Service. The service is asynchronous so we submit messages to the service and the service responds with messages that are sent to a Web service on our end. After a few problems starting out that part of the...