Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

Documents PortType->Interface for the clientInterface #49

Closed froderik closed 9 years ago

froderik commented 9 years ago

For me using the PortType in the clientInterface property didn't work resulting in a not found class when trying to convert the property value from a String to a Class. Changing it to the Interface instead worked nicely.

It may be that PortType should be replaced by interface in the example OR that there is some other kind of WSDL that matches the PortType scenario.

This pull request may be a solution to issue #43.