SAOP ADAPTER EXCEPTION

Hi guys,
I am configuring a scenario SAPR3(PROXY)-XI-WEBSERVICE,
I have configured my SOAP adapter, but in SXMB_MONI i get error
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIAdapter</SAP:Category>
  <SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText>soap fault: No such operation 'getDistanceRequest'</SAP:AdditionalText>
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack />
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
But getDistanceRequest message ids present in the wsdl which i am using.
Please help me out.
regards,
keith.

Hi Keith,
Useful links -
Problems with soap adapter?
Error while Testing SOAP Adapter In XI
SOAP Adapter doesn't find channel
SOAP Fault Message
Hope it helps,
Regards,
Moorthy

Similar Messages

  • Inbound adapter exception/error management

    I was wandering is there any best practice for handling inbound adapter exceptions ? For example if I have inbound MQ-adapter and MQ-server is down how can I get some kind of exception catched from this? Only thing I've found out that it SOA Suite writes these exceptions to server log. Is the only way to catch these exception to poll the server log (using for example grep...)?
    Thank you
    Best Regards Tuomas

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • File Adapter - Exception / Error handling

    We are using File Adapter in BPEL process to read multiple records from the file. Additionally, we have also handled rejectedMessageHandlers & fatalErrorFailoverProcess exception to lunch custom BPEL process. The process is running fine and also successfully launches custom handler processes too.
    Need help / direction in addressing following issues.
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process.
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also.
    Are we missing any set up ? We are on 10.1.3.1
    thanks
    -Yj
    Sample Log file:
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::init - Initializing the JCA activation agent, processId='bpel://localhost/default/TestFileRead~1.0/
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/default/TestFileRead~1.0/'
    domain='default'
    WSDL location='Read.wsdl'
    portType='Read_ptt'
    operation='Read'
    activation properties={portType=Read_ptt, rejectedMessageHandlers=bpel://default|AdapterError2|initiate|payload}
    <2009-04-20 11:46:14,096> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Endpoint Activation called in File Adapter for endpoint: c:\temp\yj
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - successfully completed endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:30,580> <WARN> <default.collaxa.cube.activation> <File Adapter::Inbound> PollWork::run exiting, Worker thread will die
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Translated inbound batch index 1 of file {testdata6.txt} with corrupted message count = 1
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Sending message to Adapter Framework for rejection to user-configured rejection handlers : {
    fileName=C:\temp\yj\testdata6.txt, startLine=3, startColumn=1, endLine=-1, endCol=-1, Exception=ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.
    <2009-04-20 11:47:14,158> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Read_ptt::Read(Root-Element)]onReject: Sending invalid inbound message to Exception Handler: bpel://default|AdapterError2|initiate|payload
    <2009-04-20 11:47:14,315> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Setting last error record to : -1
    <2009-04-20 11:47:14,658> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> onBatchFailure: Batch 'bpel://localhost/default/TestFileRead~1.0//testdata6.txt_1240205493408' (C:\temp\yj\testdata6.txt) has failed due to: ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • RFC -File Sync Async bridge RFC Adapter Exception

    Hi
    I am using sync async bridge to send a response back to rfc.
    Although there is no error in sxmb_moni as well as the auditlog shows that the response was sent successfully to rfc.. still the RFC adapter gives the following error with no response sent to RFC..
    Error in processing caused by: com.sap.aii.af.rfc.RfcAdapterException: failed to identify XML document:java.lang.Exception: javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found
    please help

    Solved the problem..
    The problem could be due to the following..
    1. the response structure was just a single character..while i was sending a whole string..
    2. I restarted the server...probably the problem
    javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found
    system property must have set mismatch for the SAXFactoryImpl.... by deploying modules before in which i was using SAX parser.. may be the i set the system property earlier to other provider dont remember...
    Hope this information will be useful to someone in future using Sync/Async bridge

  • XI3.0: SOAP-Adapter Exception

    Hi All,
    I'm trying to send a message to a web service via the SOAP adapter.
    Unfortunately the SOAP adapter throws the following exception:
    <i>
    SOAP: error occured: com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint: HTTP 0 null [null "null"]; nested exception caused by: java.net.SocketException: Connection timed out:could be due to invalid address
    </i>
    It seems to be that the configured URL does not reach the SOAP adapter.
    We use the central J2EE Adapter Engine.
    Any hints?
    How do I sitch on detailed tracing or logging for the SOAP Adapter? The Audit Log does not contain very much information.
    I hope anybody is able to help.
    Regards,
      Marc

    Hi Alessandro,
    we solved the problem.
    The problem was caused by a firewall. The used port was blocked there. We just reconfigured the firewall and all went fine.
    In the meantime I learned somthing about the error message.
    "Failed to call the endpoint: HTTP 0 null"
    This means that the adapter called the configured endpoint. The "HTTP 0 null" is the result code and error text of the http call. So it returned with error code "0" and it has no associated error text "null".
    Another hint that may help you is the OSS note 761921. This note describes how to get an adapter trace.
    Hope this reply helps.
    Regards,
      Marc

  • SOAP adapter exception

    Hi Everyone,
    I tried to implement the following scenario SOAP--> XI --> IDOC(R/3). I created all the necessary objects,mapping, Channels. When tried to check the SOAP adapter with http://<hostname>:50000/XISOAPAdapter/MessageServlet?channel=:<service name>:<channelname>, i got the reply as  Message STATUS OK.
    But when i checked the http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>. i got the following error
    <faultcode>SOAP:Server</faultcode>
      <faultstring>Server Error</faultstring>
    - <detail>
    - <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
      <context>XIAdapter</context>
      <code>ADAPTER.SOAP_EXCEPTION</code>
    - <text>
    - <![CDATA[
    java.lang.Exception: <b>invalid channel</b> (party:service:channel) = <null>
         at com.sap.aii.af.mp.soap.web.HelperServlet.processFindChannel(HelperServlet.java:364)
    Then i used the "MESSAGE Interface" created by SAP to created a new channel and made respective setting. Even then i am getting the same error.
    Can any one tell me how to proceed.
    Thank you
    Bhaskar

    Hi Everyone,
    It is my mistake, I entered the space between the "Find Channel" and "Channel" in the following URL
    http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>
    By removing that it worked fine.
    Regards
    Bhaskar

  • Receiver SOAP Adapter Exception

    Hi,
    I have a SOAP-Receiver set up in directory. Tested the WS using SoapUI 3.5 tool and got a proper response.
    Now when i test the same in RWB, i get the following exception:
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I checked the Communication Channel monitor, it shows the same error message above but on the 'MessageContent' tab i do not see my payload, instead i only see a soap document.

    Actual Payload from RWB,
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_PORequest xmlns:ns0="http://bancousa.com/sapr3/fi/transdata/PegasoFactura">
       <PORequest>
          <RequestCFD version="1.0">
             <Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">
                <Emisor rfc="MMM041206JDA">
              </Emisor>
                <Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">
                   <Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>
                </Receptor>
                <Conceptos>
                   <Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">
                      <Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                          </Parte>
                      <Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                         <InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">
                            </InformacionAduanera>
                      </Parte>
                   </Concepto>
                   <Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">
                   </Concepto>
                   <Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">
                  </Concepto>
                </Conceptos>
                <Impuestos totalImpuestosTrasladados="31914.72">
                   <Traslados>
                      <Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>
                   </Traslados>
                </Impuestos>
                <Addenda>
                   <AddendaEmisor>
                      <RequestForPayment>
                         <AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>
                      </RequestForPayment>
                   </AddendaEmisor>
                </Addenda>
             </Comprobante>
             <Transaccion id="1000000262MX102005"/>
             <TipoComprobante nombre="Factura de Autos" clave="EMMV">
         </TipoComprobante>
             <Sucursal nombre="MATRIZ">
         </Sucursal>
          </RequestCFD>
       </PORequest>
    </ns0:MT_PORequest>
    This is how my payload shows in SoapUI:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:emis="http://www.pegasotecnologia.com/webservices/emision/">
       <soap:Header/>
       <soap:Body>
          <emis:emitirCFD>
             <!Optional:>
             <emis:PoRequestCFD>
          <RequestCFD version="1.0">
             <Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">
                <Emisor rfc="MMM041206JDA">
              </Emisor>
                <Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">
                   <Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>
                </Receptor>
                <Conceptos>
                   <Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">
                      <Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                          </Parte>
                      <Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                         <InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">
                            </InformacionAduanera>
                      </Parte>
                   </Concepto>
                   <Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">
                   </Concepto>
                   <Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">
                  </Concepto>
                </Conceptos>
                <Impuestos totalImpuestosTrasladados="31914.72">
                   <Traslados>
                      <Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>
                   </Traslados>
                </Impuestos>
                <Addenda>
                   <AddendaEmisor>
                      <RequestForPayment>
                         <AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>
                      </RequestForPayment>
                   </AddendaEmisor>
                </Addenda>
             </Comprobante>
             <Transaccion id="1000000262MX102005"/>
             <TipoComprobante nombre="Factura de Autos" clave="EMMV">
         </TipoComprobante>
             <Sucursal nombre="MATRIZ">
         </Sucursal>
          </RequestCFD>
             </emis:PoRequestCFD>
          </emis:emitirCFD>
       </soap:Body>
    </soap:Envelope>

  • Database adapter exception handling

    Using Database adapter in ESB process that polls using DeletePolling strategy.
    On hitting exception due to some date format issue the adapter stops polling and the polling resumes only after identifying and removing the faulty record from the table.
    We have to do manual process of identifying the faulty records, since the error is not reported in any of the log files.
    Can configure to log this type of error?
    Would any rejection handling work in this case?
    Using Oracle ESB 10.1.3.4

    When records are inserted into the table, then the date format will be of sql type which is supported by db adapter. This might not be causing the issue. I hope you don't have a scenario where db adapter is updating a record through it's logical delete strategy and the same record is updated by another service. This would result in stopping db adapter polling. Provide the log trace for this. You can change the mode to trace-32 at soa.adapter level in em console.
    HTH.
    -Sriharish.

  • Database adapter exception not caught

    Hello,
    I am testing a BPEL orchestration that was running overnight. This process was handling a lot of database transactions that would take quite some time to run. Sometime during the run the database adapter could not connect and an exception was thrown causing the instance to go into an open.faulted state. In the BPEL orchestration I have a Catch-All at the global scope to handle all uncaught exceptions, but apparently this one exception did not get caught. I have had database exceptions thrown and caught previously in other runs, but I am concerned why this one was not handled. Can anyone provide some insight on why this happened and how this can be prevented. I am using 10.1.3.4
    Thanks,
    Jim

    What was the fault. Have you any faults / configuration defined in the BPEL fault framework?
    cheers
    James

  • File Adapter Exception 'The transaction is marked for rollback.'

    Hi, folks!
    I have sometimes a problem with different FileAdapters. They throw the following exception...
    com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    The only thing that helps is to restart the AdapterEngine.
    Could someone please help me?
    Thanks
    Thomas

    Thomas
    There was a similar problem here:
    Re: StringBuffer problems in custom Adapter Modules
    Not sure if that may help!

  • File Adapter Exception

    Hi Group,
    We are having File to Proxy scenario,which working fine in development,after transporting in quality we are getting the below
    error in runtime work bench.
    Could not process due to error: java.lang.NullPointerException:
    Also in ID test configuration is processed successfully,we are using NFS transport protocol.
    Any body suggest

    Hi Swabap,
    There could be several reasons for null pointer exception. Null pointer exception comes when u access an object and that object refers null, JVM sends garbage collect request for that object.
    You can try these:-
    1. Check your Adapter Engine, communication channel in RWB.
    2. Also make sure to fill in all mandatory fields present in the sender communication channel.
    3. Change the source directory to some other location and give it a try again.
    Hope this helps.
    regards,
    Neetesh

  • Full Adapter Exception

    After reading through the previous posts, I am wondering if this is still an issue?  Other posts had mentioned this happening on custom views but I got this on the default 'Assigned to Me' view.  This is the first time it has cropped up.
    Error:
    Date: 11/11/2013 2:12:08 PM
    Application: Service Manager Console
    Application Version: 7.5.2905.0
    Severity: Error
    Message: An error occurred while loading the items.
    Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportException: The Full adapter threw an exception. See the FullUpdate property to see the exception.
       at Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportAdapter.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
       at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)

    It is still happening fairly regularly for the heavy users.  I haven't gotten a chance to submit a report yet, our guy here with the Microsoft support account has been really busy with a SCCM error.

  • Interconnect MQSeries adapter exception MQJMS2013: invalid security authentication

    Hi,
    I get the MQJMS2013: invalid security authentication supplied for
    MQQueueManager in my MQ Series adapter for Oracle interconnect. Is there more
    specific information about this error. Maybe in an IBM user manual.
    Has anybody experience with the IBM MQ Series adapter for Oracle interconnect 9.0.2
    Thanx

    That's an MQ JMS exception, so the MQ JMS documentation would be the best place to find out what it means.
              If I recall correctly, when you're using the MQ JMS API in "bindings" mode -- which is what you're probably doing if your queue manager is on the same machine as WLS -- then MQ does not allow you to supply a username and password. It uses your Unix user ID to authenticate itself to the queue manager in this case.

  • Error in SAOP adapter : RFC to SOAP Synch Scenario

    Hi Experts,
    Scenario is "RFC to SOAP Synch".
    For creating this following this link : **************** - Scenario on RFC to SOAP
    Trying to send XML to SOAP receiver.
    Using Below details for SOAP:
    Website : http://www.webservicex.net/WS/WSDetails.aspx?WSID=59&CATID=4
    Target URL : http://www.webservicex.net/SendSMS.asmx?WSDL
    SOAP Action: http://www.webserviceX.NET/SendSMSToIndia
    But when I try to send showing this error:
    "Error in processing caused by: com.sap.aii.af.lib.mp.module.ModuleException: call to messaging system failed: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: unable to create a socket".
    Any one please suggest how resolve this issue?
    Is there any setup necessary in PI server to send message through SOAP?
    Thanks,
    Arthita

    Is there any setup necessary in PI server to send message through SOAP?
    No
    Solution
    Check if there are any firewall rules in place which are restricitng the PI system to connect with the URL
    : http://www.webservicex.net/SendSMS.asmx?WSDL
    Suggestion
    Copy paste this URL in browser and verify if it is accessible
    Sourabh

  • Soap receiver adapter exception

    Hi,
    I am using SOAP receiver adapter to access a web service that is hosted on SAP Web AS (in this case it is the integration server Web AS). I use the web services navigator to test the web service and the web service works fine. The name of the web service is 'RemoteCrossReferenceProcessor' and it has one operation 'crossReference'.
    But with the soap adapter, I am getting OperationNotFoundException in the logs and my web service is not getting accessed. Here is the server log:
    <u><i>An error occurred while processing the message security. Reason: . See trace entry .#3#com.sap.engine.interfaces.webservices.runtime.OperationNotFoundException#Found 0 operation definitions using keys: Key name:'first-body-element-ns' key value:'urn:RemoteCrossReferenceProcessor'; Key name:'SoapRequestWrapper' key value:'crossReference'; #[no trace for com.sap.security.core.server.ws.service.ServerSecurityProtocol (severity above PATH)]#
    #1.5#0003BA0FF9EA0022000000840000688D0003F9349A3C2D61#1118429251382#com.sap.aii.af.ra.ms.impl.core.queue.SendConsumer##com.sap.aii.af.ra.ms.impl.core.queue.SendConsumer.onMessage(QueueMessage)######b40aca80d9be11d994360003ba0ff9ea#SAPEngine_System_Thread[impl:5]_47##0#0#Error##Java###Transmitting the message to endpoint using connection failed, due to: .#3#AFW#com.sap.aii.af.ra.ms.api.RecoverableException: NO_BACK_SYSTEM_IN_HOPLIST:#http://sapsand1:8000/sap/xi/engine?type=entry#</i></u>
    Here is adapter configuration:
    Transport Protocol:HTTP
    Message Protocol:SOAP 1.1
    Adapter Engine:Integration Engine
    Target URL: http://<server_name>>:50000/RemoteCrossReferenceProcessor/Config?style=document
    User:
    Password:
    Default SOAP Action:
    I imported the WSDL into the external definition and used the messages from the WSDL for defining my interface mappings.
    I am using XI 3.0 SR1 (SP 09).
    I am out of ideas as to why the SOAP adapter is not calling my web service. Please help me with your suggestions.
    Thanks and Regards.

    HI Dani,
    I was looking for this error and I found this post AXIS SOAP Receiver. This post says about other errors, but sugests many ideas to found the soluction, like:
    1- non-deployed all AXIS jars; (but in this case it deployed all)
    2- Exists this note for one erro in AXIS: (https://service.sap.com/sap/support/notes/1028961).
    3- this document (http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f) that have sets for header parameters. This is interesting becouse one of this parameters is obligatory but isn't filled, can occur error like "null object".
    By the way, you can check if have update to AXIS (http://ws.apache.org/axis/), becouse isn't a SAP application and in other systems can have this error.
    I hope this helps,
    Romerito Silva

Maybe you are looking for

  • HELP - Choose mid specs laptop for video editing in Premiere and After Effects

    Hello there, Basically I have DSLR Camera (Canon 600D) which I use to film in Full HD (1080P 50fps) for my movies (short plays and medium plays). So, I am thinking to buy a laptop with main porpouse to edit my videos in Premiere CS6 and After Effects

  • Adding a video to a page

    One of our team has created a PDF from MS PowerPoint. In Acrobat Pro 9 they subsequently added a page to the PDF and added an MP4 file to it via the Multimedia > Video Tools option. Everything works well except that the video is rendered at a larger

  • How to view video on a tv monitor?

    Hey guys, just got a quick question here. I am pretty new to final cut express and I want to view what I am edditing on a tv monitor. I know I have my camera hooked up right becuase this works in imovie. So how do I make it so the footage plays throu

  • Slow iMac: too much ball spinning!!!

    I have a two-year old 20" Intel Duo Core 2.0 GHz iMac with 1GB of RAM. My problem is that for the last 6 months, the iMac has become progressively slower and slower operationally. I have no complaints about browsing or download speed, but simply movi

  • How to burn DVD disc of iMovie playable on Blueray

    For years I have been easily creating movies with my vacation photos, adding effects, music, transitions and titles, etc. on my PC using Windows software and then burning the movie to a blank DVD+R disc which has always been playable on every DVD and