SOAP Runtime: Exception message: Unallowed RFC-XML Tag (SOAP_EINVALDOC)

Hi,
Curretly I am trying to test a Webservice on ECC 5.0, Oracle, Windows.
Below is the error that I am facing.
SOAP Runtime: SOAP Runtime exception: 111 occurred in method XP_READ_TAG of class CL_SOAP_XP at position 1
SOAP Runtime: Exception message: Unallowed RFC-XML Tag (SOAP_EINVALDOC)
In dev_rfc0:
ERROR 03:20:57: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->HANDLE
STATUSCODE() Received return code 404 ( Not found )
ERROR 03:20:57: SOAP Message CL_SOAP_MESSAGE->IF_SOAP_MESSAGE
PART~INITFOR_DESERIALIZE() A SOAP Runtime Core Exception
occurred in method XP_READ_TAG of class CL_SOAP_XP at position id
1 with internal error id 111 and error text Unallowed RFC-XML Tag
(SOAP_EINVALDOC) (fault location is 1 ).
I have looked up on sdn, and also looked at note 919886.
I have read several posts regarding creation of RFC Destination in sm59 of Type G, to get over this issue.
But RFC Destination of type G is not available in ECC 5.0
Is the error because of incorrect URL mentioned in logical port,
I am unable to ping the host name mentioned in URL, looks like that machine is not in the network.
does it mean the wsdl is not located at that particular host.
Any suggestions would be greatly appreciated.
Regards,
Vishnu.

Hi Anton,
The complete error message in dev_rfc0:
INFO 02:15:12: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT
->IF_SOAP_TRANSPORT_BINDING~SEND() Try to send message ( DEST =
,PATH = ,URL = http://hostname:portno/ ,SOAP Action =
"ROI_R3_DF.roiSAPCreateOrder" )
INFO 02:15:12: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT
->IF_SOAP_TRANSPORT_BINDING~SEND() Message sent
INFO 02:15:12: SOAP Transport binding CL_SOAP_HTTP_TPBND_ROOT
->IF_SOAP_TRANSPORT_BINDING~RECEIVE() Try to receive message
ERROR 02:15:12: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->HANDLE
STATUSCODE() Received return code 404 ( Not found )
ERROR 02:15:12: SOAP Message CL_SOAP_MESSAGE->IF_SOAP_MESSAGE
PART~INITFOR_DESERIALIZE() A SOAP Runtime Core Exception
occurred in method XP_READ_TAG of class CL_SOAP_XP at position id
1 with internal error id 111 and error text Unallowed RFC-XML Tag
(SOAP_EINVALDOC) (fault location is 1 ).
After reading your post about the return code 404, I am in a dilemma whether, services in icman are unavailable or
the services at the location of the wsdl in the other server.
If you could clarify, it would be great.
Thanks a lot.
Vishnu.

