BTAHIPAA 3.3 namespace ns0: problem

We have a technical problem with BTAHIPAA 3.3. I am wondering if there
is any help available?

Problem is namespace alias ns0: is missing from a file created by BTAHIPAA 3.3.

Following is a file header for a file created using VS 2005 - generate instance method. This file works with sql adapter and record is inserted in the table.

<ns0:X12_4010_837
xmlns:ns0="http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q3">
<ns0:X12_EnvelopeHeader>

Following is a file created by BTAHIPAA 3.3. from EDI 837 file. This file does not work with sql adapter and message is suspended in Biztalk with error

<?xml version="1.0"?><X12_4010_837
xmlns="http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q3">
<X12_EnvelopeHeader>

Any clue how to convert the file created by BTAHIPPA 3.3 in to a
format that can be consumed in the Biztalk Map [transformation] and
used with SQL Server Adapter?

We are using 837institutional_v3_wpc_multiple.xsd schema in our BizTalk 2005 project

Thanks.

Abhijit

[1428 byte] By [Abhigad] at [2008-2-8]
# 1
Try manually edit the schema used with stored procedure, changing
xmlns:ns0="http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q3">
to
xmlns="http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q3">
Regards,
Leonid Ganeline
http://geekswithblogs.net/leonidganeline/
LeonidGaneline at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...