|
Home > Archive > BizTalk Server Orchestration > August 2005 > How to consume a webservice which returns a dataset
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 |
How to consume a webservice which returns a dataset
|
|
|
| Hi,
I have a webservice which return a dataset. But Biztalk cannot figure it as
reference.xsd in schema, is there any alternative solution like object array
or sth else?
Thanks,
jason
| |
| Susmitha Kothari 2005-06-10, 5:51 pm |
| Workaround is to replace the import statement of the schema by specifying
the schema inline in the wsdl.
Regards,
Susmitha Kothari
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
|
| Could you elaborate on your answer? I have the same problem and I cannot
figure out what to do.
Thanks
"Susmitha Kothari" wrote:
> Workaround is to replace the import statement of the schema by specifying
> the schema inline in the wsdl.
>
> Regards,
> Susmitha Kothari
> Microsoft BizTalk Server
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
| |
| Susmitha Kothari 2005-08-03, 5:51 pm |
|
This is a suggested workaround and it is not officially supported by BTS
team. Replace the import statements in the wsdl with the actual schemas. We
do not have a sample for this.
Regards,
Susmitha Kothari
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|