Treepanel webservice issue

  1. #1

    Treepanel webservice issue

    Hi There,

    My scenario is to load a tree panel from a webserice which is written in Delphi and returns Json file or XML. I'm having some issues with this,


    I m trying to load using the WebServiceTreeLoader.


    <ext:TreePanel Flex="1" ID="treeView" runat="server" Region="West" Collapsible="true"
    Width="300">

    <Root >
    <ext:AsyncTreeNode NodeID="0" Text="Root"/>
    </Root>

    <Loader>
    <ext:WebServiceTreeLoader DataUrl="http://MySVC/name.xml/?KeyDepth=-1&Groups=true&WithVisRuns=true&SubkeysIdent=childr en&IDIdent=id&TextIdent=text&PathIdent=path" />
    </Loader>

    </ext:TreePanel>


    When I debug using IE it is showing exception as below

    --------------------------------------
    Received post
    Files.Count=0
    Request=TSockWebRequest
    ContentType=application/x-www-form-urlencoded; charset=UTF-8
    ContentParser=TContentParser
    Content=node=0
    ContentEncoding=
    RawContent=node=0
    URL=
    ContentLength=6
    InternalPathInfo=/VisFolders.xml/
    Method=POST
    PathInfo=/RestDatastoreDebug.RestDatastore/VisFolders.xml/
    PathTranslated=/RestDatastoreDebug.RestDatastore/VisFolders.xml/
    ParamStr(0)=C:\Program Files\Apache Software Foundation\Apache2.2\cgi-bin\RestDatastoreDebug.exe
    ConfigINI at: C:\Program Files\Apache Software Foundation\Apache2.2\cgi-bin\RESTDataStore.ini
    Calling HandleAttachment
    In HandleAttachment

    --------------------------------------

    Mozilla shows Communication failure. As I mentioned the Webservice is a delphi program.
    Last edited by anulall; Jun 20, 2011 at 8:43 AM. Reason: code included

Similar Threads

  1. [CLOSED] [1.4] Treepanel Filtering issue
    By MP in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 06, 2012, 10:45 PM
  2. [CLOSED] TreePanel Issue
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 03, 2012, 11:58 AM
  3. [CLOSED] [1.0] TreePanel SelectedNode Issue
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 05, 2010, 6:31 PM
  4. [1.0] TreePanel - PageTreeLoader issue
    By pbsoft in forum 1.x Help
    Replies: 1
    Last Post: Aug 04, 2010, 6:26 PM
  5. Replies: 5
    Last Post: May 13, 2009, 12:10 PM

Posting Permissions