You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm trying to run in grails the wsdl2java script in eclipse.
The console says :
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?
The text was updated successfully, but these errors were encountered: