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

This module creates an interface to SOAP::Lite.


Mandatory. Universal Resource Identifier. Defines the uri of the service. See: SOAP::Lite for more help
Mandatory. This property defines the address of the server. See: SOAP::Lite for more help

Connect to the SOAP server. The constructor calls this function. The set method calls this function.
Call a method of the remote object, but just return what has been returned by the remote object
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 (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.