1. Finding ALL SOAP-Methods for YOUR System:
Point you Browser(YES, BROWSER!) to:
http://$HOST:$PORT/openmeetings/services/UserService?wsdl
or
http://$HOST:$PORT/openmeetings/services/FileService?wsdl
or
http://$HOST:$PORT/openmeetings/services/RoomService?wsdl

$HOST, $PORT - your values

2. Look for Methods AND values for Methods.
$soap->method('true')
and
$soap->method(true)
are different(string and boolean)

3. Return values:
use PHP-Function "print_r($return_value)"

SOAP IS SIMPLE!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to