The Microsoft Visual Studio Shell supports the generation of console clients only. Therefore to generate any type of client
other than a console client, you must use a full installation of Visual Studio.
Tutorial: SOAP Service Interface Walks you through the process of defining a SOAP service interface using the Interface Mapping Toolkit (IMTK), deploying it
to an enterprise server instance, and generating and running a client to access it.
Tutorial: EJB Service Interface Walks you through the process of defining an Enterprise Java Bean (EJB) service interface using the Interface Mapping Toolkit
(IMTK), deploying it to an enterprise server instance, and generating and running a client to access it.
Tutorial: REST Service Interface Walks you through the process of defining a Representational State Transfer (REST) service interface using the Interface Mapping
Toolkit (IMTK), deploying it to an enterprise server instance, and generating and running a client to access it.
Tutorial: CORS Service Interface Walks you through the process of defining a Web service using the Interface Mapping Toolkit (IMTK), deploying it to an
enterprise server instance, and invoking it from a Cross Origin Resource Sharing (CORS)-supported browser via an Asynchronous Javascript and XML (AJAX)
request script.