ranjeet


{ City } chennai
< Country > india
* Profession * webmethod developer
User No # 78271
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 9
Questions / { ranjeet }
Questions Answers Category Views Company eMail




Answers / { ranjeet }

Question { 9045 }

How webMethods Developer Supports Tables?


Answer

There is an element called Adapter Service in Web methods.
using this element u can create adapter service like
insert,update and delete,select the records from
table.Before that u have to create Adapter Connection in
Integration server under Jdbc Adapter.

Is This Answer Correct ?    9 Yes 0 No

Question { Interra IT, 16249 }

how can try and catch block can be implemented using web
methods developer ?
tell the steps to implement it?


Answer

we can insert the finally block by
Sequence(Exit on success) MAIN
Sequence( Exit of failure) TRY
Sequence( Exit on done) CATCH
Sequence(Exit on failure) FINALLY

Is This Answer Correct ?    3 Yes 9 No