Hi,
mention document and literal in "register" line.
$server->register
(
"YOURMETHOD",
array('Server' => 'INTYPE'),
array('status' => 'OUTTYPE'),
'http://localhost/URL/',
'http://localhost/URL/#YOURMETHOD,
'document',
'literal',
'A Method to Add Server'
);
|
(Replace capitals with actual values).
Use addComplexType and addSimpleType for your elements, Once you register all of them you will see some entries in types, message, binding etc.
If you want some specific prefix then there is something that you can do it by modifying "$namespaces" variable in nusoap.php. I am not very sure about prefix part but this what I know. I would be interested to know further on this if anything else is there.
Regards,
Dave