!--a11y-->
The Web Services IDE 
The SAP NetWeaver Developer Studio offers a set of tools and utilities so that you can provide and use Web services (WSs). As a Java developer you are supported throughout development, whether you are defining a Web service provider, or using a WS through a Web service client.
|
Support for Web Service Providers |
|
· Web service implementation Any session bean that you have created and implemented in an EJB project can be considered for implementation as a Web service · Web service definition and deployment You have two options for defining a Web service: -
Using the Web
Service Creation Wizard -
Step-by-Step
Definition You can publish the Web service definition from the development environment to the UDDI. You also trigger Web service deployment in the Developer Studio.
|
|
Support for Web Service Clients |
|
· Web service browsing To enable you to find suitable Web services for use through a client, the development environment offers a browsing tool. Using the integrated SAP UDDI Client Browser, you can locate all Web services published according to the UDDI specification. · Web service proxy generator After you have identified the Web service you want, you can generate platform-specific proxies for your Web service client application, according to the WSDL definition. The development environment allows you to create an associated project for the purpose (a WS client proxy project).
|
