BusinessObjects Board

Consume QaaWS with Third Party Tool

Env: SAP BO Edge 3.1
SO: Linux Red Hat 5.2

I’ve created a QaaWS and need to consume it from PowerBuilder, I’ve used the methods in PB10.5 with SOAP extensions and successfully got the columns from the query, but when I run the app it gives me the error ‘Missing login Information’. The asked variables are:

ProxyObject es el WS llamado en QAAWS carga_academicaqueryasaservicesoap
runqueryasaservice( 
string login, 
string password, 
string sessionid, 
string serializedsession, 
ref s0__row table[], 
ref string ws_message, 
ref string creatorname, 
ref datetime creationdate, 
ref string creationdateformated, 
ref string description, 
ref string universe, 
ref long queryruntime )

What should I use in sessionid and serializedsession to get my WS up and running? the ref variables are optionals and I am assuming that the array[] is the matrix of results.

Many thanks,
Alvaro


almunoz :chile: (BOB member since 2010-12-27)