It appears to be a ClassLoading related issue.. looking at it..
kpalania wrote: > > When I call the web service: > > http://localhost:8080/messaging-gateway/services/messaging/isWebServiceAvailable > > - this is the response I get: > > <soap:Envelope> > <soap:Body> > <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>Fault occurred while processing.</faultstring> > </soap:Fault> > </soap:Body> > </soap:Envelope> > > -> When I remove the single line of code that I have that ties to XMLBeans > (basically getting an instance of the Factory), this error is gone and I > get a response. Am I missing something? Do I need to do anything else to > leverage XMLBeans? I would rather not go down the route of using JAXB, > etc, at this point as we use XMLBeans throughout our app and it is easy to > use the same here as well. Thanks very much! > > > dkulp wrote: >> >> >> That should be all that's needed. What problem is occuring? >> >> Dan >> > > -- View this message in context: http://www.nabble.com/Converting-from-Simple-FrontEnd-to-JAX-WS-FrontEnd-tp19804700p19806447.html Sent from the cxf-user mailing list archive at Nabble.com.
