WebServiceResource
WebServiceResource Functions
| call | WebServiceResource.call( [adapterName ] ) | Calls the adapter specified by adapterName on the Web Service Resource. |
XmlResourceBase Functions
| call | WebServiceResource.call( [adapterName ] ) | Calls the adapter specified by adapterName on the XML or Integration Resource. |
| fetch | WebServiceResource.fetch( ) | Transfers any non-tabular field data from the resource to mapped form fields. |
| getDocument | WebServiceResource.getDocument( documentName ) | Returns Document object from the resource based on a given name |
| setDocument | WebServiceResource.setDocument( documentName , document ) | Set a document from external API. |
| update | WebServiceResource.update( ) | Transfers any non-tabular field data from mapped form fields to the resource. |
Resource Functions
| setDebug | WebServiceResource.setDebug( debug ) | Activates or deactivates debug for the resource. |
| isDebug | WebServiceResource.isDebug( ) | Returns true if debug is activated for the resource. |
Element Functions
| getElementName | WebServiceResource.getElementName( ) | Returns the element name |
| getElementType | WebServiceResource.getElementType( ) | Returns the element type |
WebServiceResourceinterface represents an Web Service Resource. A Web Service Resource is used to call a web service, either locally or remotely.Further documentation.