Friday 14 November 2008

BizTalk Server 2006 funnies

When you use the BizTalk Web Services Publishing Wizard and, when you try to browse the asmx, you hit an error like
Compiler Error Message: CS0426: The type name 'XsdTypesBody' does not exist in the type
... well, you caused the problem yourself.
Things go wrong if you enter the same name in two places in the publishing wizard (when publishing schemas).
Okay, so I'm not currently sure which two places. I get the feeling it's the web-service-description name and the web-service name, which are the first two nodes in the tree you have to put together. Could have been the location two pages later for all I know, though. Still... if you make 'em all different it works!

9 comments:

manwithoutastar@yahoo.com said...

I just hit this problem and your artcile saved me. Thank you for posting it!

aaaargh said...

You're welcome - and thanks for finally proving that a least one other person in the world hits the same problems that I do!

Anonymous said...

Hey thanks a lot - you saved me too! :)

aaaargh said...

So apparently there are three people in the world who have the limitation that they can't think of appropriate *and* different names to enter into those boxes. Must be some rare genetic abnormality?

Anonymous said...

Me too faced the same problem and you saved me..Thanks,Pri

Viper® said...

It looks like it's indeed the "WebserviceDescription" and the "Webservice" names which can't be the same.

Anonymous said...

Even I faced the same problem, and then I changed the names for "WebserviceDescription" and "Webservice", it worked like a cheez. Thank You Very Much!

aaaargh said...

You're welcome - and I sincerely hope you're able to move off BizTalk soon!

Anonymous said...

Thanks saved my day.