Código HTML:
Ver original
HTTP/1.1 200 OK Date: Wed, 12 Sep 2012 18:54:31 GMT Server: Apache/2.2.8 (Win32) PHP/5.2.6 X-Powered-By: PHP/5.2.6 X-SOAP-Server: NuSOAP/0.9.5 (1.123) Content-Length: 1268 Connection: close Content-Type: text/xml; charset=UTF-8 <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><WmSocioRegistradoInsertarResponse xmlns="http://www.namespace.com/"><WmSocioRegistradoInsertarResult><oError><iError>1</iError><sMensaje></sMensaje></oError><oResp><iResp>1</iResp><sMensaje>Correcto</sMensaje></oResp></WmSocioRegistradoInsertarResult></WmSocioRegistradoInsertarResponse></soap:Body></soap:Envelope>
supuestamente es un xml no? pero realmente como la salida de mi funcion en el WS es de tipo xsd:string
Código PHP:
$server->register('WmSocioRegistradoInsertar',array('xmlstr' => 'xsd:string'),array('return' => 'xsd:string'),$ns);
un saludo