03-16-05 01:49 AM
I don't think there is anything you can do in biztalk, but there might be
something you can do in reporting services to fix up that link. How are you
generating the report to return you XML. I've only used reporting services
for basic reports so I'm not clear on how your XML is getting generated.
Matt
"mj" <mj@newsgroup.nospam> wrote in message
news:9DED5A17-E5BA-4881-8E90-0E3A5F586369@microsoft.com...[vbcol=seagreen]
> Hello Matt, thank you for your response.
> I manually had to take out:
> xmlns="companyreport"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="companyreport
> http://draftreports.co-name.com/Rep...c%3aSchema=True"
>
> from the xml doc that was created by SQL Reporting Services.
> After I did this, I was able to validate the schema and validate the
> instance.
>
> My questions is, because reporting services is adding this extra stuff to
> the xml doc:
> xmlns="companyreport"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="companyreport
> http://draftreports.co-name.com/Rep...c%3aSchema=True"
>
> are there certain property settings in BizTalk 2004 that I could set for
> the
> schema so that biztalk will validate the xml docs created by Reporting
> Services?
>
> Thanks in advance for your help!
>
> "Matt Milner" wrote:
>
[ Post a follow-up to this message ]
|