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 …
-
checking the event log and it’s shows an XLANG error with ‘Could not load file or assembly’
-
checked the GAC and the BizTalk assembly isn’t there …
-
so manually added it and that seemed to do the trick
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 🙁
- any idea what’s going on here ?
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