Web Services: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Cornerstone of a [[SOA|service oriented architecture]] | Cornerstone of a modern [[SOA|service oriented architecture]] | ||
*[[SOAP]] | *[[SOAP]] |
Revision as of 09:30, 9 November 2007
Cornerstone of a modern service oriented architecture
Visual DataFlex Studio has a tool to use a Web Service class from dataflex code ( VDF Webservice Class )
The generated webservice client may use Call By Reference to return results.
Coding webservices
Usually , when coding webservices there are two approaches - "contract first" and "model first".
When using "Contract first" you usually get a WSDL file that your webservice must adhere to. When using "Code first" you typically write the code first and use a tool to generate the WDSL from the code.
The standard approach using Visual DataFlex is to use "code first".