Possible Duplicate:
How to use a WSDL file to create a WCF service (not make a call)
I need to use a web service in my application.
I have a WSDL for the web service, but I don’t know how to use it or how to call and send info to the web service method.
Someone can help me here?
See http://msdn.microsoft.com/en-us/library/ms181854%28VS.90%29.aspx
“Create a .NET Web Service provider endpoint from a WSDL file.”