Alternative SOAP implementation besides those offered by Microsoft
问题 The most useful thing I like about SOAP vs REST is the WSDL. It makes my life much easier when creating applications for the iPhone as my classes can be generated for me without me doing much monkey work. However, I'm trying to find a suitable alternative to ASMX/WCF. I predominantly use a Mac so Java, PHP or Mono solutions are mainly of interest to me. I understand PHP has a SOAP service offering but it can't automatically generate a WSDL? Are there any tools which can facilitate this? 回答1: