cancel
Showing results for 
Search instead for 
Did you mean: 

Bo XI R3.1 .net 2.0 cannot create session while .net 1.0 works without prob

Former Member
0 Kudos

Hi,

I am trying to connect to BO XI R 3.1 with the .Net 2.0 API, but I get the error below:

"If I try the .Net 1.0 API with the same code, I can connect without any problems"

--- cut --

boSession = new BusinessObjects.DSWS.Session.Session(boConnection);

--- cut --

"constructor exception (Error: WSE 99999)"}

Source "DSWS Web Service Consumer" string

StackTrace " at BusinessObjects.DSWS.Consumer..ctor(Connection objConnection, ConnectionState objConnectionState, String strWebServiceMethod)\r\n at BusinessObjects.DSWS.Session.Session..ctor(Connection connection)\r\n at WindowsFormsApplication1.BoObjects.connectToBO() in C:
Documents and Settings
me
My Documents
VS_Projekte
WindowsFormsApplication1
WindowsFormsApplication1
Program.cs:line 35" string

Thanks

fari

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, Fari;

The case has changed for the constants:

Business Objects Enterprise XI R2 uses Axis 1.1

Business Objects Enterprise XI R3.1 uses Axis 2.0

The two versions use a different case for the Service Names

Axis 1.1

session

reportengine

biplatform

Axis 2.0

Session

ReportEngine

BIPlatform

Confirm the URL is using the correct case for the Axis version being used

http://localhost:8080/dswsbobje/services/session

or

http://localhost:8080/dswsbobje/services/Session

Elaine

Former Member
0 Kudos

Hi Elaine,

thank you very much for your input.

is it possible to install Axis 2.0 on a BO XI R2 system?

br

fari

Former Member
0 Kudos

Hello,

I am sure you can install Axis 2 on a BusinessObjects Enterprise XI R2 system, but BusinessObjects Enterprise XI R2 will not use it. It uses Axis 1 by design.

Elaine

Answers (0)