I have an issue with the xml im getting back from biztalk using a wcf-sql adapter.
Im getting a strange blank namespace on a child element.
<ShippedPackages xmlns="http://Correct.Schema"> <Package xmlns=""> <SALESORG>4000</SALESORG> <SOLDTO>5111632</SOLDTO> <PICKUP>5314125</PICKUP> <SOURCE>14</SOURCE>
.....
Im getting this blank namespace in <package>
here are my settings for the receive location
the receive pipeline is 'XMLreceive'
XmlStoredProcedureRootNodeName - ShippedPackages
XmlStoredProcedureRootNodeNamespace - http://Correct.Schema
inbound operation type is xmlpolling
PolledDataAvailableStatement - SELECT COUNT(*) as count FROM [Shopping].[dbo].[VW_DHLGMPartner_ShippedPackages]
Pollingstatement - SELECT * FROM [Shopping].[dbo].[VW_DHLGMPartner_ShippedPackages] AS Package
FOR XML AUTO, ELEMENTS
Any ideas would be great
Thanks


