You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by kpalania <kp...@yahoo.com> on 2008/10/03 21:01:02 UTC

Fault occurred while processing: HTTP 500 Error: Using XMLBeans with CXF

My web service calls fails if I even have a single line of code that uses
XMLBeans. To be specific, if I have a line of code like this -

IsWebServiceAvailableResponse document =
IsWebServiceAvailableResponse.Factory.newInstance();

- the web service call fails. With everything else being the same, if I
remove this line of code, things work fine. However, I am able to call the
API directly from a unit test (not via web services). Is this a bug?
-- 
View this message in context: http://www.nabble.com/Fault-occurred-while-processing%3A-HTTP-500-Error%3A-Using-XMLBeans-with-CXF-tp19803703p19803703.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: Fault occurred while processing: HTTP 500 Error: Using XMLBeans with CXF

Posted by kpalania <kp...@yahoo.com>.
Seems like a related issue -

http://markmail.org/message/22sdusz2grgfxwpf

I am using CXF 2.1.2 though..


kpalania wrote:
> 
> My web service calls fails if I even have a single line of code that uses
> XMLBeans. To be specific, if I have a line of code like this -
> 
> IsWebServiceAvailableResponse document =
> IsWebServiceAvailableResponse.Factory.newInstance();
> 
> - the web service call fails. With everything else being the same, if I
> remove this line of code, things work fine. However, I am able to call the
> API directly from a unit test (not via web services). Is this a bug?
> 

-- 
View this message in context: http://www.nabble.com/Fault-occurred-while-processing%3A-HTTP-500-Error%3A-Using-XMLBeans-with-CXF-tp19803703p19803975.html
Sent from the cxf-user mailing list archive at Nabble.com.