Data Not Pulling

Here is the application code.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="vertical">
<mx:Script>
<![CDATA[
import mx.rpc.events.ResultEvent;
import mx.collections.ArrayCollection;
[Bindable]
private var myQuery:ArrayCollection;
private function genesWebService(event:ResultEvent):void{
myQuery = event.result as ArrayCollection;
]]>
</mx:Script>
<mx:WebService id="myService" wsdl="
http://localhost/cftest/helloWorld.cfc?wsdl"
result="genesWebService(event)"/>
<mx:Button label="Get Data"
click="myService.myQuery()"/>
<mx:DataGrid dataProvider="{myQuery}">
<mx:columns>
<mx:DataGridColumn dataField="nameofcomputer"
headerText="Computer"/>
<mx:DataGridColumn dataField="puser"
headerText="User"/>
<mx:DataGridColumn dataField="serialnumber"
headerText="Serial"/>
</mx:columns>
</mx:DataGrid>
</mx:Application>
This is the WSDL file:
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions targetNamespace="
http://cftest" xmlns:apachesoap="
http://xml.apache.org/xml-soap"
xmlns:impl="
http://cftest" xmlns:intf="
http://cftest" xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="
http://rpc.xml.coldfusion"
xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="
http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
- <!-- WSDL created by ColdFusion version 8,0,1,195765
-->
- <wsdl:types>
- <schema targetNamespace="
http://cftest" xmlns="
http://www.w3.org/2001/XMLSchema">
<import namespace="
http://rpc.xml.coldfusion"
/>
<import namespace="
http://schemas.xmlsoap.org/soap/encoding/"
/>
- <complexType name="ArrayOf_xsd_string">
- <complexContent>
- <restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:string[]" />
</restriction>
</complexContent>
</complexType>
- <complexType name="ArrayOfArrayOf_xsd_anyType">
- <complexContent>
+ <restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:anyType[][]" />
</restriction>
</complexContent>
</complexType>
</schema>
- <schema targetNamespace="
http://rpc.xml.coldfusion"
xmlns="
http://www.w3.org/2001/XMLSchema">
<import namespace="
http://cftest" />
<import namespace="
http://schemas.xmlsoap.org/soap/encoding/"
/>
- <complexType name="QueryBean">
- <sequence>
<element name="columnList" nillable="true"
type="impl:ArrayOf_xsd_string" />
<element name="data" nillable="true"
type="impl:ArrayOfArrayOf_xsd_anyType" />
</sequence>
</complexType>
- <complexType name="CFCInvocationException">
<sequence />
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="myQueryResponse">
<wsdl:part name="myQueryReturn" type="tns1:QueryBean"
/>
</wsdl:message>
<wsdl:message name="myQueryRequest" />
- <wsdl:message name="CFCInvocationException">
<wsdl:part name="fault"
type="tns1:CFCInvocationException" />
</wsdl:message>
- <wsdl:portType name="HelloWorld">
- <wsdl:operation name="myQuery">
<wsdl:input message="impl:myQueryRequest"
name="myQueryRequest" />
<wsdl:output message="impl:myQueryResponse"
name="myQueryResponse" />
<wsdl:fault message="impl:CFCInvocationException"
name="CFCInvocationException" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="helloWorld.cfcSoapBinding"
type="impl:HelloWorld">
<wsdlsoap:binding style="rpc" transport="
http://schemas.xmlsoap.org/soap/http"
/>
- <wsdl:operation name="myQuery">
<wsdlsoap:operation soapAction="" />
- <wsdl:input name="myQueryRequest">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
namespace="
http://cftest" use="encoded" />
</wsdl:input>
- <wsdl:output name="myQueryResponse">
<wsdlsoap:body encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
namespace="
http://cftest" use="encoded" />
</wsdl:output>
- <wsdl:fault name="CFCInvocationException">
<wsdlsoap:fault encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
name="CFCInvocationException" namespace="
http://cftest" use="encoded" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="HelloWorldService">
- <wsdl:port binding="impl:helloWorld.cfcSoapBinding"
name="helloWorld.cfc">
<wsdlsoap:address location="
http://localhost/cftest/helloWorld.cfc"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
The data does not display in the Data grid.
Any Idea's with this?
Thanks

You are letting Flex convert your xml into a tree of nested
dynamic objects. This is usually bad. I advise setting
resultFormat="e4x" so that you will have unsullied XML to work
with.
in the handler, do:
var xmlQuery:XML = XML(event.result);
trace(xmlQuery.toXMLString);
And go from there.
Be aware that you might have namespace issues. That is
typical with SOAP WebServices
If you do, Google xml namespace for ways to handle this.
Tracy

Similar Messages

  • QM Notification: task end dates not pulled through from response profile

    Hello,
    I am experiencing a problem with the end dates of the tasks in QM notifications not pulling through (from the response profile) when tasks are determined.
    When I do the simulation of task determination, the gantt chart shows all the tasks together with the end dates. But when the actual determination is done these dates are not populated in the planned finish date fields.
    I have double checked the configuration: priorities, response and service profiles are set up correctly. I have also searched SAP notes without success.
    I thank you in advance for your responses.
    Kind regards,
    Theo.

    Yes, I know, but as far as I understand binding the values back from rule to the workflow is something that doesn't work. I have never tried it, but I have seen posts here about people complaining that this kind of binding does not work.
    Have you tried to bind for example some hard coded value back to the workflow (something that should definately work)? Does it work? If not, I suggest you to ask this from SAP that is it supposed to work and if not, why do they have this option to for binding from rule to workflow. Or then just forget what you are trying, and use some of the suggested workarounds.
    Regards,
    Karri

  • Data not Pulling after adding a 2nd Hierarchy in Account Dimension

    Hi all. We had 2 hierarchies in our account dimension. We were having some performance issues, so I wanted to test reporting performance by deleting the 2nd hierarchy. I deleted the second one and now I am ready to add it back again, but I am having the toughest time. After I added the 2nd hierarchy no data is pulling through any report and I am getting evdre errors. I checked sql db and the data is there. And then if I take out the 2nd hierarchy the reports work fine. I added multiple hierarchies to dimensions before , so I am quite baffled on why this is happening.  
    Here's what I did. Deleted column PARENTH2 and FORMULAH2. Process. Then did some testing. And now Added columns Parenth2 and formulah2. Process.
    Am I missing something here? Any suggestion will be greatly appreciated.
    We have SQL 2008 Enterprise sp2 CU3. BPC 7.5 MS SP3 patch5.

    I apologize for this very late response.
    Thanks for your response. Yes I did process the dimension, modify dimension property and modify-->Process Application. And the second hierarchy was visible when I logged back into the application.
    John, yes the second hierarchy was visible in SSAS.
    This was why it was baffling to me!
    So after a whole day of trying to figure this out, I sort of gave up and started working on something else. And because it was our test environment, it didnt have any effect on the users. One day later I logged back in and it was working! I took out the second hierarchy again and added it back. Processed, modified etc. I got the same result. I couldnt pull any data from the second hierarchy. I logged out, logged back in the day after and it started working. So, basically it seemed like the system needed some time (12-16 hours in this case) to adjust? I really don't know how/why this happened, maybe someone have an explanation for this?
    Thank you all.

  • Assembley Processing Sales Order date not pulling through as finished date

    Hi
    I have a small issue. We are using Assembley Processing in SAP where the Sales Order creates a Project / WBS / NEtwork Order automatically.
    If I look on the network order there is a clear link between the order and Sales Order and it also has the requested delievery date in there which is correct however the network order finish date is completley wrong.
    The scheduling settings are backwards and lets say the delievery date is 01.04.2011 and and it takes 1 month to finish the project therefore it should start on the 01.03.2011 yet the finish date in the Network Order is way in the future. E.g. it is starting on the 01.05.2011 and finishing on the 01.06.2011 which is wrong.
    It seems like it isn't even considering or looking at the customer delievery date.
    Regards
    Adeel

    Dear, I am aware of this
    And there is no point doing it manually or there is no point using Assembly Processing.
    But why i asked you to schedule the network manually, is to find where the problem really lies. If you are able to schedule the network manually and derive the result as desired, then you can conclude that nothing wrong in network scheduling and its parameter and the problem would be the flow of date from SO to network.

  • Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    If you just installed iCloud does that mean you updated the iOS that's running on your iPad?  If so, you'll want to restore all the programs you have from the backup you hopefully made.
    Refer to these articles for help.
    iTunes: Backing up, updating, and restoring iOS software.
    If you don't want to use iCloud, simply don't activate it.
    You can also download the programs again.
    If you live in a country that supports re-downloading apps then you can re-download them.  You can refer to this article for more help.
    Downloading past purchases from the App Store and iTunes Store
    What to know if your country supports downloading past purchases?
    iTunes in the Cloud Availability

  • Report is not pulling the data from multiprovider in BI 7.0

    Hi BW gurus,
    We have upgraded our BW systems from 3.5 to BI 7.0.
    According to our requirement we did some modifications(added some new cubes) to existing multiprovider. All the objects and assignments looks good in the multiprovider.
    We are facing a problem while executing the reports, report is not pulling any data from the particular multiprovider but I can see the data from the multiprovider.
    For any selection creteria we are getting the msg like "No applicable data found".
    Created a sample query with only two chars and two KF's no conditions, no exceptions still the report is not populating any data for any selection creteria.
    Appreaciate for your help in this regard.
      -BK

    Hi
    Deactivate the aggregates and then rebuild the indexes and then activate the aggregates again.
    GTR

  • SSRS pulls data from ESSBASE cube, data not showing

    Dear Experts,
    We are connecting SSRS 2012 to Essbase 11.1.3 to pull data from the cube, and having some issues with some members data not showing in the query designer and report, while some have no problem. And we couldn't find a pattern on which members won't show. We are wondering if this is a known issue and if there is a way to solve the problem.
    Thanks very much.
    Grace

    Hi ,
    Check the following:-
    1 Check whether you have made the joins properly.
    2 Check data at multiprovider level .
    3 is data available for reporting in both the cubes
    Regards
    Rahul

  • FKK_INSTPLN_HEAD table extractor 0FC_IPL_HEAD_01 not pulling data.

    Hello Experts,
    Can any one help me understand what am I not doing correct or what needs to be done.
    My understanding is that for table FKK_INSTPLN_HEAD, 0FC_IPL_HEAD_01 is the standard extractor. However when I check in RSO2(R/3) the extractor refers to :
    Table/View : DFKKIPBW_HEAD
    ExtractStruct : FKKIPBW_HEAD
    Which in turn is not pulling data from the installment plan header table as it should.
    Kindly suggest if there an existing extractor for installment plan header table?
    How to go about resolving this issue.
    rgds
    Imran

    Hi,
    With the help of an ABAPer :
    While running the extractor in RSA3, get into the debugging mode by typing /h in the t-code box.
    Analyze why ypur extractor is not picking up data from the table...
    Hope you get some idea............
    Regards,
    Suman

  • Po is not pulling the data.

    Hi all,
    I have created a purchase order. and i want to create a voucher using this purchase order.
    So i went to AP->vouchers->add/update->regular entry. then click add.
    i have given the PO unit. and when i click the magnifying glass beside the purchase order and search for the PO, it is not pulling my purchase order i just created.
    Do we have to do any setting after the purchase order is created and before we create the voucher.
    Please help me.
    Thank you,
    Bye.

    Hey JayaPrakash,
    I did not know that i have to dispatch the PO. Now i dispatched it. and it's pulling this data in voucher regular entry.
    Thank you very much.
    Bye.

  • 0fi_gl_4 init is not pulling any data

    Hi All,
      We have ofi_gl_4 installed and running fine with deltas. We thought of reinitializing the delta because of some business reasons. I deleted the delta initialization and started delta initialization with data transfer with Fiscal Year/Period selection. It is not pulling any records and it is saying there is no new delta since last extraction. I'm sure there is data as this extractor pulled the data so far for this period.
      Then I thought of testing this using RSA3. Even RSA3 is not pulling any data. But there is data in BKPF/BSEG for this periods.
    The extractor is putting the correct time stamps in BWOM2_TIMEST and all other entries in tables like TPS31, BWOM_SETTINGS are all okay.
    Did any body faced this problem? Is there any change in the FI extractors recently?
    Your help is greatly appreciated.
    Thanks,
    Trinadha

    Hello Trinadha,
    You may want to have a look at OSS note 640633. Following is the text from note.
    Hope it helps.
    Regards,
    Praveen
    Symptom
    Deleting the Init 0FI_GL_4 deletes all BWFI_AEDAT data
    Other terms
    0fi_gl_4, 0fi_ar_4, 0fi_ap_4, 0fi_tx_4, BWFI_AEDAT, BWFI
    Reason and Prerequisites
    The system was intentionally programmed like this.
    Solution
    The error is corrected in the standard system with PI 2004.1.
    The reset logic is changed with this note so that during the reset, the DataSources 0FI_4 only delete their own entries in the initial selection table (ROOSPRMSF) and in the time stamp table (BWOM2TIMEST). The data of the table BWFI_AEDAT is, however, only deleted if no more 0FI__4 DataSources are active.
    Proceed as follows for the advance correction:
    1. Install the code in function module BWFIT_RESET_TIMESTAMPS or include LBWFITTOP.
    2. Create an executable program ZFCORR_BW_02 with transaction /NSE38.
    Program title:        Change 0FI_*_4 DataSources.
    Selection texts:      Name Text
                           OBJVERS Version
                            OLTPSOUR DataSource
    Implement the source code of program ZFCORR_BW_02.
    Execute the program for the DataSources 0FI_AR_4, 0FI_AP_4 and 0FI_TX_4. The program uses the BWFIT_RESET_TIMESTAMPS function module as a reset module for these DataSources.

  • Delta Load is not pulling any data....Need to Run Full Repair EVERYTIME ? ?

    Dear Experts,
    Today again I need your help gurus.
    The Delta load is running everyday but its not getting any data to BW form CRM. But when the User raises an issue regarding the data , I pull the data by Repair Full load by some Selection ( Same selection of Delta + Transaction No ).
    The selection(For Full Repair Load ) is only the Transaction No and the Sales Organization.
    The selection for the normal Delta is Sales Organization ( 0CRM_SALORG ) 50000609.
    But I am confused about the issue.
    Kindly put some light on this issueu2026
    Thanks,
    Sanjana

    Hi Sanjana:
       Have you applied any SAP Note to fix this problem? Please check if the SAP Note below helps you in solving this issue.
    Note 788172 - "CRM BW adapter: No data in delta with parallel processing"
    Regards,
    Francisco Milán.

  • Scheduling siebel BI report not pulling data

    Hi Gurus,
    i have created report in Siebel with BI publisher, My report is working fine when i am running report from the icon. But when the same report running with scheduling option not pulling data in to my report. Is any other properties to set like viewmode something or user properties under integration object? If anyone have tried please provide me the steps.
    Thanks in advacne,
    Regards,
    madhv

    Hi ,
    Please check the following :-
    Is an appropriate summarization level defined?
    Are fixed values stored in the definition of the summarization level?
    Is the use of a summarization level necessary?
    Was test mode activated in summarization level maintenance ?
    Are the summarization levels in status "active" ?
    Please have a detailed look into the SAP OSS Note :  67342 - CO-PA: No summarization level found which contains detials explanations and solutions for the issue ..
    Kindly revert back for any further clarifications
    Regards
    Sarada

  • Data from report modified in Crystal not pulling in software

    Hi - I use an Industry specific software called Buy Back Pro and I have created a custom report by simply modifying an existing report in buy back pro through crystal reports. 
    I did not change any of the fields just added a header and footer, and added a new column to the reports.  When i run the report in Buy back none of the data is pulling from buy back pro.  Is there something I need to do differently?

    Hello,
    Never heard of that program. If it works in CR Designer your only option is to wait for someone else who may use their software also or post you question to them for help.
    Thank you
    Don

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • XMP data not showing up in the custom file info panels when upgraded to CC

    For several versions of Photoshop, I have been able to use a modified custom file info panel to input, update, and track psd files. With each version of photoshop there are always some changes in the way the object data is handled. The lastest challenge is:
    1. XMP data not showing up in the custom file info panels when upgraded CC from CS6.
    2. Raw data is not visible in CC in the File info panel.
    3. This occurs in new documents where we create the xmp wrapper while the file template is built.
    4. When metadata is manually entered into the file, the data is not added to the XMP wrapper when it is recreated on the save.
    5. When a file that was created in CS6 is opened that contains the Metadata in the file info template. It is visible. the Raw data is also visible. Once the XMP wrapper is recreated - write and then close. The data is no longer available. the Raw data will not pull up in the file info panel.
    Any feedback or a direction will be appreciated.

    I have a script that the user runs to input xmp data into a Customized version of the generic file info panel. it is data that is gathered from the user when the psd file is created. once the file is open in photoshop. the information is visible in the File info panel , the raw data, and as a schema addition in the advanced tab.
    in CC the nodes and the children of the XMP packet have changed positions. so that the XML -this.XMP.child(0).appendChild(this.createNode())
    is no longer the node that can be appended.
    Where XML.child(0).elements().length(); would enable the xmlns to be added in CS6
    <rdf:Description xmlns:phsa="' + this.namespace + '" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:x="adobe:ns:meta/" rdf:about="" />'
    it is visible in CC as namespace in a different arrangement. XML.child(0).child(0).namespaceDeclarations().toString()) and the children are  XML.child(0).child(0).elements().length().toString()); There are now 7 child nodes where before there were 1.
    with all shifted, the initialize of the values and the delete XMP packet wrapper and create new or the amend to the XMP packet wrapper is undefined.

Maybe you are looking for

  • I cannot view videos in full screen using Flash Player

    I currently have Windows 8. I was pulling up some videos to get ready to watch some football games through a website. The video plays just fine until I tried to make it full screen. Then the screen is black but the audio continues just fine.  I've tr

  • Need help with a "simple" problem :)

    Hello everyone!! I would be very glad if anyone could help me! I created a test with AW and it works very well. My problem is that in the ".txt" file that is created (appendextfile), the "firsttrycorrect" responses keep adding themselves among the ex

  • The other line can't understand me when I talk on my iphone 5.

    They say my voice is muffled. The only way they clearly hear me is if I put my mouth directly in front of the bottom of my phone. Then, I can't hear them. The phone does not catch my voice when I have it up to my ear speaking normally. It's not the w

  • Beginner's Questions

    As a really new beginner for BEx, I would like to ask you guys some basic questions. 1) I have a problem with designing a query to serve our requirement. Fiscal Year       Accounting Num.        Amount          AVG(Amount)          2006              

  • Imovie loading error with plugins

    when I load imovie, the error message is: Something is wrong with the plugin auto saturation carbon, and about 5 other plugins. How can I fix this? I reinstalled the software, but maybe there is something I am missing..