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.
