Tag Archives: webservice
Top 10 Guidelines for Creating Web Services for Xcelsius
I came acros a document on my laptop which I got from BusinessObjects when I had trouble connecting a webservice to Xcelsius (project in 2009, so must have been Xcelsius 2008 SP1 or so). I thought I will post it … Continue reading
Where Clause
Flynet: WHERE clause is only for parameters, (inner) joins defined in FROM clause.
Source & Output folder
Flynet: Place source files and output folder of your Webservice directly on c drive and not in a “my documents” folder. (in case use of local host and IIS).
Parameter
Flynet: Webservice parameter stated as “in_” en Direction=”IN” string notation = table.fieldname=’~in_name~’ number notation = table.fieldname=~in_name~ List Number parameter type is string thus WHERE table.fieldname in (~in_name~) [Type = "string", Direction ="IN"].
Insert, update and delete statements
Flynet: Insert, update and delete statements work according to same principle as normal select statement.