Discussion
1
Replies
397
Views
Syntel
Posted: July 28, 2015
Last activity: July 29, 2015
Closed
Soap Service to return all data from data table
I have a requirment in which i have to develop soap connect. this soap connect will call soap service. And this soap service will return all records(like obj-browse) from data table. Can any one help me how to get all data using soap service
Thanks in advance
Hi,
1. Create a db table which contains some values.
2. Write an activity and use Obj-Browse method to fetch records from database.
3. Map it accordingly.
4. Create a SOAP Service rule using invoke existing activity from Service wizard and call the activity created in step2.
5.Run the wizard and generate the service accordingly.
6. Once it completes you can run the Connector & Metadata wizard to generate the Connect-SOAP rule , activity and other rules.
7. Now run the connector activity to see the results.
Hope this helps!