PARSE_APPLICATION_DATA Error during XML  error ID: CX_ST_DESERIALIZATION_ER

Hi All,
          Iam Getting the error for Parse Application Data -error ID: CX_ST_DESERIALIZATION_ERROR;  Pls check the log file..
xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Call Inbound Proxy
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIProxy</SAP:Category>
  <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Error during XML => ABAP conversion (; error ID: ; ( )) PARSE_APPLICATION_DATA Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS00000000000000000026 XML Bytepos.: 1465 XML Path: ns1:YMMSTNPSR_FILEUPLOAD(1)STNPSRTAB(1)item(2)MATSTNVAL(24) Error Text: The argument '?007-08-14' cannot be interpreted as a number. Kernel ErrorId: CONVT_NO_NUMBER)) Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS00000000000000000026 XML Bytepos.: 1465 XML Path: ns1:YMMSTNPSR_FILEUPLOAD(1)STNPSRTAB(1)item(2)MATSTNVAL(24) Error Text: The argument '?007-08-14' cannot be interpreted as a number. Kernel ErrorId: CONVT_NO_NUMBER)) An error occurred when deserializing in the simple transformation program /1SAI/TXS00000000000000000026 The argument '?007-08-14' cannot be interpreted as a number.</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
can u please help me..
Thanks & Regards,
NVR

NVR,
Two things...y date is coming as "?007...."   "?" can u pls. check first character in date...
Second are you assigning this value to Number field? number cannot access "-" as a separator...
Please check.
Nilesh

