Hi,
I want to insert ‘ename’ and ‘empid’ from jsp to oracle d/b by insert adapter service.
how can i do this in webMethods?
Can anyone help me out.
i’m calling dsp from jsp where dsp is invoking a particular adapter service.
JSP:
<form>
Enter Employee Name : input type=“text” name=“ENAME”
Enter Employee ID : input type=“text” name=“EMPID”
input type=“submit” name=“submit” value=“submit”
DSP:
%invoke POC:UseCases.Scenario_1:insertService%
%rename ENAME ENAME -copy%
%rename EMPID EMPID -copy%
%endinvoke%
It’s not working.Please correct it and let me know.
Thanks in advance,
Ganesh
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services