BusinessObjects Board

WSDL missing rows

Hi there,

we created a QaaWS and it appears that the WSDL generated from this dropped one of the columns from the response. The WSDL had 11 columns, but the response only had 10 columns…

The missing column contained empty values (not nulls). We could obviously counteract this in the universe, but this sounds like a bug…

We are using mySQL. The minOccurs value for the column is not set to 0, so even if value is nillable, it should be there.
I would expect to see the following in the response data if RecipientMIN is NULL


jemstar :ireland: (BOB member since 2006-03-30)

Yes. this is an bug but not sure what Business Objects said about this. I too had experienced the same behaviour and able to get all the records with the work around.

You can use IsNull(column, “Hey…I’m not being omitted by QaaWS”)… something like this… (Replace the null value with some values)


selvaips (BOB member since 2005-05-03)