cancel
Showing results for 
Search instead for 
Did you mean: 

How to build Agentry Based app that call webservices from scratch?

Former Member
0 Kudos

Hi All,

I'm trying to build and app that call a WebService with Agentry from scratch, defining steps, transactions and fetch the data.

Also I need to understand how to configure deployment in SMP 3.0

I'm using Eclipse Kepler and Agentry Plugin 7.0.

I hope you can help me

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

dm21
Participant
0 Kudos

Hi Cesar,

I guess to configure an Agentry app to call a web service you may have to Investigate on the External Field feature of Agentry and its possibilities. I am not sure if its possible to do with External Field.Please follow these links about External field and how to use it.

SyBooks Online

http://help.sap.com/saphelp_smp305sdk/helpdata/en/7c/14c5b6700610148f9985e424458fb2/content.htm

For configuration of SMP 3.0 ,Please find the below links

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00d237c4-b823-3210-04aa-d3b5290ae...

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30cbb708-0a59-3110-51bf-8b4640f62...

Thanks,

Deepak.M

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Actually Agentry has support for HTTP/XML backends that will allow you to connect without needing to use OpenUI.  Agentry also supports calling oData service backends as well.

The other option would be to use the Java backend and call the webservices from there.

In terms of getting started the How to Set-up Your Own Agentry Based Mobile Application

is probably the best starting point.

Also as far as I know (I will have to check) the Agentry Editor is supported on Juno and does not support Kepler.

SAP Education does offer the MOB300 class that covers building an Agentry application from scratch.  The only difference is that it utilizes a SQL backend but the core Agentry concepts will be very helpful to understanding fetching data, steps, transactions etc.

--Bill