How I can use WCF to communicate to old school WSE 2.0 web services?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, in my opinion, both WSE 2.0 and WSE 3.0 are obsolete, not ‘old school’.
Second, you ‘just do it’. Add a service reference and call through the proxy class. If everything is configured properly, it should just work. The exception would be if the old WSE code did something non standard. That is, if it did something that did not become part of the standard, but was supported in WSE.