cancel
Showing results for 
Search instead for 
Did you mean: 

repository-service.wsdl cannot be parsed by Studio Creator 2

brian
Champ in-the-making
Champ in-the-making
I'm evaluating version 1.2.1.  I successfully set up the content and authentication web services in my Sun Java Studio 2 Creator project but the repository service fails with the following error:

Start http://######:8080/alfresco/wsdl/repository-service.wsdl 05/24/2006 07:57:05: Parsing WSDL. Please wait ..WSDL - http://######:8080/alfresco/wsdl/repository-service.wsdl 05/24/2006 07:57:06: Parsing WSDL results:  Error:modeler error: model error: invalid element: "group"

I have Alfresco installed on both Linux and Windows and I get the same error from the repository-service.wsdl file in both systems.

Looks like I'll have to figure out Eclipse.  I'm a .NET developer and didn't want to spend the time right now… unless there's a work around?
3 REPLIES 3

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

I'm not sure what would be causing the issue.  Perhaps your IDE is senstive to something in the WSDL that others are not.

Let me know if you find out what the problem is,

Thanks,
Roy

scottp
Champ in-the-making
Champ in-the-making
I suspect it's too late to help, but here goes anyway. In the cml schema (cml.xsd) there are two groups defined that have nillable=true on them. nillable is not allowed on group. Delete the attributes and Visual Studio shouldn't have any problem parsing the wsdl files.

rwetherall
Confirmed Champ
Confirmed Champ
Thanks Scott,

I try and make sure this fix finds its way into 1.4

Cheers,
Roy