What is the web service?
I would skip this part and go right away to the example of client weh service application. We will create a simple client web service application to send a service request to service provider and received the result from service provider. The service is the dictionary service.
Find services from service provider
You can find the service discription file (WSDL) which is required.
Here is the WSDL file contents
You can download WSDL file into your PC
2. Create client proxie in SAP system
Call SE80 , enter your package (eg. ZBC416 )
Right click at package ? Create ? Enterprise service ? Proxy object
Give the ABAP name and activate
The system will generate structures and other configuration
3. Create your ABAP program to call web service
*&---------------------------------------------------------------------**& Report ZBC416_WS_DICT*&*&---------------------------------------------------------------------**&*&*&---------------------------------------------------------------------*That is all you need to do. Now you can test your application by execute this program and enter key word, the program will send request to the service provider and return the result back to your program.
You can also test the sample program in our test system:-
Logon to test system
Run SA38 and enter program ZBC416_WS_DICT and press Execute
Enter any key word and press Execute