Hi all,
I am in the process of creating a web page.The page consists of a form where it will ask the users to give the input values(all values in integers).Those values should be passed and the values should be calculated.
I have the wsdl file from the client.I need to invoke the wsdl file using java script.Once it is invoked,calculation will be done and the results will be sent back.Our job is to capture those results from the clients and display it in the same web page.
I am planning it to do this using AJAX..But I dont how and where to start..Can anyone give the way how to do this requirement?
Regards
dave.