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


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, but just return what has been returned by the remote object

call_throws(NAME,PARAMS)
Call a method of the remote object and throws the remote exception if it does not return a hash ref (Oak::SOAP::Application always do when works)


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.

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