-
Hi, I experienced the same problem. When upgrading a solution of almost 60 BizTalk 2004 projects to BizTalk 2009, one single project failed with the Child element <BIZTALK> of element <VisualStudioProject> is not valid error . Comparing the problem project with the others did not show any...
-
Hi! BizTalk 2009/Windows XP/IIS 5.1 I am trying to deploy the WCF-BasicHTTP sample from Microsoft. I followed the instructions from http://msdn.microsoft.com/en-us/library/bb246063.aspx but I receive the following error: Server Error in '/Microsoft.Samples.BizTalk.WCFBasicHttpReceiveAdapter.BizTalkApp'...
-
Hi to all, I"m building solution based web service which is consumed by orchestration, and supplied by some "Data Power" proxy. While adding web reference - I get instead of http://someserver/someServicename.asmx , http://someserver/someServicename.asmx?wsdl url, and must work with it...
-
I configured a send port using WCF-BasicHttp transport. I received the following error: The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for operation 'SubmitQuery'. The 'maximum bytes per Read operation' quota (4096...
-
I am developing a BizTalk application in Visual Studio on one Windows server. No I want to deploy the BizTalk application to a BizTalk Server in another domain than the server where I am developing the application. Is this possible from Visual Studio? My problem is when i setup the deployment properties...
-
Hi I created polociy that take inputs from XML file. I need to call this policies from Orchestration so can u tell me what is the way passing parameter to this policy and as i m taking .csv file as input and after using receive pipline it created the XML file and i m unable to promote or distinguish...
-
Hi, When trying to post a SOAP message to a WebMethods application, I get the following error: " WebException: The underlying connection was closed: An unexpected error occurred on a send. IOException: Received an unexpected EOF or 0 bytes from the transport stream " Any ideas what this means...
-
I started learning biztalk a week ago and until this moment was able to solve problems by myself but this one is driving me crazy for a second day already and no mater what I do I can't move an inch forward to solving it. I have a schema with a two ports. The second port is dynamic SMTP send port...
-
I've read several articles on how to use unit tests in BizTalk (2009) for pipeline testing but cant't reproduce none of them because I can't reference defined schemas in the code. For example this step-by-step example on MSDN ( http://msdn.microsoft.com/en-us/library/dd792682%28BTS.10%29...
-
I've been struggling with this one for the past few days, without results. Here's the situation. I've got an Itinerary that I made with the ESB Toolkit 2.0 to call a WCF service. On-Ramp Messaging Extender to transform request Messaging Extender to route the message to the service Off-Ramp...