Re: groovy/grails, CXF and generated classes

2007-11-01 Thread Willem Jiang
: http://www.nabble.com/groovy-grails%2C-CXF-and-generated-classes-tf4700854.html#a13449798 Sent from the cxf-user mailing list archive at Nabble.com.

Re: groovy/grails, CXF and generated classes

2007-11-01 Thread Jason Botwick
/groovy-grails% 2C-CXF-and-generated-classes-tf4700854.html#a13449798 Sent from the cxf-user mailing list archive at Nabble.com.

Re: groovy/grails, CXF and generated classes

2007-11-01 Thread Willem Jiang
(FrameworkServlet.java:350) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) -- View this message in context: http://www.nabble.com/groovy-grails%2C-CXF-and-generated-classes-tf4700854.html#a13449798

Re: groovy/grails, CXF and generated classes

2007-10-31 Thread Jason Botwick
) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) -- View this message in context: http://www.nabble.com/groovy-grails% 2C-CXF-and-generated-classes-tf4700854.html#a13449798 Sent from the cxf-user mailing list archive at Nabble.com.

Re: groovy/grails, CXF and generated classes

2007-10-27 Thread Willem2
://www.nabble.com/groovy-grails%2C-CXF-and-generated-classes-tf4700854.html#a13449798 Sent from the cxf-user mailing list archive at Nabble.com.

groovy/grails, CXF and generated classes

2007-10-26 Thread Jason Botwick
I'm trying to get a simple service client running against the following WSDL: I used SoapUI 1.7.6 to generate the service classes, one of which is this: @WebServiceClient(name = api, targetNamespace = http://api.bronto.com;, wsdlLocation = http://api.bronto.com/?q=mail_3wsdl;) public class Api