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”
Thanks Muneer,
i’m not getting any error.
DSP page is invoking the service but the wm service is not getting values from dsp page.So in d/b null values are getting inserted.
Try resetting the Caches in the Property panel. Hope this will solve your problem otherwise keep posting. And please use the savePipelinetoFile and restorePiplinefromFile service in your DSP service so it’s easy to know what data is coming from the DSP page to service.