|
Home > Archive > BizTalk Server Orchestration > March 2005 > Failed to Add Web Reference
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Failed to Add Web Reference
|
|
| Don Keller 2005-03-10, 5:54 pm |
| I have a web service that expects a typed dataset as a parameter but BizTalk
will not let me add a reference to this web service. If I change it to an
XmlDocument then it does, but the schema does not get loaded into BizTalk
with I add the reference. Can someone point me in the right direction. I
have read every post I can on the subject and have not come across the magic
answer.
Thanks.
| |
| Ben Cuttriss 2005-03-10, 8:48 pm |
| Don,
Haven't looked in much depth at this, but maybe the following post might help.
http://www.microsoft.com/technet/co...c0c8&sloc=en-us
You may have to declare the dataset on both sides, and pass it across as
XMLDocument - easy enough once you have created the two on both sides.
Regards
Ben Cuttriss
|
|
|
|
|