I need to be able to call and arbitrary web service. The user will supply the URI / endpoint information at configuration time, and I need to be able to handle calling that service. As a result, I don't have service contract at compile-time
I need to be able to call and arbitrary web service. The user will supply the URI / endpoint information at configuration time, and I need to be able to handle calling that service. As a result, I don't have service contract at compile-time