Creating Deployable ProxiesThis procedure creates a Web service deployable proxy.
...
1. Choose File → New → Project → Enterprise Services → Deployable Proxy Project.
2. Choose Next.
3. Enter a name for the deployable proxy project and choose New.
4. Choose Projects and .
5. Choose Finish.
6. Open the Client Explorer of the EnterpriseServices perspective and select the new proxy project.
7. From the context menu, choose New → Consumer Collection.
8. In the dialog box that appears, enter package and name for the consumer collection and choose Finish.
A Consumers node is created in the proxy project. The new consumer collection is added to this node.
9. Select the new consumer collection and from the context menu, choose New → Consumer.
10. In the dialog box that appears, select a WSDL source among Local Server, Local File System or URL, and UDDI or URL to find the WSDL document on which the WS proxy is to be based.
a. If you select Local Server, a list of deployed Web services on the J2EE Engine is displayed. Select the one you are interested in and choose Next.

The J2EE Engine must be up and running.
b. If you select Local File System or URL, you have to specify the WSDL URL or browse the WSDL from the file system.
c. If you select UDDI or URL, you have to specify the WSDL URL or search the WSDL in a UDDI registry. Selecting UDDI opens the Search page of the UDDI client browser and by using its features you can find the needed WSDL. To use the UDDI client, you have to configure the HTTP proxy settings in the Web Services Container Service of the Visual Administrator.

The UDDI client is not integrated in SAP NetWeaver Developer Studio for NY AP06.
11. Publish the proxy.
You may continue now with programming your application to use the Web service client.
See also: