cancel
Showing results for 
Search instead for 
Did you mean: 

Interacting whit a Web Service on ByDesign Studio

Former Member
0 Kudos

Hello SAP Professionals,

I am doing a web service based on C#, in this web service I read a file from a server. This file contains a reference number and the name of the bank that the reference number belongs to.

In my web service I process this information, and send a response back, whit the information of this reference number and bank name stored in a Collection or maybe an Array.

The question is In ByDesign Studio who can I call this web service and process the information to, for example, search this number and name on ByDesign Studio so I can know that the reference number really exist on ByDesign.

Regards, Jaime.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You cannot consume web services from the BtD Studio. Please read the blogs from that describe external integrations.

Answers (3)

Answers (3)

Former Member
0 Kudos

Ho often is the data changing... and it might be easy to maintain it in SAP with your own BO... then you could manually or automatically push the changes up to bydesign. and do the validation with in ByDesign instead of making an external call everytime.

Former Member
0 Kudos

Thanks Judson and Andreas for the suggestions, I will read those documents and I will reply what I find.
Thanks

Former Member
0 Kudos

Hi,

you have to options:

1. Using a Silverlight custom control -> http://scn.sap.com/docs/DOC-27476#Custom_controls_Silverlight (see also ByDesign studio documentation)

2. Waiting for ByDesign studio FP4.0 to consume web service within ABSL scrips.

How Judson already said, currently that`s not possible directly.

Andreas