NAME

Oak::SOAP::Connector - Connects to a SOAP application

DESCRIPTION

This module creates an interface to SOAP::Lite.

HIERARCHY

Oak::Object

Oak::Persistent

Oak::Component

Oak::SOAP::Connector

PROPERTIES

uri

Mandatory. Universal Resource Identifier. Defines the uri of the service. See: SOAP::Lite for more help

proxy

Mandatory. This property defines the address of the server. See: SOAP::Lite for more help

METHODS

connect

Connect to the SOAP server. The constructor calls this function. The set method calls this function.

call(NAME,PARAMS)

Call a method of the remote object

COPYRIGHT

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> Aguimar Mendonca Neto <aguimar@email.com.br> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.