Re: [java ee programming] Re: How to submit a form with form datas passed to it in a web service call

2010-07-21 Thread jitesh dundas
pass the request as an http post using webservices in xml form(mostly in xml form).. webservices server is axis2 or maybe others.. check the functions of the soap interfaces for ur webservice instance.. regards, jd On 7/21/10, Ram wrote: > Hi, > Are you using html forms? > Thanks > am > > On J

[java ee programming] Re: How to submit a form with form datas passed to it in a web service call

2010-07-21 Thread Ram
Hi, Are you using html forms? Thanks am On Jul 17, 6:25 pm, jayakumar ramachandran wrote: > Hi , >      My requirement is such that i should submit the form when it is > called as a webservices from any clent..and also i should be able > to submit the form datas .Please help me in