Primavera (MOSC)

MOSC Banner

Getting Error While Using P6 Web Services

edited Jan 11, 2017 4:01AM in Primavera (MOSC) 1 commentAnswered

we have an application which is using P6 Web Services to read and write the database , we have recently upgraded our landscape from R8.2.1 to 15.2.11 , in R8.2.1 application was working fine but with 15.2.11 it is throwing the error , although we have replaced all the lib with 15.2.11 lib.

Error received Error:com.sun.xml.ws.client.sei.SEIStub cannot be cast to rg.apache.cxf.frontend.ClientProxy

This part of the code is throwing the exception:

URL wsdlURL = new URL(getDbInstance().getUrl()+ getDbInstance().getObsService());

UserOBSService service = new UserOBSService(wsdlURL);

UserOBSPortType servicePort = service.getUserOBSPort();

//Error:com.sun.xml.ws.client.sei.SEIStub cannot be cast to rg.apache.cxf.frontend.ClientProxy

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center