Skip to Content
Author's profile photo Former Member

Generate Web service for a BRF Plus application

Requirement:

Generating web service for a BRF+ Function.

Procedure:

We can generate web service for a BRF+ function in local $tmp package or Development Package with workbench and customization request.

Use:

The generation tool for web services and RFC-enabled function modules helps an application developer as well as a third-party user to process the rules defined in BRFplus. The tool helps to create web services and function modules in a highly automated fashion with minimal interaction.

Generating web service with Local $tmp Package:

Choose your function and click on Generate web service. Here we are generating web service for CATEGORY function in Z_AGE_CALCULATION application. Click on Generate web service.


Popup will display and enter the required details as shown in the below screen shot. Click on Generate button.


ZAGE_CALCUL web service successfully generated.


Go to SE80

Open local objects ($TMP)


You can find the generated web services under Enterprise Services folder.

Choose your web service & Process. So web-service has been created and active. To test the service click on execute button.

The following screen will be appeared. Enter the AGE.

Capture.PNG
Change to HTML code & enter age value i.e 25

Capture.PNG

Check the service is activated at the SICF level or not. Enter the service and execute.


Make sure that the service is active service

Capture.PNG

Provide search pattern(web service name) & click on go.

Choose the service & click on apply selection

Click on configuration tab and create Endpoint.


Specify the setting as specified in the following screen and click on save.

Go to overview


Click on Open WSDL document for selected binding or service

Click on Open Web Service navigator for selected binding


Click on Display selected Binding’s or Service’s WSDL URL


The following URL will be generated

Now web service has been generated successfully. So you can access this service from any plat form.

Testing web service using SOAP UI:

Open SOAP UI tool and specify the WSDL URL in the initial WSDL field and choose ok. If you want different project name you can enter.

Click on request1  provide credentials(log on details)


Double click on request1. Enter AGE in the request and click on run. Then you will get a response as show in the above.
Capture.PNG
You can access this service anywhere.

Thanks for reading…..

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo gnaneswar reddy kothakota
      gnaneswar reddy kothakota

      Hi Diddi,

      Nice blog. Thanks for sharing.

      Keep posting.

      Regards,

      Ganesh

      Author's profile photo Former Member
      Former Member

      Nice Blog..