Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor gurubai's Avatar
    Join Date
    Jun 2010
    Posts
    110
    Hi im trying to parse the soap message using the cSenDomFragement parsing.... but it is creating a problem in parsing my xml...let me explain the problems i faced....

    when i tried to parse the xml responce using the first method in cSenDomFragement parsing ie passing directly as a string(i.e storing my xml in a variable and passing directly) it get parsed but not the expected one....it is displaying only the contents in the tag.....for eg when i tried parsing the below xml

    <messages>
    <message>
    <from>some number</from>
    <content>some text</content>
    </message>
    </messages>
    it displayes as follows in the console while parsing
    messages
    message
    from
    from
    content
    content
    message
    messages

    its not displaying the values....this is the problem im facing in tat method

    2) in next one passin it a file, i wrote my xml response in a file and passed to it but whn it reaches the

    parsel(); method it stops and displayes as systemerror(-981).....

    i dono wthr im goin wrong r wat???? but before i used the second method for parsing and i was successful( i.e i created a xml using generatexml method as follows,

    <messages>
    <message>
    <from>some number</from>
    <content>some text</content>
    </message>
    </messages>

    stored in a file and parsed it....but its not working for soap response

    Wat i want to know is, is this parsing work for soap messages or is there any other parsing methods to parse the soap response....plz help me out.....waiting for replies.........

  2. #2
    Regular Contributor gurubai's Avatar
    Join Date
    Jun 2010
    Posts
    110
    Wizard have a look at this thread wizard need some suggessions for this wizard...as said this is my soap responce

    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <ImportIncomingSMSResponse xmlns="http://www.atom8itsolutions.com/">
    <ImportIncomingSMSResult>string</ImportIncomingSMSResult>
    </ImportIncomingSMSResponse>
    </soap:Body>
    </soap:Envelope>

    is there prob in my responce ???? wizard plz help me....thanks for any replies.......

  3. #3
    Regular Contributor gurubai's Avatar
    Join Date
    Jun 2010
    Posts
    110
    Do no one faced this problem..??? someone plz help me out of this problem!!!!!!!!!!!!!!!!!!!! thanks for any help

  4. #4
    Regular Contributor gurubai's Avatar
    Join Date
    Jun 2010
    Posts
    110
    still i stuck with this problem plz help me out.....

Similar Threads

  1. Reg:parsing
    By ranjini in forum Symbian C++
    Replies: 8
    Last Post: 2010-08-09, 13:12
  2. Reg:soap action in http connection
    By kathir.s in forum Symbian C++
    Replies: 1
    Last Post: 2010-08-04, 19:29
  3. Reg:importing headers for soap msg
    By kathir.s in forum Symbian C++
    Replies: 2
    Last Post: 2010-08-01, 17:11
  4. Reg:parsing
    By gurubai in forum Symbian C++
    Replies: 2
    Last Post: 2010-07-08, 12:20
  5. Reg: issue in parsing xml
    By raguuu in forum Symbian Networking & Messaging (Closed)
    Replies: 3
    Last Post: 2010-07-06, 13:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved