Difference between revisions of "Product:Software/org/oomodels/converter/WebService"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Category = Type:org/oomodels/wiki/Product }} == {{Type:org/oomodels/wiki/doclet/Description}} == A builtin converter which connects to a web service to perform the actua...)
 
 
Line 10: Line 10:
to oomodels.
to oomodels.


This converter is not referenced directly, but via an intermediate
This converter requires the following properties:
format converter page (like this), with additional properties
providing arguments for the conversion.


These argument are:
These argument are:
* ''ServiceURL'' - used to connect to the web service (HTTP POST)
* ''ServiceURL'' - used to connect to the web service (HTTP POST)
* ''URLParameterName'' - the name of the parameter (form-encoded) containing the data to convert
* ''URLParameterName'' - the name of the parameter (form-encoded) containing the data to convert
* ''ConverterId'' - always '''Product:Software/org/oomodels/converter/WebService'''


[[Category:OOModels Format Converter]]
[[Category:OOModels Format Converter]]


<SubPages/>
<SubPages/>

Latest revision as of 09:28, 17 July 2008

Classification
Category Type:org/oomodels/wiki/Product
Namespace (more)

OOModels main namespace

create new pages

Description[edit]

A builtin converter which connects to a web service to perform the actual conversion. This allows third party software providers who do not want to expose their code to us to provide conversion services to oomodels.

This converter requires the following properties:

These argument are:

  • ServiceURL - used to connect to the web service (HTTP POST)
  • URLParameterName - the name of the parameter (form-encoded) containing the data to convert