3

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?

Community
  • 1
  • 1
Yanshof
  • 9,659
  • 21
  • 95
  • 195

1 Answers1

1

See http://msdn.microsoft.com/en-us/library/ms181854%28VS.90%29.aspx "Create a .NET Web Service provider endpoint from a WSDL file."

Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
  • I have the same question but I am using Java! I received a WSDL and I don't know what to do and how to use it! – Mahsa Aug 02 '16 at 14:35
  • searching the internet for java wsdl will give you lots of hits e.g. http://www.eclipse.org/webtools/community/education/web/t320/Generating_a_client_from_WSDL.pdf – Wolfgang Fahl Aug 05 '16 at 05:55