Hi!
I want to use Progress Web Services. But I couldn't get how to start with. I am learnt that we need to have Progress Web Services Tool kit, Proxy Gen etc. for this purpose. But how could we get that and how could we start with these tools to get the web services?
Could anyone help me through example.
Thanks in advance.
With best regards,
Kamal Raj Subedi
Javra Software Nepal Pvt. Ltd.
Everything you want to know about Web Services and OpenEdge is in the Web Services documentation. You should find some simple examples there as well.
http://www.psdn.com/library/entry.jspa?externalID=1972&categoryID=468
Calling a Web Service from the ABL is just like calling an AppServer except you specify the appropriate WSDL in the connect method call.
Exposing your application as Web Service is done using the AppServer and our Open Client technology. Proxygen is part of Open Client. Open Client comes with the AppServer. Check out the documentation for AppServer and Open Client.
http://www.psdn.com/library/entry.jspa?externalID=1979&categoryID=468
http://www.psdn.com/library/entry.jspa?externalID=1976&categoryID=468
Ken