Flash Builder + BI Web Service

Hello,

Im trying to import data into Flash Builder (FB) to do a POC, but i’m having trouble logging in to the web service.

I have a BI web service working fine in Xcelsius which i added to FB:

http://localhost:8080/dswsbobje/qaawsservices/biws?wsdl=1&cuid=AVvzZc2o3aNHgXDZZsika04

One of the parameters i have to pass to be able to run this web service inside FB is QaaWSHeader, that has the values sessionID and serializedSession.

I tried accessing this web service directly but i cant without passing a sessionID or serializedSession inside the QaaWSHeader. (is there a way to do this without QaaWSHeader?)

So next i added the “session” service:

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

Here i am trying to run the login method, which requires a “credential” parameter. I’m hoping to be able to run this and obtain a sessionID which i can then use to run my main service.

I’ve tried a lot of different values for credential, including this:

{Login: “my_username”, Password: “my_password”, AuthType: “secEnterprise”}

but no matter what i try, i always get error WSE 99998.

Has anyone been successfull accessing web services inside FB/Flex? How did you do it?

I’ve searched everywhere for similar situations, but haven’t had any success so far. This is the closest to my situation i have found: SOAPUI Request to BO Session Web Service - Login Method

Thanks in advance. :slight_smile:


flakz0r (BOB member since 2010-12-14)