Groups | Blog | Home
all groups > sql server reporting services > october 2005 >

sql server reporting services : set OmitSchema to false in rsreportserver.config file


william blair
10/4/2005 1:50:36 PM
I am using the xml render to create files that will be consumed by
BizTalk 2004. Biztalk does not like the schema to be included in the
xml file - I can't figure out how to turn it off. I have looked at the
documentation online and found:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_soapapi_dev_4ule.asp
but it doesn't say what the format should be.

I have tried:

<Extension Name="XML" ...

<OmitSchema>True</OmitSchema>

</Extension>

and a bunch of other things but I am just guessing.
Wayne Snyder
10/5/2005 4:53:07 AM
I couldn't find an XML example, but I did find this in BOL.... maybe it will
help...

http://localhost/reportserver?/SampleReports/Product+Catalog&rs:Command=Render&rs:Format=XML&rc:OmitSchema=True&rc:FileExtension=txt&rc:XSLT=ProductModels.xsl

--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC

I support the Professional Association for SQL Server ( PASS) and
it''''''''''''''''s
community of SQL Professionals.


[quoted text, click to view]
william blair
10/5/2005 6:41:03 AM
thanks but that link didn't work - what was it for?
AddThis Social Bookmark Button