Hello All,
I found BPM tutorial, right now I am coping with Visual Composer part as described in this document http://scn.sap.com/docs/DOC-3070
I created model similar as on page 27 (shown in file Model_BPM_scn.jpg). The difference is I am using CreateBusinessPartner_V1(http://sap.com/xi/FS-BP/Global -> BusinessPartnerDataManagementManageBusinessPartnerIn -> CreateBusinessPartner_V1) operation instead of CreatePurchaseOrder.
The goal of this exercise is to create Web Dynpro form, which calls service in another system. As it is described in tutorial I made proper end point and service registry configuration in soamanager(on both systems). The way to add CreateBusinessPartner_V1 operation to Visual composer is to use service registry. While using wizard for searching service registries in NWDS everything looks fine and the same as in the tutorial (service is found and successfully added to visual composer window). On one window of service registry wizard I get warning that:
"Note: To execute the service at runtime, system{0} must be defined in NetWeaver Administrator" (I attach screen of that in services_registry_wizard_scn.jpg). The system which host CreateBusinessPartner_V1, is of course defined in soamanager.
After adding CreateBusinessPartner_V1 service block to "working area", right clicking on that and selecting "Test data Service", and running WS Navigator, Business Partner is successfully created on the system.
Till that time everything works fine, however when I create webdynpro window, which should collect information about business partner to create it, I got following errors:
Error while getting the backend function : Could not find operation BusinessPartnerDataManagementManageBusinessPartnerIn.CreateBusinessPartner
Error occurred while executing the service: Error while getting the backend function : Could not find operation BusinessPartnerDataManagementManageBusinessPartnerIn.CreateBusinessPartner
Error occured while executing the service: Error occurred while executing the service: Error while getting the backend function : Could not find operation BusinessPartnerDataManagementManageBusinessPartnerIn.CreateBusinessPartner
as shown on the screen webdynpro_error_scn.jpg
Do anyone have idea what could be wrong, or had similar problem?
I really appreciate your help.
Regards
Wiktor