123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="UTF-8"?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
- <SOAP-ENV:Header>
- <bus:biBusHeader xsi:type="bus:biBusHeader">
- </bus:biBusHeader>
- </SOAP-ENV:Header>
- <SOAP-ENV:Body>
- <gs:renderChart xmlns:gs="http://www.ibm.com/xmlns/prod/cognos/graphicsService/201404/">
- <gs:specification compressed="false" xsi:type="bus:extnChartingSpecification" attachmentEncoding="MIMECompressed">
- <bus:value xsi:type="bus:specification"><![CDATA[<visualizationInstance type="warmup/columnlinecomborave" locale="en-us" xmlns="http://www.ibm.com/xmlns/prod/ba/visBundle/chartInstance.3/">
- <dataFormat> <numberFormat decimalSize="0"/>
- </dataFormat>
- <dataSetInstances>
- <dataSetInstance name="dataSet" >
- <dataSetFields>
- <categoryField name="categories">
- <label>Order method</label>
- </categoryField>
- <categoryField name="series">
- <label>Year</label>
- </categoryField>
- <valueField name="size" min="0.000000" max="1339714172.770000">
- <label>Revenue in Billions</label>
- <dataFormat> <currencyFormat decimalSize="2" currencyCode="USD" scale="-9"/>
- </dataFormat>
- </valueField>
- <valueField name="baseline" min="0.000000" max="100000000.000000">
- <label>Baseline</label>
- <dataFormat> <numberFormat decimalSize="0"/>
- </dataFormat>
- </valueField>
- </dataSetFields>
- <dataSetData>
- {
- "categoryData" : {
- "categories" : [
- "E-mail",
- "Fax",
- "Mail",
- "Sales visit",
- "Special",
- "Telephone",
- "Web"
- ] ,
- "series" : [
- "2010",
- "2011",
- "2012",
- "2013"
- ] },
- "rowData" : [
- [ 0, 0, 95402796.21, 100000000 ],
- [ 1, 0, 28639472.14, 100000000 ],
- [ 2, 0, 22766850.51, 100000000 ],
- [ 3, 0, 101072721.1, 100000000 ],
- [ 4, 0, 13905918.75, 100000000 ],
- [ 5, 0, 178793580.36, 100000000 ],
- [ 6, 0, 473771464.65, 100000000 ],
- [ 0, 1, 44318886.43, 100000000 ],
- [ 1, 1, 19896187.76, 100000000 ],
- [ 2, 1, 16013779.49, 100000000 ],
- [ 3, 1, 79721524.37, 100000000 ],
- [ 4, 1, 10769180.34, 100000000 ],
- [ 5, 1, 107160284.09, 100000000 ],
- [ 6, 1, 881315747.68, 100000000 ],
- [ 0, 2, 23701042.57, 100000000 ],
- [ 1, 2, 13445559.93, 100000000 ],
- [ 2, 2, 6905730.44, 100000000 ],
- [ 3, 2, 73918652.38, 100000000 ],
- [ 4, 2, 1006100.01, 100000000 ],
- [ 5, 2, 37199842.8, 100000000 ],
- [ 6, 2, 1339714172.77, 100000000 ],
- [ 0, 3, 16420318.95, 100000000 ],
- [ 1, 3, 8092322.18, 100000000 ],
- [ 2, 3, 404978.53, 100000000 ],
- [ 3, 3, 55481936.15, 100000000 ],
- [ 4, 3, 1670121.15, 100000000 ],
- [ 5, 3, 17832073.81, 100000000 ],
- [ 6, 3, 1017434523.3, 100000000 ]
- ]
- }
- </dataSetData>
- </dataSetInstance>
- </dataSetInstances>
- <propertyValues>
- <integerValue name="width">600</integerValue>
- <integerValue name="height">360</integerValue>
- </propertyValues>
- </visualizationInstance>
- ]]></bus:value>
- </gs:specification>
- <gs:options xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="gs:option[1]">
- <item xsi:type="bus:genericOptionAnyURI">
- <gs:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/extnChartingOptionEnum#contentType</gs:name>
- <gs:value xsi:type="xsd:string">imagemap,image/png</gs:value>
- </item>
- </gs:options>
- </gs:renderChart>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|