0

I use WSCF blue to generate web service code from wsdl. Sometimes choice-element in xsd is generated to Item and ItemElementName. Sometimes just Item. Couldn't find any logic in this.

char m
  • 7,840
  • 14
  • 68
  • 117

1 Answers1

0

The answer it that there must be choice-elements of same type in schema. E.g. 2 int choices or 2 string choices so it can't be known anymore only by type. In my example had three different types in choice -> no ItemElementName enumeration and property.

char m
  • 7,840
  • 14
  • 68
  • 117