This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Consume Webservice using Server/Client Methods

divya_p02 - Wednesday, June 8, 2011 6:53 AM:

Hi,

I have a service published in the server where Innovator is installed. How can i consume that service in my method.

The service is capable of performing Arithmetic Operations. The method inside the service accepts 3 parameters(Opeartion, Num1, Num2).

These input parameter i am planning to pass from the form. On button click event or on Server event i want to call a method which in turn calls the service to perform operation and send back the result.

Please share the syntax for the method where i can call the service.

 

Regards,

Divya



Boro - Wednesday, June 8, 2011 7:46 PM:

Hi Divya.

On Aras download site, there is a good document what you want. Please see following URL.

http://www.aras.com/university/TechNotes/DocumentView.aspx?file=How-To%20Consume%20a%20Web%20Service%20in%20a%20Method.doc

Thanks



divya_p02 - Wednesday, June 8, 2011 11:50 PM:

Hi Boro,

Thanks for your reply. I have completed the steps mentioned in the document, but i am not familiar with VB code, can you please let me know syntax for calling the service using C# method.  This would be really helpful.

 

Thanks

Divya