Limitations of web services support in BizTalk
Are listed in MSDN under the somewhat confusing title "Considerations When Consuming Web Services"
We were hit by the last one this week -
It didn't quite fail, but it did not import all the schemas it should have (it did some)
We were hit by the last one this week -
The Add Web Reference do not support the Web Services Description Language (WSDL) import element
The Add Web Reference fails when you add Web references for the WSDL file with the import element.
It didn't quite fail, but it did not import all the schemas it should have (it did some)
Labels: BizTalk, Web Service
2 Comments:
How do you work-around this one? I think I have ended up in a similar situation...:-(
By
Unknown, at 02/10/2007, 16:28
Well....one sort of option is to use wsdl.exe to generate the proxy and then manually configure the send port to use that proxy.
This is more work, but when using wsdl.exe you can provide the imported schemas explicitly.
By
Yossi Dahan, at 03/08/2010, 14:24
Post a Comment
<< Home