My current place of employment is primarily a Microsoft shop and we use Visual Studio pretty extensively. I've grown fond of the laziness of using "Add Service Reference" (formerly "Add Web Reference" in VS2005) to download WSDLs and form classes and methods in nice, convenient namespaces for me.
Since we have started to branch out into iPhone development, we have been using XCode as our IDE for iPhone projects. I would like to be able to do something similar, but haven't been able to find if this ability exists.
If there is similar functionality in XCode, where is it?
If not, is there a template or something I can download that will do what I want?