[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eXpat does not return namespace - why?



Hi folks,

Does someone know why eXpat does not return the namespace for element 'getNameReturn'? I expected to 
get 'ns1' for the namespace but I get '' (nothing).

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Body>
     <ns1:getNameResponse
       soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
       xmlns:ns1="http://wsdl.webservice.wsdl2rpg.tools400.de";>
       <getNameReturn xsi:type="xsd:string">Donald Duck</getNameReturn>
     </ns1:getNameResponse>
   </soapenv:Body>
</soapenv:Envelope>

Regards,

Thomas.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------