Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Published Web Service requires xmlns=\"\" › Published Web Service requires xmlns=\"\"
November 24, 2005 at 9:38 PM
#12421
Hi Stephen,
I figured out what caused the problem. When a schema is created in BizTalk from scratch, BizTalk sets the values of the attributes ‘attribubuteFormDefault’ and ‘elementFormDefault’ to ‘unqualified’ by default. After setting ‘elementFormDefault’ to ‘qualified’, the xmlns=\”\” disappeared.
Joey