Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grails wsdl2java script in Cxf Client plugin does not generate any java classes #35

Open
itayglatter opened this issue Aug 28, 2013 · 0 comments

Comments

@itayglatter
Copy link

I'm trying to run in grails the wsdl2java script in eclipse.

The console says :

"Generating java stubs from http://webapi.mymarketing.co.il/Messagi/MessagingService.asmx?WSDL 

Completed wsdl2java"

But in the end it shows TERMINATED and does not generate any java classes.

I can't see what is wrong and where is the error.
I've tried it with other wsdl file and it worked fine.

My config.groovy file looks like this:
cxf{
client{
MessagingServiceSoapClient{
wsdl = http://webapi.mymarketing.co.il/Messagi/MessagingService.asmx?WSDL
//wsdlArgs = ['-autoNameResolution','-frontend','jaxws21']
clientInterface = org.tempuri.MessagingServiceSoap
serviceEndpointAddress = http://webapi.mymarketing.co.il/Messagi/MessagingService.asmx

    }

}
}

I've found the error is:

cxf ToolErrorListener - src-resolve.4.2: Error resolving component 's:schema'
I understand that there is a problem with the tag <s:element ref="s:schema"/>
How can I solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant