web-servicesbiztalkbiztalk-deployment

BizTalk deployment including a web reference


Trying out BizTalk with a web service call

The request/response is working fine on my own dev machine, but not on test ...

Exported the MSI over to my deployment test server (a seperate virtual), created the application with the Application/Import and then tested it to find it not working ...

Does the added web service reference mean the assembly has to be GAC'ed as part of a deployment?

And just to get me confused, tried deploying to the real test server, import the MSI, manual copy of the DLL to the GAC ... and it fails with the XLANG error in eventlog :-(


Solution

  • What adapter are you using? I am assuming the SOAP adapter. If so you can look at your bindings. Look here near figure 6:

    http://msdn.microsoft.com/en-us/magazine/cc163464.aspx

    -Bryan