<p>A few months ago I was able to create a report using one of our internal webservices. I believe I followed the instructions from this link:</p><p> </p><p><a data-ipb='nomediaparse' href='
http://www.birt-exchange.org/devshare/_/designing-birt-reports/591-introduction-to-birt-web-services-data-source'>http://www.birt-exchange.org/devshare/_/designing-birt-reports/591-introduction-to-birt-web-services-data-source</a></p><p> </p><p>Now I'm trying to do this again for another task - still using another internal webservice and I'm not having any luck.</p><p> </p><p>After several attempts, I then start over by copying/pasting the working reports Data Source and Data Set. This continues to work. I then compare the XML and make the following observations in the <list-property name="privateDriverProperties"> node:</p><p> </p><p>1) <name>xmlQueryText</name></p><p>Working report contains</p><p><value>table0#-TNAME-#table0#:#[/soapenv:Envelope/soapenv:Body/p258:NewOrdersResponse/return/LintecIPOrdersArray]#:#{ -- column mappings removed for barevity -- }#:#<"soapenv","http:%%schemas.xmlsoap.org%soap%envelope%";"p258","http:%%access.bpcs.madweb.madico.com";"xsd","http:%%www.w3.org%2001%XMLSchema";"xsi","http:%%www.w3.org%2001%XMLSchema-instance";"soapenc","http:%%schemas.xmlsoap.org%soap%encoding%"></value></p><p> </p><p>Non-Working report contains:</p><p>[color=#008080;][font="'courier new';"]<span style="font-size:10pt;"><[/color][/font]</span>[color=#3f7f7f;][font="'courier new';"]<span style="font-size:10pt;">value[/color][/font]</span>[color=#008080;][font="'courier new';"]<span style="font-size:10pt;">>[/color][/font]</span>[color=#000000;][font="'courier new';"]<span style="font-size:10pt;">table0#-TNAME-#table0#:#[/SOAP-ENV:Envelope/SOAP-ENV:Body/NewOrdersResponse/return/LintecIPOrdersArray]#:#{[/color][/font]</span> -- column mappings removed for barevity --[color=#000000;][font="'courier new';"]<span style="font-size:10pt;"> }#:#[/color][/font]</span>[color=#2a00ff;][font="'courier new';"]<span style="font-size:10pt;"><[/color][/font]</span>[color=#000000;][font="'courier new';"]<span style="font-size:10pt;">"SOAP-ENC","http:%%schemas.xmlsoap.org%soap%encoding%";"xsd","http:%%www.w3.org%2001%XMLSchema";"SOAP-ENV","http:%%schemas.xmlsoap.org%soap%envelope%";"xsi","http:%%www.w3.org%2001%XMLSchema-instance">[/color][/font]</span>[color=#008080;][font="'courier new';"]<span style="font-size:10pt;"></[/color][/font]</span>[color=#3f7f7f;][font="'courier new';"]<span style="font-size:10pt;">value[/color][/font]</span>[color=#008080;][font="'courier new';"]<span style="font-size:10pt;">>[/color][/font]</span></p><p> </p><p>Notice: /soapenv vs. /SOAP-ENV</p><p> and :Body/p258:NewOrdersResponse/ vs. :Body/NewOrdersResponse/</p><p> </p><p>2) <name>operationTrace</name></p><p>Working report contains</p><p><value>OrderExchangeServiceService$-$OrderExchangeService$-$NewOrders</value></p><p> </p><p>Non-Working report - this is missing alltogether.</p><p> </p><p>If I copy these nodes from the working report into the non-working report then all is well.</p><p> </p><p>I feel that I'm missing a step when creating the Data Source or Data Set, yet I review every screen for an option or button that may be eluding me.</p><p> </p><p>Any advice is appreciated.</p><p> </p><p>Daron</p>