How to get started on SOAP service on Windows Phone 7?
Hey guys, I'm a student that is trying to develop a Windows Phone 7 app that uses a free web service that can be accessed via开发者_Python百科 SOAP protocol. They have the web service address and the .wsdl address.
I'm pretty confused since all that I've seen mentions .asmx instead of .wsdl, can somebody point me to the right direction to start implementing the web service usage in my app?
Thanks in advance
WSDL is the standard for SOAP-based web service description. It's an xml-based description of webservices that allows client proxy code generation across platforms. ASMX is just an extension for a webservice page. They're separate entities.
精彩评论