Hey Phill, unfortunatley WAP was developed after Team Test so Team Test does not currently recognize it as Web project and generate the right proxies.
You can however still get this scenario to work. To do this create a Web Site web service project with the same web methods. You don't need an implementation just the signature. Create a Test Project for this and generate the proxies. Once generated you can copy the source files over to the Test project for Web Application.
As far as starting the Web Severce you can configure the solution to have multiple startup projects.
- Choose the Solution node in the Solution Explorer
- Select “Set Startup Projects…”
- Select “Multiple startup projects” and choose your web service and project which accesses the web service.
- Debug your application by pressing F5. You will see both projects running.
The good news is that we're making every effort to fix this scenario in VS SP1 so that it works out of the box.
Hope this helps,
Brad.