Webservice Response Invalid Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Webservice Response Invalid This topic has 2 replies, 1 voice, and was last updated 8 years, 4 months ago by community-content. Viewing 1 reply thread Author Posts October 1, 2013 at 4:20 AM #26166 community-content Hi I’m getting this error on a WCF-BasicHttp port… Details:”Unable to read the stream produced by the pipeline. Details: The value ‘xsd:string’ is invalid according to its schema type ‘http://www.w3.org/2001/XMLSchema:QName’ – ‘xsd’ is an undeclared prefix. “. Header of response… <ns1:searchResponse soapenv:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/” xmlns:ns1=”urn:B8Addr” xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/“> <searchReturn xsi:type=”xsd:string” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“> How do I fix this? Thanks Alan October 1, 2013 at 10:29 AM #26167 community-content Reponse header should contain namespace alias definition: xmlns:xsd=”%ufeffhttp://www.w3.org/2001/XMLSchema“ October 1, 2013 at 10:54 AM #26168 community-content Where do I put this? In the WCF port settings? Orchestration Message? Response message schema? I'm not sure. Thanks Alan Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register