Hi,
Do you want to call this WS in some batch job, or each time you access this object? Do you want to store this data in database or only present this walue in UI?
br,
Zoran
Hi,
you may find a bunch of already prepared WebServices in Administrator-->input and output managements-->service explorer.
For this case that you described I assume that is enough to call manitain accouns webService:
https://myXXXXXX.crm.ondemand.com/sap/bc/srt/scs/sap/managecustomerin1
If you need more WebServices with some special behaviors you might need to implement them with PDI coding.
br,
Zoran
Hi Jalda,
What I understand is:
There is a webservice from C4C which you are consuming in external system, and you want to add Mr or Ms based on the gender in the input request.
If the understanding is correct, then
1. Is the webservice standard service?
If yes, then you can create XBO on the BO of the webservice and then create event BeforeSave, here you can add Mr or Ms
2. Is the webservice custom service created in SDK?
If yes, then you create event BeforeSave on the custom BO, and here you can add Mr or Ms
Thanks, Pradeep.
Add comment