Subject:Stylus crashed with recurence in type in WSDL file. Author:Robert Hlinka Date:15 Jan 2007 05:29 AM
I have recurrence in BooleanStatement type (element SearchCriteria) in the definition of request message in my WSDL file (see attached files). When I’m trying to create Web Service Call using this WSDL it ends up with message “Expected an element name” and then Stylus Studio fall down (when I try to click on operation name again).
I tried to create XML file out of the XSD using “XML schema to XML” wizard it shows me a message “XML Generator created 5000 elements. Do you want to stop creation process?” and after “Yes” answer generated document is not completed.
Is it possible to set up somehow the dept to what generator should plunge in?
Subject:Stylus crashed with recurence in type in WSDL file. Author:(Deleted User) Date:15 Jan 2007 11:04 AM
Hi Robert,
by examining the files you have sent us, we discovered that the cause of the problem is the enumeration type that defines the comparison operators.
In the meanwhile you can work around the problem by changing the schema so that the "LIKE" enumeration value is defined as the first one.