Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk 2009 and WCF › Re: Biztalk 2009 and WCF
April 13, 2010 at 8:47 AM
#24558
Hi,
You can generate the schema from the assembly file built from your WCF service (DLL). Run the XSD.exe utility from the command line and pass that assembly as a parameter to it.
Daniel.