errors on my source

Error:
...
$usClient=new 
nusoap_client(http://www.myhost.com:5080/openmeetings/services/UserService?wsdl,
 "wsdl");
...
'email'=>maxmusterm...@maxmustermann.com,
...

OK:
...
$usClient=new 
nusoap_client('http://www.myhost.com:5080/openmeetings/services/UserService?wsdl',
 "wsdl");
...
'email'=>'maxmusterm...@maxmustermann.com',
...

------------------------------------------------------------

replace with your data:
www.myhost.com with your host

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gZ_ObJ13qxIJ.
To post to this group, send email to openmeetings-user@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