| Author |
BizTalk WSE Adapter question
|
|
|
| Hi, when I'm loading a WSDL though the BizTalk WSE adapter I'm getting the
following error:
"Message parts using native XSD types are not supported. Correct service
description "blabla" message type "balbla" part "blabla" and rerun the
wizard."
The type (in the wsdl) referenced in that error message is:
<complexType name="ArrayOf_tns4_PersonDetails">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="tns2:PersonDetails[]" />
</restriction>
</complexContent>
</complexType>
I'm a little confused about what "native XSD types" means here. What is
wrong? Anybody can put me on the right direction?
Thanks,
Chris.
| |
| Tal Oren 2005-11-17, 6:10 pm |
| i am also encountered in this problem!!!!!
Did you find any solution
tal
"Chris" wrote:
> Hi, when I'm loading a WSDL though the BizTalk WSE adapter I'm getting the
> following error:
>
> "Message parts using native XSD types are not supported. Correct service
> description "blabla" message type "balbla" part "blabla" and rerun the
> wizard."
>
> The type (in the wsdl) referenced in that error message is:
>
> <complexType name="ArrayOf_tns4_PersonDetails">
> <complexContent>
> <restriction base="soapenc:Array">
> <attribute ref="soapenc:arrayType"
> wsdl:arrayType="tns2:PersonDetails[]" />
> </restriction>
> </complexContent>
> </complexType>
>
> I'm a little confused about what "native XSD types" means here. What is
> wrong? Anybody can put me on the right direction?
>
> Thanks,
> Chris.
| |
|
| Tal,
I opened a call with Microsoft and they told me this is not supported... So
I used plan B calling the web service from a C# class library which then I
use in my orchestration...
FYI I tried with the SOAP adapter with BizTalk 2006 and it works well.
Chris.
"Tal Oren" wrote:
[vbcol=seagreen]
> i am also encountered in this problem!!!!!
>
> Did you find any solution
>
> tal
>
> "Chris" wrote:
>
|
|
|
|