Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

How to use generated classed from CXF/SoapUI in a Grails app?

0

83 views

Hello,

I've created classes from the WSDL via SoapUI, but when deploying to a test (works on my local machine) Tomcat server, I am getting the following the stacktrace

What am I missing here? Do I have to do anything different to get the binding to work on a remote server?

InputSource must have a ByteStream or CharacterStream

at org.apache.cxf.staxutils.StaxUtils.createXMLStreamReader(StaxUtils.java:983)

at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:217)

... 9 more

asked February 21, 2011 4:48 pm CST
posted via StackOverflow

1 Answers

0
 

What I need is to have these generated class pointing to embedded WSDL files in the app. Figured out that I need to modify each generated service class to load the appropriate wsdlLocation from the jar.

answered February 22, 2011 3:06 am CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
My own grails hosting
January 25, 2011