Similar Messages

  • PARSE_APPLICATION_DATA Error during XML = ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789

    Hi Experts ,
    i have a scenario proxy to soap  where i am getting error while getting the response .
    we are sending the request successfully and getting response .some times we are getting in proxy level error below
    PARSE_APPLICATION_DATA Error during XML => ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789 (Cha
    Please help us to fix this bug in proxy response.
    Regards
    Ravi

    Hello Ravinder,
    Can you please post the complete stack trace, it seems to be some fields are getting truncated i,e data sent from the program to the proxy object might be violating some length restrictions.
    Please check your message interface field lengths and what is being passed to the proxy.
    Regards,
    Ravi.

  • Error during XML = ABAP conversion, empty tag

    Hi.
    Im sending data from a Data Base to a proxy using BI.
    But when I get an empty response from the data base wich gives me an empty XML tag the proxy shows me an error:
    -PARSE_APPLICATION_DATA Error during XML => ABAP conversion (Response  Message; error ID: CX_ST_MATCH_ELEMENT;
    -Error during XML => ABAP conversion (Response Message; error ID: CX_ST_MATCH_ELEMENT;
    -System expected the end of the element 'STMT_DC_response'          
    This is the message that originates the fail:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns0:MT_PRV23_BS_desg_response xmlns:ns0="urn:tompla-com:xi:ventas_SD">
    <STMT_response>
      <row>
       <TIPO>P</TIPO>
       <NUM_OT>55062330</NUM_OT>
       <NUM_DESGLOSE>1</NUM_DESG>
       <CANT_DESG>1724000</CANT_DESG>
      </row>
    </STMT_response>
    <STMT_DC_response />
    </ns0:MT_PRV23_BD_desg_response>
    In case that the tag is filled runs ok
    <?xml version="1.0" encoding="utf-8" ?>
    <ns0:MT_PRV23_BD_desg_response xmlns:ns0="urn:tompla-com:xi:ventas_SD">
      <STMT_response>
       <row>
        <TIPO>P</TIPO>
        <NUM_OT>55062330</NUMERO_OT>
        <NUM_DESG>1</NUM_DESG>
        <CANT_DESG>1724000</CANT_DESG>
       </row>
      </STMT_response>
      <STMT_DC_response>
       <row>
        <TIPO>P</TIPO>
        <NUMERO_OT>55062330</NUMERO_OT>
        <NUMERO_DESGLOSE />
        <COD_CAR_ADICIONA>8</COD_CAR_ADICIONA>
        <PORC_CAR_ADICION>1</PORC_CAR_ADICION>
      </row>
      </STMT_DC_response>
    </ns0:MT_PRV23_BD_desg_response>
    The definition for the data is:
    STMT_DC_response        0..1
      row                               0..n
        tipo                             0..1
    Thanks for the help you can give me about my problem with empty tags.

    I moved this question to other forum
      Expert Forums  » SAP NetWeaver  » Exchange Infrastructure 

  • Error during XML = ABAP conversion

    Hi
      We have a synchronous call from a SRM application through a proxy framework to a vendor http server through XI. The response from the vendor's http server is returned through a custom structure -and is returned through XI back to the calling SRM application.
    After receiving the response, the calling SRM application checks for a particular field value of the custom return structure for a error code and sends out an email - accordingly.
    Now, the response message comes back from the vendor's server - but the lines of code beyond the synchronous call in the SRM calling application does not get executed ( mail generation part ) I get the following error on the SRM front end - <b>Error in Exchange Infrastructure: Error during XML => ABAP conversion (Response Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS00000000000000000001 XML Bytepos.: 39 XML Path: Error Text: System e</b>
    Now, this error when occured in our dev environment, I set the extended xml attribute property to 'X' for the synchronous payload in calling SRM application code. The problem is, this error is occuring now in our QA environment inspite of this property being set.
    Any ideas/suggestions as to why this message occurs in a standard proxy framework setup ?

    Hi,
       Please check this link <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0c/402040abf2c442e10000000a1550b0/content.htm"></a>
    This talks about having the first element of the xml fragment as X0.
    Hope this helps.
    Regards,
    Smitha.

  • During file extraction, "Error during execution, error code =4"

    from Oracle® Fusion Middleware Getting Started With Installation for Oracle WebLogic Server
    11g Release 1 (10.3.1)
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13751/toc.htm#CIHCJJIA
    > said "instead of installing the JRockit JDK that is included, Oracle strongly recommends that you download and install the latest available JRockit version separately."
    selected "Oracle JRockit Mission Control 4.0, for Java version 6"
    > got file named: http://download.oracle.com/otn/bea/jrockit/jrmc-4.0.0-1.6.0-linux-ia32.bin
    Set permissions to *.bin installer:
    chmod a+x file_name.bin ./file_name.bin
    During file extraction (as 'oracle' user/owner) got: "Error during execution, error code =4"
    Please advise.
    thank you.

    hi,
    i ran into teh same problem and just figured out that my CPU is too old (AMD Athlon 3000+). This processor doesnt support SSE2, as required, see
    http://download.oracle.com/docs/cd/E15289_01/doc.40/e15066/suppconfigchanges.htm#CHDDFHJF
    does your machine have all the relevant features?

  • Emulators for windows mobile 10.0.10069 : the installer failed. fatal error during installation. error code: -2147023293

    I am using win 10 home insider preview, build 10074.  When I am trying to install VS 2015 community RC, selected Universal Windows App, it failed at
    emulators for windows mobile 10.0.10069 : the installer failed. fatal error during installation. error code: -2147023293
    VS file version is 14.0.5596.25192

    Hello EL_1980,
    The error -2147023293 translated to Hex is:FFFFFFFF80070643
    0x80070643 is a general error here so it is hard for us to troubleshoot. Please try download the ISO format of Visual Studio 2015 Community so that you can use the fciv.exe tool to verify the hash value. All info are listed on the VS2015 download page:
    https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx
    Please click first "Visual Studio 2015" tap below image.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Java.lang.Exception error during XML validation by Integration Engine

    Hi professionals,
    We are trying to use XML validation by the Integration Engine.
    Step 1:
    We created an appropriate directory structure where we had to store the structure (xsd).
    \usr\sap\<system id>\SYS\global\xi\runtime_server\A\B\C\D\E\F
    A - validation
    B - schema
    C - GUID of the SWCV where service interface reside.
    D - Repository Namespace where Service Interface is created.
    E - Service Interface Name
    F - Repository Namespace where Message Type or External Definition is
    assigned.
    Step 2:
    We also changed the references in the xsd to exclude all the subdirectory references.
    e.g folder1/folder2/abc.xsd is become abc.xsd only
    Step 3:
    We stored both xsdu2019s (schema xsd and referenced xsd to the directory created in step 1)
    Step 4:
    We changed the directory and xsdu2019s permissions to 777 (we chose 777 for testing purpose).
    Step 5:
    We changed the property schema validation of the sender agreement to Validation by Integration Engine.
    Step 6:
    We checked RFC destination for AI_VALIDATION_JCOSERVER on AS ABAP and AS Java and establish an successful connection test.
    RESTULTS
    The result of those steps is an error message in the message monitor of PI with the error tekst:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="XML_VALIDATION_INB">CX_XMS_SYSERR_VALIDATION</SAP:Code>
      <SAP:P1>java.lang.Exception</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>not used at the moment.</SAP:AdditionalText>
      <SAP:Stack>System error occurred during XML validation</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please assist in how to solve this issueu2026.
    Regards, Sjaak.

    I would suggest follow Appendix A to know the exact path and since you have one XSD referring other XSD check the steps mentioned in Appendix B .... there seems to be some error in referencing ...Appendix A and B are on page 12 & 13 of this document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06dff94-9913-2b10-6f82-9717d9f83df1?quicklink=index&overridelayout=true
    Regards,
    Abhishek.

  • Error during MIGO-Error during maint. of delivery costs in master condition

    Hi
    We are getting error as below during MIGO against a PO with doc type NB:
    "Error during maint. of delivery costs in master conditions, Delivery cost conditions in different validity periods not identical"
    What might be cause??
    Thanks
    Maruthi

    Check the delivery conditions in condition tab of PO.
    Try to check if there are any delivery condition records mainatined.
    I think the problem is mostly due to overlapping validity period. Try to change the validity period for the same.

  • Fatal error during installation - Error 1603 ONLY on XP

    My Dears,
    while installing any CS3 or CS4 Adobe product for my friend, at ~90% of installation error comes up:
    "Adobe Photoshop CS4
    Error:
    Error 1603. Fatal error during installation."
    I am struggling to solve it for 3 days now, and of corse I have seen and tryied all things proposed in posts like this: http://forums.adobe.com/thread/373577 , but still nothing helps me.
    Thats list of all things that I have tryied to do:
    - CleanUp fix
    - Uninstalling all Adobe before fix
    - Turning Internet off fix
    - Turning anti-vir things off fix
    - Registery fix
    - Starting from CLEAN new system fix
    - Changing language from US to International fix
    Still nothing. Probably thats the point of problem:
    Current Situation:
    Got ACER ASPIRE x3200 desktop width Windows Vista (preinstalled), did clean installation of Windows XP and dumped Vista
    There is no official drivers for XP, but got cracked chipset driver and official nVidia 8200 driver for XP from Internet
    Got all Service Packs
    100% legal
    If nothing is working, maybe thats becaouse of my PC?! Installed it on my laptop with Vista 32b - WORKS (it means that installation CD is not corruptet or something). But then I have tryied to install it on another laptop with XP PRO - fail as with my PC. It seems that Windows XP Pro is not good for CS3 or CS4, BUT it did months before in my old unbranded PC.
    Help! I really want to install that stuff.
    Best Regards,
    Westmidlander

    I was only speaking very generally...  This is all common sense...
    Adobe and other software makers are moving on from XP in their development.  Thus XP becomes more and more troublesome to use as the likelihood of problems increases.
    In the case of installation, a lot of very specific things are required of an installer so that it can work on Windows 7.  The User Account Control (UAC) system and other security measures such as file permissions have to be completely and properly satisfied to install software on the newer systems.  Indeed, the application itself even has to work differently to be compliant - reference the recent 12.0.2 issues with loading scanner drivers for example, or the fact that Photoshop needs to put some things under C:\Users\... now that always used to be put under C:\Program Files\Adobe\...
    It's not hard to imagine that Adobe isn't testing software as thoroughly on XP as they once did either.  Perhaps they missed one of the quirks of XP in pursuit of getting it to install properly on Windows 7.
    You're putting a new cutting edge software application on an operating system designed nearly 10 years ago (an epoch in high tech).  That you don't see even more problems is a testament to Adobe's committment to support XP.
    -Noel

  • Bootstrap.js script error during eval() "Error initializing JDF library"

    bootstrap.js script error during eval(). Everytime I open Adobe Acrobat 6.0 I recieve this error message once it loads up. I also recieve another error messeage while it is in the process of loading "There was an error while loading the plug-in "SaveAsXML.api.' This file was not found. I am wondering if this is why I cannot convert a file to PDF from word when I go to convert from file from adobe acrobat 6.0. It is vital to my business that I convert these files from Word. Even when I try to go to Adobe Distiller the error message "Error initializing JDF library"  pops up and will not allow me to convert my file to PDF  
    Thank you       

    Hello,
    I solved the problem (even if I really don't know how) :-/
    What I did :
    1. remove all the environnement variables for ORACLE : ORASID, ORACLE_SID, ORAHOME, ORACLE_HOME, ORACLE_BASE...
    (I don't know why I have so many variables...)
    2. I remove any varible of LANG (NLS_LANG, ORA_LANG...)
    3. I checked the rpm (it seems that some of the library where missing, for example libXtst.so.6)
    By the way, I installed the patch 6078836. Unzip the patch, it will create the library libdb.so.2. Move this file to /usr/lib
    4. I uninstall first the agent and the oms, then the database.
    5. I reinstalled everything and run the ConfigureGC.pl script. I had to go through the bug 7483221 (the script failed twice because of invalid login/password, ORA-01017). The procedure is described on several sites, I used this one :
    [http://www.idevelopment.info/data/Oracle/DBA_tips/Enterprise_Manager/OEM_10.shtml]
    I hope it will help you to complete the installation.
    Regards

  • Variable not set (error 91)/Error during import (error 102)/execut bat file

    We are on BO 11.5.0.0 and using the COM SDK with Visual Basic to run multiple reports (sometimes multiple flavors of the same report) through a bat file.
    If we run the reports single-threaded through the bat file, the reports run fine.  However, if multiple versions of the bat file start at approximately the same time, we get one of two errors:
    91 Object variable or With block variable not set
    102 Error during import document -
    Here's the part of the code with the problem:
    Dim BOapp As busobj.Application
    Dim receiveDoc As busobj.Document
    Set BOapp = New busobj.Application
    BOapp.Interactive = False
    BOapp.Logon strUser, strPass, strFromSystem, "Enterprise", False, False
    BOapp.Visible = False
    Set receiveDoc = BOapp.Documents.OpenFromEnterprise(strFromRep, strFromFolder, boFolder)
    receiveDoc.SaveAs (strDocumentPath & strFromRep & ".REP")
    Values for the following variables are passed in from the bat file:
    strUser
    strPass
    strFromSystem
    strFromRep
    strFromFolder
    strDocumentPath
    If it fails on the OpenFromEnterprise statement, we get the 102 error.
    If it fails on the SaveAs statement, we get the 91 error.
    Running it through debug hasn't helped, since we are running only one report.
    Any thoughts on what could be going wrong?
    Thanks in advance

    I have tried this running the VB code on my desktop (outside of the bat file) and nothing out of the ordinary occurs.  The VB code runs fine with only one occurrence.
    I had seen on other posts "ThisDocument" and didn't know if it would be applicable in this situation.  I also wasn't sure how it should be used based on the rest of my code.  Would "ThisDocument" make a difference?
    Thanks again

  • Jbo-26066 Error during rollback error

    Hi All,
    I ve developed an application which runs fine 95% of the time..but few times it throws this exception. Im unable to find out the possible reason behind this.
    The exception does not point to any of my code.
    Pls help me on this..
    Thanks,
    Sreeram
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26066: Error during rollback.
         at oracle.jbo.common.ampool.ApplicationPoolImpl.resetApplicationModule(ApplicationPoolImpl.java:1388)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doUnmanagedCheckin(ApplicationPoolImpl.java:1181)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.releaseApplicationModule(ApplicationPoolImpl.java:1093)
         at oracle.apps.fnd.framework.OAApplicationPoolImpl.releaseApplicationModule(OAApplicationPoolImpl.java:342)
         at oracle.jbo.common.ampool.SessionCookieImpl.releaseApplicationModule(SessionCookieImpl.java:662)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.releaseApplicationModule(OAHttpSessionCookieImpl.java:533)
         at oracle.jbo.common.ampool.SessionCookieImpl.releaseApplicationModule(SessionCookieImpl.java:584)
         at oracle.apps.fnd.framework.OASessionCookieHelper.timeoutApplicationModule(OASessionCookieHelper.java:317)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.timeout(OAHttpSessionCookieImpl.java:612)
         at oracle.jbo.http.HttpSessionCookieImpl.timeout(HttpSessionCookieImpl.java:146)
         at oracle.jbo.http.HttpContainer.fireTimeout(HttpContainer.java:512)
         at oracle.jbo.http.HttpContainer.timeout(HttpContainer.java:232)
         at oracle.jbo.http.HttpContainer.valueUnbound(HttpContainer.java:300)
         at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:289)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:234)
         at com.evermind.server.http.HttpApplication.checkSessionTimeouts(HttpApplication.java:6375)
         at com.evermind.server.http.HttpSite.checkSessionTimeouts(HttpSite.java:979)
         at com.evermind.server.http.SessionTimeoutTask.checkSessionTimeouts(SessionTimeoutTask.java:171)
         at com.evermind.server.http.SessionTimeoutTask.run(SessionTimeoutTask.java:145)
         at com.evermind.util.TaskManager.run(TaskManager.java:181)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26066: Error during rollback.
         at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:153)
         at oracle.jbo.server.DBTransactionImpl.doRollback(DBTransactionImpl.java:4177)
         at oracle.jbo.server.DBTransactionImpl.rollback(DBTransactionImpl.java:2140)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.rollback(OADBTransactionImpl.java:747)
         at oracle.jbo.server.ApplicationModuleImpl.resetState(ApplicationModuleImpl.java:3930)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.beforeRelease(OAApplicationModuleImpl.java:862)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.beforePoolCheckin(OAApplicationModuleImpl.java:793)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.resetState(OAApplicationModuleImpl.java:951)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.resetApplicationModule(ApplicationPoolImpl.java:1369)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doUnmanagedCheckin(ApplicationPoolImpl.java:1181)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.releaseApplicationModule(ApplicationPoolImpl.java:1093)
         at oracle.apps.fnd.framework.OAApplicationPoolImpl.releaseApplicationModule(OAApplicationPoolImpl.java:342)
         at oracle.jbo.common.ampool.SessionCookieImpl.releaseApplicationModule(SessionCookieImpl.java:662)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.releaseApplicationModule(OAHttpSessionCookieImpl.java:533)
         at oracle.jbo.common.ampool.SessionCookieImpl.releaseApplicationModule(SessionCookieImpl.java:584)
         at oracle.apps.fnd.framework.OASessionCookieHelper.timeoutApplicationModule(OASessionCookieHelper.java:317)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.timeout(OAHttpSessionCookieImpl.java:612)
         at oracle.jbo.http.HttpSessionCookieImpl.timeout(HttpSessionCookieImpl.java:146)
         at oracle.jbo.http.HttpContainer.fireTimeout(HttpContainer.java:512)
         at oracle.jbo.http.HttpContainer.timeout(HttpContainer.java:232)
         at oracle.jbo.http.HttpContainer.valueUnbound(HttpContainer.java:300)
         at com.evermind.server.http.EvermindHttpSession.destroy(EvermindHttpSession.java:289)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:234)
         at com.evermind.server.http.HttpApplication.checkSessionTimeouts(HttpApplication.java:6375)
         at com.evermind.server.http.HttpSite.checkSessionTimeouts(HttpSite.java:979)
         at com.evermind.server.http.SessionTimeoutTask.checkSessionTimeouts(SessionTimeoutTask.java:171)
         at com.evermind.server.http.SessionTimeoutTask.run(SessionTimeoutTask.java:145)
         at com.evermind.util.TaskManager.run(TaskManager.java:181)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Sreeram,
    You can log a SR against Oracle for this. Looks like the database connection is getting closed before the rollback code could be executed. By any chance are you leaving the session idle for long when this behaviour is attributed? May be some setting in the instance can make sure the database connections last longer. So SR is the way for it.. my thought.
    Regards
    Sumit

  • PARSE_APPLICATION_DATA Error during XML - NFe2

    Pessoal, bom dia.
    Estou em um projeto de NFe 2.0
    O cenário  ABAP conversion (Response Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS4DFEC4071863FF72A429 XML Bytepos.: 0 XML Path: Error Text: Elem.'nfeStatusServicoNFResponse2' esperado))
    Alguem já passou por isto? Ou pode me ajudar?
    Obrigado.

    XML passado para SEFAZ-MG:
    <?xml version="1.0" encoding="utf-8" ?>
    - <n0:nfeStatusServicoNF2 xmlns:n0="http://sap.com/xi/NFE/006" xmlns:prx="urn:sap.com:proxy:XID:/1SAI/TAS4DFEC4071863FF72A429:700:2008/01/11">
      <n0:cUF>31</n0:cUF>
      <n0:tpEmis>1</n0:tpEmis>
      <n0:tpAmb>2</n0:tpAmb>
    - <n0:nfeDadosMsg>
    - <n1:consStatServ versao="2.00" xmlns:n1="http://www.portalfiscal.inf.br/nfe">
      <n1:tpAmb>2</n1:tpAmb>
      <n1:cUF>31</n1:cUF>
      <n1:xServ>STATUS</n1:xServ>
      </n1:consStatServ>
      </n0:nfeDadosMsg>
      </n0:nfeStatusServicoNF2>
    Retorno da SEFAZ:
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///D:/Documents and Settings/BHX10108/Configuraçõ...
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Inbound Message -->
    Atenciosamente,
    Al.

  • Error during xml parsing

    hi,
    i need to parse an xml file.
    when i used an xml file of encoding type encoding="UTF-8", i could parse the file with the following syntax..
    DocumentBuilder docBuilder = new DocumentBUilder();
    Document doc = docBuilder.parse( path of the file name );
    when i used an xml file of encoding type encoding="UTF-16" and encoding="ISO..", i could not parse the file with the above syntax..
    i got the following exception
    Wrong XML file structure: Character conversion error: "UTF-8 encoding of character 0x001acba4 can't be converted to Unicode." (line number may be too low).
    java.lang.NullPointerException
         at packageName.XMLParse.main(XMLParse.java:48)
    Exception in thread "main"
    Thanks in advance...

    hi,
    i need to parse an xml file.
    when i used an xml file of encoding type encoding="UTF-8", i could parse the file with the following syntax..
    DocumentBuilder docBuilder = new DocumentBUilder();
    Document doc = docBuilder.parse( path of the file name );
    when i used an xml file of encoding type encoding="UTF-16" and encoding="ISO..", i could not parse the file with the above syntax..
    i got the following exception
    Wrong XML file structure: Character conversion error: "UTF-8 encoding of character 0x001acba4 can't be converted to Unicode." (line number may be too low).
    java.lang.NullPointerException
         at packageName.XMLParse.main(XMLParse.java:48)
    Exception in thread "main"
    Thanks in advance...

  • Error during XML Parser Sample building.

    I tried to build your sample for XML Parser for C++ v.2 for Solaris.
    I had some errors :
    c++ -o DOMSample -I../include DOMSample.cpp -L../lib -lxml8 -lcore8 -lnls8 -lcore8 -lnls8 -lcore8 -lnsl -lsocket
    Undefined first referenced
    symbol in file
    Node::getFirstChild void) /var/tmp/ccxhDPf2.o
    Node::getValue(void) /var/tmp/ccxhDPf2.o
    Node::hasChildNodes(void) /var/tmp/ccxhDPf2.o
    Node::getChildNode(unsigned int) /var/tmp/ccxhDPf2.o
    Node::getName(void) /var/tmp/ccxhDPf2.o
    Node::numChildNodes(void) /var/tmp/ccxhDPf2.o
    Node::getType(void) /var/tmp/ccxhDPf2.o
    ld: fatal: Symbol referencing errors. No output written to DOMSample
    collect2: ld returned 1 exit status
    make: *** [DOMSample] Error 1
    I use Solaris version 2.7 and c++ (gcc)version 2.95.
    I tried with the -G compilation option.(for comptability with other compilers.
    It compiled but the executable doesnot run.
    Please, could you give the right compilation options.
    null

    I think url in XML is creating problem here.
    <FileLocator
                    url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=search&db=PubMed&term=23-95-0[ECNO]+OR+&#34;~&#34;[MH]">MEDLINE</FileLocator>
    Is there any way to parse this XML using <fx:XML/> ??
    Thanks.

Maybe you are looking for