CreateObject: web service object

Description

This function can create a web service object.

Return value

A web service object.

Syntax

CreateObject(type, urltowsdl)  

Parameters

Parameter Description
type
Type of object to create.
  • com
  • corba
  • java
  • component
  • webservice
urltowsdl
WSDL file URL; location of web service

Usage

You can use the createObject function to create a web service.

Example

newobject2 = createObject("webservice","wsdlurl")

Comments