cancel
Showing results for 
Search instead for 
Did you mean: 

Type Mismatch Error when importing WSDL file as a model into netweaver

Former Member
0 Kudos

Hi,

I am getting an error when i Import a wsdl file as model into a webdynPro project. The error involves a Type mismatch somehow the generated code tries to convert a normal type into an arrayType and tries to give normal Types to methods wich expect arrayTypes.

The WSDL is generated from a delphi webservice. 3 levels of inherriting are used.

Below u see a part of the wsdl. Complex type TPn baseField has a pointer to Action, but in the genereated code it wants to put an actionArray...

- <xs:complexType name="TPnBaseField">

- <xs:sequence>

<xs:element name="Action" type="ns1:TPnBaseAction" nillable="true" />

<xs:element name="DisplayName" type="xs:string" />

I tried importing other WSDL files, they dont cause any errors. I also tried validating this wsdl which also didn't caused any errors.

I someone familiar with this problem, or could someone help me.

Thanks you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

How are you importing the wsdl file?

Rgds,

Anagha