Re: Can’t map dataset type to xml schema

Home Page Forums BizTalk 2004 – BizTalk 2010 Can’t map dataset type to xml schema Re: Can’t map dataset type to xml schema

#24058

Hi,

 

   If you are using BizTalk version 2006 R2, one workaround solution would be to consume this web service in your VS project by using the “Consume WCF Service” wizard when you right-click on your project in Solution Exlorer and select Add -> Add Generated Items..

    In the Metadata Source step in the wizard, make sure to choose Metadata Exchange (MEX) endpoint.

    The end result is that the wizard will produce an XSD file in your project that represents the signature of your web service method(s), so that you can use that schema in a map in your project.

 

    Hope this helps,

 

    Daniel.