Similar Messages

  • Unallowed RFC-XML Tag (SOAP_EINVALDOC) - Web Service using ABAP Proxy

    Hi there
    I am trying to consume a Web Service using ABAP Proxies.  I have done the following in the system:
    I configured the HTTP and HTTPS Proxy settings. 
    I created a package with package interfaces SAI_TOOLS and SAPPINT included under the Use Access tab.
    I created the proxy classes by using the WSDL provided by the system I'm trying to interface with. 
    I created my HTTP destination RFC via SM59. 
    I configured a logical port for the proxy. 
    I developed the ABAP code for calling the proxy. 
    In the code the exception CX_AI_SYSTEM_FAULT gets raised with error message <b>"Unallowed RFC-XML Tag (SOAP_EINVALDOC)"</b> when I call the method for passing data to the destination system in the proxy class.
    I had a look at SM21 and the following message was written in the log:
    <b>"SOAP Runtime: SOAP Runtime exception: 111 occurred in method XP_READ_TAG of class CL_SOAP_XP at position 1
    SOAP Runtime: Exception message: Unallowed RFC-XML Tag (SOAP_EINVALDOC)"</b>.  I also looked at SAP Note 919886 which states that it can be dumps in the system, missing configuration or the path prefix of the RFC destination that is incorrect.  I cannot find any ST22 entries.  The trace file looks as follows:
    SAP System ID: DGH
    Client: 009
    User: COLESKG
    System time: 072910
    System date: 20070531
    SAP Release: 700
    Host: hd307c
    Operating system: AIX
    DB System: ORACLE
    Program: ZUK_IPA00003
    Processing State: 0
    Location: Client
    Transport Binding: http://schemas.xmlsoap.org/soap/http
    SOAP Application: urn:sap-com:soap:runtime:application:client
    SOAP Runtime Protocol: http://www.sap.com/webas/630/soap
    /runtime/protocol
    SOAP Protocols: <initial>
    Request Message: <initial>
    Response Message: <initial>
    Fault: <initial>
    Registry: <initial>
    SOAP Roles: <initial>
    Trace Level: 3
    Logging Level: 2
    Monitoring Level: 0
    Security Profile: <initial>
    WS Security Protocol: <initial>
    INFO 07:29:10: SOAP LP Registry CL_SRT_LP_MAINTENANCE->CREATE_CLIENT_APPL() Try to create client application for Proxyclass:
    ZES_CO_PROCESS_EMPLOYEE_BATCH LP name: DEFAULT
    INFO 07:29:10: SOAP LP Registry CL_SRT_LP_MAINTENANCE->CREATE_CLIENT_APPL() Client application created
    INFO 07:29:10: SOAP LP Registry CL_SRT_LP_MAINTENANCE->CREATE_CLIENT_APPL() Try to initialize client application
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT->IF_SOAP_APPLICATION_CS~INIT() Try to initialize application
    urn:sap-com:soap:runtime:application:client
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT->INTERNAL_CLIENT_INIT() Create new runtime CL_SOAP_RUNTIME_CLIENT
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->REGISTER_APPLICATION() Try to register application
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->REGISTER_APPLICATION() Application registered
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT->INTERNAL_CLIENT_INIT() Read type of transport binding from
    configuration
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT->INTERNAL_CLIENT_INIT() Create new transport binding type
    http://schemas.xmlsoap.org/soap/http
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~INIT() Try to initialize
    http://schemas.xmlsoap.org/soap/http
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~INIT() http://schemas.xmlsoap
    .org/soap/http initialized
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~REQUEST() Try to create request message
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~REQUEST() Request message created
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~RESPONSE() Try to create response message
    INFO 07:29:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING_ROOT->IF_SOAP_TRANSPORT_BINDING~RESPONSE() Response message
    created
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->INIT() Try to initialize
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->INIT() Check transport binding
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->INIT() Create runtime protocol
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->IF_SOAP_PROTOCOL~INIT() Try to initialize SOAP Runtime-intrinsic
    Protocol as SENDER with Priority 5
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->INIT_MODULES() Try to create trace header/part
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->INIT_MODULES() Trace header/part created
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->INIT_MODULES() Try to create logging header/part
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->INIT_MODULES() Logging header/part created
    INFO 07:29:10: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL->IF_SOAP_PROTOCOL~INIT() Protocol initialized
    INFO 07:29:10: SOAP Runtime CL_SOAP_RUNTIME_CLIENT->INIT()
    Initialized
    INFO 07:29:10: SOAP Protocol CL_SOAP_PROTOCOL_FACTORY->CREATE()
    Try to create instance for http://www.sap.com/webas/630/soap
    /runtime/session/protocol::http://www.sap.com/webas/630/soap
    /runtime/session/protocol/srt640_impl
    INFO 07:29:10: SOAP Protocol CL_SOAP_PROTOCOL_FACTORY->CREATE()
    Instance of CL_SOAP_SESSION_PROTOCOL created for http://www.sap.com/webas/630/soap/runtime/session/protocol::http://www.sap.com/webas/630/soap/runtime/session/protocol/srt640_impl
    INFO 07:29:10: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL->IF_SOAP_PROTOCOL~INIT() Try to initialize SOAP Session Protocol
    as SENDER with Priority 5
    INFO 07:29:10: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL->IF_SOAP_PROTOCOL~INIT() Protocol initialized
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT_GEN->CONFIGURE_FEATURES() Try to configure features
    INFO 07:29:10: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->IF_SOAP_HTTP_TRANSPORT_BINDING~SET_CLIENT_BY_DESTINATION() Try to
    create ICF Client for DESTINATION = ALSB
    INFO 07:29:10: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->IF_SOAP_HTTP_TRANSPORT_BINDING~SET_CLIENT_BY_DESTINATION() ICF
    Client created by DESTINATION
    INFO 07:29:10: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->IF_SOAP_HTTP_TRANSPORT_BINDING~SET_DESTINATION_URL_PATH() Set
    DESTINATION PATH = /SapHRSmartIntegrationWeb/processes/ProcessEmployeeBatch.jpd
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT_GEN->CONFIGURE_FEATURES() Features configured
    INFO 07:29:10: SOAP Application CL_SOAP_APPLICATION_CLIENT->IF_SOAP_APPLICATION_CS~INIT() Application urn:sap-com:soap
    :runtime:application:client initialized
    INFO 07:29:10: SOAP LP Registry CL_SRT_LP_MAINTENANCE->CREATE_CLIENT_APPL() Client application initialized
    Trace file opened at 20070531 073030 GMT SAP-REL 700,0,95
    Error in module XMLParserGetNextElement:773
    Id @(#) $Id: //bas/700_REL/src/krn/rfc/xrfcpars.c#2 $
    Unallowed RFC-XML Tag
    Error in module XMLConverterReadTag:3061
    Id @(#) $Id: //bas/700_REL/src/krn/rfc/xrfccnvrt.c#5 $
    Unallowed RFC-XML Tag(24)
    Error in module ab_soap:4392
    Id @(#) $Id: //bas/700_REL/src/krn/rfc/abxrfccal.c#2 $
    failed with return code 1
    It then must be something in the config.  Has anyone got any idea why this message is encountered?
    Kind Regards
    Gustav Coleske
    Message was edited by:
            Gustav Coleske

    Hi,
    I have the same problem as described.
    Can you give me a little more information about the error you have solved in the proxy.
    Thanks for help
    John

  • SOAP Runtime: SOAP Runtime exception: 1023 occurred in method IF_SOAP_TRANS

    Hi ,
    we currently have the SAP discovery system setup, i have notice that when i check the system log via sm21 , i recieve hundreds of the following error messages:
    SOAP Runtime: SOAP Runtime exception: 1023 occurred in method IF_SOAP_TRANSPORT_BINDING~receive of class CL_SOAP11_HTTP_TPBND at position 1
    SOAP Runtime: Exception message: SRT: Processing error in Internet Communication Framework: ("ICF Error when receivin g the response: ICM_HTTP_CONNECTION_FAILED")
    Please advise where to check on resolving this error as some services donot work because of this,All services start up fine , i have also checked /nsicf  and some RFC ,but have not found any thing specific.
    Kind Regards
    A.

    Hi,
    I know this question was asked a long time ago but you should check out the following note and fix to un-release the "osp" background jobs running under SM37.
    Note 1113842 - Discovery System V3 Central Note

  • XML integration: SOAP Runtime Exception

    Hi, and a happy new year to all of you.
    I'm quite in trouble right now: I'm trying to process an XML flow into BW, but I receive the following error when trying:
    <?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/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>Internal Server Error</faultstring>
    <detail>SOAP Runtime Exception: CSoapExceptionInternal : XML kernel processor cannot prepare function call ( kernel rc=2 ) </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body></SOAP-ENV:Envelope>
    The strangest thing is:
    - I don't see any XML error
    - When I try to send the flow into another system (Without the right datasource name), i get the same error
    - When I add an error in my XML code, I still have the same error
    - When I try another flow for another DataSource on the target system... it works quite well
    It should mean that something wrong with my xml file, but I really don't see what. Could someone help me there?
    <?xml version="1.0" ?>
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
    <rfc:_-BI0_-QI6AZtX_ST_UPFRONT_TOOLS_RFC xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
      <DATASOURCE>6AZX_ST_UPFRONT_TOOLS</DATASOURCE>
      <DATA>
        <item>
          <LONUM></LONUM>
          <DOCNUM></DOCNUM>
          <BDLST></BDLST>
          <BU></BU>
          <BD></BD>
          <PARZC></PARZC>
          <COUNTRY></COUNTRY>
          <CREATEDON></CREATEDON>
          <DOCRY></DOCRY>
          <SOLDNUM>1000000001</SOLDNUM>
          <CUACCREQ></CUACCREQ>
          <CUCTAGGN></CUCTAGGN>
          <CUPOLAMD></CUPOLAMD>
          <CPOD></CPOD>
          <BPBSTKD>TESTLFH210</BPBSTKD>
          <CPORCVD></CPORCVD>
          <CAEATBPD></CAEATBPD>
          <DTCAED></DTCAED>
          <LABPD></LABPD>
          <LAEDCAED></LAEDCAED>
          <TVRDTD></TVRDTD>
          <FVRDTD></FVRDTD>
          <SVRDTD></SVRDTD>
          <FFHAGO>A</FFHAGO>
          <INCOCODE></INCOCODE>
          <INCOSITE></INCOSITE>
          <KTEXTSO></KTEXTSO>
          <IDNUM>10CAELA1</IDNUM>
          <IDLAV></IDLAV>
          <PARZK></PARZK>
          <TVRDTN></TVRDTN>
          <FVRDTN></FVRDTN>
          <SVRDTN></SVRDTN>
          <PARZO></PARZO>
          <ORCAT></ORCAT>
          <ORCREAV></ORCREAV>
          <PARZP></PARZP>
          <RQDATE></RQDATE>
          <FIRSTDT></FIRSTDT>
          <PARZA></PARZA>
          <SALESGRP></SALESGRP>
          <SHIPRES></SHIPRES>
          <SCTDESC></SCTDESC>
          <SELUNIT></SELUNIT>
          <SCWWBU></SCWWBU>
          <LACTV></LACTV>
          <CUPOTST></CUPOTST>
          <TOOLNUM></TOOLNUM>
          <BPROJET></BPROJET>
          <AMOUNT></AMOUNT>
          <UPDMOD></UPDMOD>
          <LBD></LBD>
          <LBGRP></LBGRP>
          <SOLANM>L-A</SOLANM>
          <SOCAENM></SOCAENM>
          <SORDNM></SORDNM>
          <FHAGO>10LA3</FHAGO>
        </item>
      </DATA>
    </rfc:_-BI0_-QI6AZX_ST_UPFRONT_TOOLS_RFC>
    </SOAP:Body>
    </SOAP:Envelope>
    Thanks a lot, and please be gentle with the humble beginner I am.
    Sylvain

    upfront i can see one erro is that your SOAP message is not a valid XML format.
    the start tag
    (rfc:_-BI0_-QI6AZtX_ST_UPFRONT_TOOLS_RFC) dosent match with the end tag (rfc:_-BI0_-QI6AZX_ST_UPFRONT_TOOLS_RFC)
    this may be a typo?
    also since you are getting internal error, there is a chance that it might have created a ABAP dump. check in transaction ST22.
    Regards
    Raja

  • ADS: SOAP Runtime Exception

    Hi All
       I am trying to excute adobe form using function modules fp_job_open , fp_job_close and the function module for adobe form inside a custom program.
    when I run the program it gives the below error message
    "ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)" .
    why does this error come . How to resolve this issue.
    Regards

    Hello;
    I am new to Interactive Forms by ADOBE, but I did run into this error when trying to activate a form. SAP told me  to run test according to note 944221 and config RFC connection to ADS. Then we fixed-The two users for Adobe (ADSUSER & ADS_AGENT) were set as dialog users. 
    This dorrected the issue.

  • Adobe document service error: SOAP Runtime Exception

    Hello,
    I am trying to test an Adobe Form created using the ABAP workbench SFP transaction, and getting the following error.
    <b>Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport : (100101)</b>
    These are the steps I am using.
    1. Call SFP transaction and select an ADOBE Form.
    2. Function key F8 to test
    3. Select the Output device and do "Print Preview"
    Our configuration is : WAS 6.40 SP11 and corresponding ADS level. We used the standard SAP ADS configuration guide to setup.
    Thanks in advance for any reply.
    Regards,
    PK

    Hi PK
    it looks like you have a problem with either your Adobe document services or your RFC configuration. In the current ADS Configuration Guide in the SAP Service Marketplace, you find a configuration quick test in chapter 3.4. The results should tell you if this is the issue.
    There are 2 tests you can run:
    A. Checking the User and Password
    This is a small test where you can check that your entries for user, security role, and passwords are correct.
    Procedure:
    1. Enter the following URL in your web browser:
    http://<server>:<port>/AdobeDocumentServices/Config
    where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.
    Note that the entries in the URL are case-sensitive.
    2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    3. Choose rpdata(test.…) .
    4. Choose the Send button without entering any parameters.
    5. Enter the same user name and password as given in the configuration steps earlier.
    6. Choose Submit.
    If the configuration is correct, you get the information about the Version number in the response area.
    If the configuration settings are not correct, the page does not change and Submit still appears.
    B. Checking the ABAP Connection
    This is a small test for checking the RFC destination you have created.
    Procedure
    1. Log on to your SAP system.
    2. Call transaction SE38
    3. Enter the name of the test report: FP_PDF_TEST_OO.
    4. Choose Execute (F8)
    If the configuration is correct, you get the Version Information.
    If the configuration is not correct, you get a dialog box with fields for user and password. Check your configuration settings and also the entries you made when creating the ABAP connection.
    Hope this helps.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • ADS: SOAP Runtime Exception: CSoapExceptionFault : SOAP(100102)

    HI
    One of my RUSSIA Consultant ( where maximum PDF's are being used) is trying to generate a report PDF forms .
    When consultant generating the required report for 1 user - the PDF form is opening,
    But, When he is trying to generate for mass users (like a for a business unit around 1500 users) , he is getting the error as below
    Error we are getting
    ADS: SOAP Runtime Exception: CSoapExceptionFault : SOAP(100102)
      FPRUNX001
    Diagnosis
    An error occurred when Adobe Document Services (ADS) was launched.
    System Response
    Error message
    Procedure
    When troubleshooting, follow the steps described in SAP Note 944221.
    First check the connection to ADS.
    You can use the program FP_PDF_TEST_00 to do this.
    From SAP NetWeaver Release 7.0, the program
    FP_CHECK_DESTINATION_SERVICE must also run successfully
    (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuration.
    Please note for 1 user it is working, but for mass users it is not working.
    I requested them to do in slice the data and do this, but  for what ever  reasons, they require this in a single run (let us not challenge there why sliced runs can not work)
    can any one throw some light on this issues
    Rgds
    PR

    Hello,
    Did you check SAP Note 944221?
    Also check following :
    On the J2EE Engine on which the ADS runs, use the Visual Administrator to check the attributes of the following specified services.
    "Visual Admin -> Server -> Services -> Document Services Data Manager".
    The attribute "enableSSL" must be set to "false".
    If this is not the case, change and save the setting to "false". Then restart the J2EE Engine. Note that restarting only the services is insufficient in this case.
    Thanks,
    Ravi

  • ADS : Soap runtime exception when using MEDRUCK_PO

    Hello,
    I want to use standard PDF form MEDRUCK_PO instead of Sapscript MEDRUCK for editing PO for output type NEU.
    I have make changes in NACE for Application EF/Output type NEU :
    Program  : SAPFM06P
    FORM routine : ADOBE_ENTRY_NEU
    PDF Form : MEDRUCK_PO
    Type : PDF
    Layout Module : ME_READ_PO_FOR_PRINTING.
    Then I have create a purchase order in ME21N with NEU message.
    When I try "Print Preview", I have an error : ADS : Soap runtime exception: CSoapExceptionTransport(100101).
    Message number : FPRUNX001.
    My form is not printed.
    Does anybody have an idea to solve this problem ?
    Thanks.

    Hello,
    To use that form you need to configure ADS in your system.
    I sugest you to read the ADS configure manual and the troubleshooter note: SAP Note Number: 944221

  • SOAP Framework error: SOAP Runtime Exception: CSoa

    I got the error 'SOAP Framework error: SOAP Runtime Exception: CSoa' when I activate my Adobe Form. The form can be activated before but the error happens when I add the fourth main body page.
    Philip

    Hi  
    1. Check if your ADS is working. Use program FP_TEST_00 / FP_TEST_01 to test your ADS if it is working. 
    2. Test using super user, it might caused by authorization too.
    Thanks, Xiang Li

  • Error:Adobe document services error: SOAP Runtime Exception: CSoapException

    Dear All,
    While executing an adobe form I am facing the following error:
    Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport :
    Can you please suggest how the error can be rectified?
    Thanks and regards,
    Atanu
    Edited by: Atanu Dey on Feb 18, 2008 5:31 PM

    Hi, For solving this do one thing:
    The problem is In ECC the service AdobeDocumentServicesSec was set up in SM59 but nothing was configured for SSL. So you have to change this to:
    AdobeDocumentServicesSec.
    Thanks
    please reward points

  • SOAP Runtime exception: 1023  method IF_SOAP_TRANSPORT_BINDING~receive

    SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: HTTP COMMUNICATION FAILURE")
    SOAP Runtime exception: 1023 occured in  method  IF_SOAP_TRANSPORT_BINDING~receive of class CL_SOAP11_HTTP_TPBND at position 1
    Getting the error above when making a web service call to external web service. Used to work all the time. Getting the error all the time now.

    Hi.
    Check the response. Sometimes this error occurs due to an empty response.
    Regards.
    Rafael Rojas.

  • Runtime exception -message mappin in (sxi_monitor)

    hi
    i have done a simplw bpm scenario by following walk through bpm
    i get the error(red flag) in sxi_monitor as runtime exception -message mappin in (sxi_monitor)
    i checked the syntax of message mapping and also checkd every step of mesage mapping still cant identify the error
    could any one suggest me with suitable solutions

    Hi reddy
    Use below link
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
    And download the PDF named " <b>How to Monitor Integration Processes - ccBPM</b> "
    Also did you test your mapping during design-tike or not.
    - Lalit -

  • Error in Form Printing ADS: SOAP Runtime Exception

    Hi Gurus,
    while printing the PF forms or form 16 for that matter i am getting an error
    ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)
    Any idea as to why the same is coming..and how to go about solving the issue..........
    Regards
    Ankush

    Check with ADS (Adobe Development Server) configurations with BASIS people.
    They will solve this.
    Regards
    ...Sadhu

  • SOAP Runtime Exception

    Hi,
    I got this exceptoin when executing standart form:
    Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport : (100101)
    Thank you

    Hi,
    Please tell me what you see from the following steps..
    Go to your ECC 6.0 box and go to t-code smicm
    Then click GOTO-->services
    The http service must be active there.
    The acutal problem causing this is the http port of the ECC WAS. When we test the connection in Sm59 we get the "tick" symbol at the bottom telling us that the connection is good. But actually the test in SM59 should go a new page and say ok and with connection details.
    We have to make sure that the http port for the WAS is active and running.
    Eg say:
    Go to Smicm and then GOTO-->Parameters in the top menu.
    Check for the http port there.. say for example 8000
    then try http://server:8000 and see what hapeens you must get the prompt for login information into the WAS. otherwise either your WAS is not active or your http service is not active.
    For the http port activation contact the basis guy and tell him to activate the http service.
    Let me know what happens.
    Award points if helpfull.

  • SOAP Runtime exception using Adobe Document Services

    Hi all,
    we have an intermittent problem with the following scenario:
    ECC6 ABAP system which runs our Payroll.
    Separate JAVA instance running our SAP portal and Adobe Document Services.
    SM59 connection from the ABAP system to the portal server where ADS runs. Connection via port 5554.
    We have written our own transaction ZPAYSLIP which allows users to view and print their payslips using ADS. This transaction uses a program generated in transaction HRFORMS.
    Periodically, this transaction will fail with the following error at the bottom of the user's screen:
      ADS: SOAP Runtime Exception: CSoapExceptionTransport: (100101SOAP Framework error: SOAP Runtime Exception)
    A lot of the problem is that this issue is sporadic and difficult to reproduce. Whenever it has been reported to me and I try to reproduce the error I am unable to. A test of the SM59 connection shows everything is OK and if I ask the user to retry it, it will work.
    I have asked our network team to check the connection between the 2 servers at the time when the error happens, but they cannot find any problems with connectivity between them, and yet it looks to me like the problem is a temporary loss of connectivity or that ADS somehow becomes temporarily unavailable.
    I have done the checks as referred to in sapnote 944221 (many times!) but that all checks out OK.
    We have logged a call with SAP, but they haven't really come up with a solution apart from restarting the JAVA engine which is not what we want to have to do.
    We also experience the same error from time to time with some of our portal functionality which also uses ADS.  
    Has anyone experienced a similar error or have any suggestions as to how we might fix this?
    Regards....John

    Hi,
    We have encountered a very similar issue after patching our dual stack ECC to NW23/ERP603 sp8.   After first correcting it by routing the ADS calls directly to the server (and not through the web dipspatcher), we then updated our SAP Web Dispatcher to a newer version and this seems to have resolved it while maintaining the necessary load-balancing functionality of the web dispatcher.
    Hope this helps.
    Ruben

Maybe you are looking for