views:

90

answers:

0

I have to update a COM+ application to call a web service that uses WSE 3.0. What is the best way to call the web service from the COM+ client? My current plan is to create an Interop assembly like this:

COM+ Client <--> Interop Assembly <--> WSE 3.0 Web Service

Wondering if anyone has some guidance on best practices for this type of scenario. Thanks in advance, Dan