Normal
Re: AW: Ignore whitespace when parsing SOAP messagesFrom the UPnP-arch-DeviceArchitecture (still page 56, and 57 ) :[CODE]<scpd xmlns="urn:schemas-upnp-org:service-1-0"xmlns:dt="urn:domain-name:schema-name"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="urn:domain-name:schema-namehttp://some.company.com/dir/file.xsd"configId="configuration number">[/CODE]I think this is why you declared it in the XML doc, you just didn't passed any xsi:schemaLocation value. I don't know if it creates the problem...Cheers.
Re: AW: Ignore whitespace when parsing SOAP messages
From the UPnP-arch-DeviceArchitecture (still page 56, and 57 ) :
[CODE]<scpd xmlns="urn:schemas-upnp-org:service-1-0"
xmlns:dt="urn:domain-name:schema-name"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:domain-name:schema-name
http://some.company.com/dir/file.xsd"
configId="configuration number">[/CODE]
I think this is why you declared it in the XML doc, you just didn't passed any xsi:schemaLocation value. I don't know if it creates the problem...
Cheers.