Message not received in Proxy to SOAP scenario

Hi All
I have a proxy to SOAP scenario. It is not working from past few days.
When a message is sent, there is a checkered flag in SXMB_MONI.
In component monitoring of RWB, i see that the status is 'Success' and description is 'Message status set to DLVD'.
But, it is not reaching its destination. Can you tell me where else i have to check, to find out the problem?
Thanks in Advance
Chandra Sekhar

hi, just do it
this kind of error is related with an authentification problem against WS. to check it do it:
1 take the inbound message from Moni, do a test mapping.
2 download XML Spy (altova) and create a new SOAP request.
put the WS URL and select the proper soap action.
3 paste the test mapping result XML and send the soap request.
4 put user and pass.
5 if the interface is async, XML Spy will retrn you an empty response else if the scenario is sync it will return you the proper response.
thanks
Rodrigo

Similar Messages

  • Error in SOAP receiver channel in Synchronous Proxy to SOAP scenario

    Hi all,
    We are experiencing an issue with a synchronous Proxy to SOAP scenario. Getting below error message in the SOAP receiver communication channel for the response message.
    SOAP: Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error encountered while executing mapping: com.sap.aii.af.service.mapping.MappingException: com.sap.aii.utilxi.misc.api.ResourceException: Could not determine mapping steps for message 1364b76e-ecbf-11e4-85f4-000023acfde6.
    We are running PI 7.4.
    Any help is appreciated.
    Thanks,
    Pushpa

    Hi,
    Seems the Receiver Webservice is not reachable. Did you try to test it using SOAP UI tool.
    1. Test a fresh message from local SOAP UI tool.
    2. Pick 3rd party WSDL file and Import in SOAP UI tool.
    3. Put some dummy data for mandatory fields
    4. Trigger it msg and ckh if you get successful / response msg.
    5. Check if firewall is open and that URL is not blocked.
    Hope it helps
    Regards,
    Azhar

  • Error in synchronous( abap proxy to soap)scenario

    Hi experts,
    My scenario is synchronous abap proxy to sysnchronous soap. for proxy I am using business system name as ERDCLNT220 and soap business system name as BS_HRS_DEV
    configuration steps are
    1. only client proxy to soap scenario I have done.
    communication channels: only receiver soap adapter. no proxy sender communication channel for client proxy.
    Already we have RFC destination connection and connection type H for proxy to xi.
    1.Is it required RFC destination connection for xi to server proxy.
    2.Is it required receiver proxy communication channel for server proxy?.
    i HAVE TESTED THIS INTERFACE. I am able to send the request. But I am not able to receive the response from soap webservice message .
    error is:
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Exception occurred while trying to invoke service method getPerson
    exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Exception occurred while trying to invoke service method getPerson
    Error Adapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Exception occurred while trying to invoke service method getPerson
    Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Exception occurred while trying to invoke service method getPerson. Setting message to status failed.
    Kindly help me.
    advance thanks
    thanks and regards
    elton
    Edited by: eltonsaranya on May 9, 2011 10:27 AM

    Your exception message shows problem at the webservice side.
    Check the following:
    a) you need two mappings one for proxy req to soap request and other soap response to proxy response
    b) You need to create service interfaces both sender and receiver synchronous .
    c) communication channel  QOS is best effort for both sender and receiver
    d) I dont see problem in soap configuration. Bcuz you are able to ping and while getting response from the method getPerson it fails.
    f) See your SOAP response structure matches with WSDL provided.
    g) You can also test outside PI.. I meant testing via soap client tool like SOAPUI  for that web service. So that you know whether problem exists on the target system or not.
    Hope that helps.

  • HTTP 401 Unauthorized, error in proxy to SOAP Scenario

    Hi all,
    We got the below error in our proxy to SOAP Scenario.
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 401 Unauthorized
    We configured User Authentication,Proxy and Proxy User Authentication for the Receiver Communication Channel correctly still we are getting this error.
    So please let me know what could be the possible reasons behind it and how to resolve it.
    Waiting for your valuable response.

    Hi,
    Consider the parameters connection pool size and connection wait time:
    ume.r3.connection.master.poolmaxsize
    ume.r3.connection.master.poolmaxwait
    These parameters are described in the note below:
    #821026 - AdapterEngine messaging URL returns HTTP 401 under high load
    Also, ensure you have maintained the correct password, which MUST be the same, for all the service users
    on XI. You may check all the places it should be maintained, such as Exchange Profile, SU01, SLDAPICUST, etc..
    Please kindly check the note below:
    PI 7.1:
    #999962 - PI 7.10: Change passwords of PI service users
    XI 7.0
    #936093 - XI 7.0: Changing the passwords of XI service users
    XI 3.0
    #721548 - XI 3.0: Changing the passwords of the XI service users
    And ensure that the user has the correct role as per link below:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/9f/d12940cbf2195de10000000a1550b0/frameset.htm
    Regards,
    Caio Cagnani

  • Sync Proxy to SOAP Scenario

    HI All,
    Scenario: Sync Proxy to SOAP Scenario.
    just wanted to know below
    1) is it possible to Test the sync Scenario using SOAP UI or any other tools when SOAP is target?
    2)Is it possible to Trigger a Proxy Message  from ABAP system and Get the response back to ABAP when only proxy setting are done with out any coding in the ABAP? (Jus wanted to test whether scenario is working fine)
    Regards,
    Mani

    In a synch scenario, you only need to configure it like it is an asynch scenario. The only exception is that the service interfaces are synchronous. Each synch service interface requires at least two messages (request and response), fault message is optional. So for your scenario, at least four messages are required
    1.) 1st message (Outbound request) -> Proxy message type request that will be entering PI
    2.) 2nd message (Inbound request) -> Soap request message type going to the webservice
    3.) 3rd message (Inbound response) -> Soap response message type from webservice going to PI
    4.) 4th message (Outbound response) -> contains the message type that has the values that you want
    So the flow could be like this (fault messages not shown)
    Outbound SI (1) -> PI -> Inbound SI (2)     (4) <- PI <-            (3)
    Since you use abap proxy as client you dont need sender agreeement and sender communication channel. You need the receiver soap communication channel and receiver agreement.
    ID objects configuration
    1 Rec Determination,  1 Interface Determination, 1rec comm channel and 1receiver agreement.
    Map proxy request to soap request  first mapping
    Map soap response to proxy respones second mapping
    Operation mapping use outbound interface (proxy) on the source side and inbound interface (soap) on the target side. That's it. You will see both request and response mapping together.

  • Error msg: "Config message not received after 45 seconds"

    I have developed a simple stateless session bean. After being called once, the following is output to the log:
    Thu Jan 04 18:15:46 CST 2001:<I> <RJVM> Signaling peer 3978882810638278829C198.171.129.36 gone: weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.net.SocketException: Connection reset by peer]
    Exactly 45 seconds later the following is output and I can no longer access a JDBC connection from my pool:
    Thu Jan 04 18:16:31 CST 2001:<I> <CliCon-#|myserver|0.978653734170> Connection to client for ClientContext - id: '#|myserver|0.978653734170', bound: 'true', dead: 'false' has been unexpectedly lost be
    cause weblogic.rjvm.PeerGoneException: Config message not received after 45 seconds.
    Initiating hard disconnect.
    Can anyone shed some light on this for me?
    Thanks in advance!

    Hi,
    this is the explanation why this occours:
    If there is a t3 Client connects to the server, every ( weblogic.system.configTimeoutCheckVal
    ) time, ConfigTimeoutChecker will run to check the t3 client is disconnected or
    not. The problem is, if the client has already disconnected, the ConfigTimeoutChecker
    still runs every time to check the disconnected t3Client again and again.
    This should be solved with SP11.
    Christian Plenagl
    Developer Relations Engineer
    BEA Support
    "kelvin" <[email protected]> wrote:
    >
    I am using WLS 5.1 sp8 128SSL, I got this error. I results that the java
    object
    in the JMS channel is sometimes missing. I increased the weblogic server
    thread
    from 15 to 30. But still can't help. I also ugrade the client server
    to use the
    same sp8. But can't help. Some one mentions the sp9 can solve this problem.
    It
    is true? anyone have it for unix ? where can I download it? I can't
    find it in
    weblogic web site.
    Kelvin

  • Some text messages not received or are empty

    Some text messages not received or are empty, I have been using the Verizon app because I like it but I have also seen issues with Textra. Basically some messages have been empty but last night I sent a text to someone and it sent and delivered and the person never got it. I have wifi enabled at home which was where it happened and I do use a network extender due to the weak coverage but I have a great signal with it and voice was clear last night since I received a call, is anyone else having issues?
    I am using Nova Launcher which shouldn't matter. Everything else works great and I love the phone.
    Thanks

    I, too, have been having many problems with not receiving text messages.  I have been dealing with this crap for 6 weeks now!!  I don't receive texts from various people, and it is very sporadic.  It shows in their sent box, but NEVER shows up in my inbox.  I have talked to about 8 different reps from VW and they keep coming up with excuses.  We have tried EVERYTHING!  They have even sent me a different phone and I am still having this problem.  I just got off the phone (again!) with them and they are sending me ANOTHER phone.  I have asked to get out of my contract with no ETF, but, of course, they won't allow that to happen.  They keep telling me that I "have to work with them"!!  Like I haven't given them several chances already!  My job is in jeopardy because my boss texted me something; I never received it; and he was NOT happy!!  He told me to "get the problem fixed"...I don't feel VW is living up to their end of the contract and I feel like I am paying a lot of money every month for an unreliable service.  I am pursuing reporting this to the FCC.  Needless to say, I got very angry with the last 2 people I have spoken with at VW and used some colorful language!  Does anybody have any suggestions on what I can do next (before I lose my job!!)!!

  • Proxy to SOAP Scenario

    Hi,
    I have a requirement where the scenario is Proxy to SOAP (synchronous) from SAP CRM to the third party system. On XI we have a web service which will be invoked to create a SOAP request and receive SOAP Response.
    Can someone please tell the Step by Step procedure for this scenario and what all objects need to be created in IR and ID.
    Thanks,
    Vikas

    Hi Vikas,
    I think you are quite new to XI.
    The IR objects need to be created for this scenario are listed below.
    1. 2 data types one for request proxy(outbound) and the other one for response proxy(inbound) and 2 message types associating these two data types.
    2. You need to import WSDL files (for Request and Response webservice schema) under the External Definitions Tab.
    3. 2 message Interfaces one for outbound and the other one for inbound(both will be synchronous), select output message and input messages accordingly.
    4. Two message mappings one from Proxy to webservice and the other one fron Websevice to proxy
    5. One interface Mapping.
    Activate all the IR objects when they are created.
    ID objects need to be created for this scenario
    1. Create a configuration scenario
    2. Assign sender and receiver business systems to this configuration scenario from the Objects Tab.
    (you can also create a business service, incase the business system is not defined in SLD)
    3. Create 2 communication channels, one under each business system.
    For exp: suppose the names of sender and receiver systems are SAP and Webservice respectively.
    Create a communication channel for exp: proxy_sender for SAP system.
    Attributes for communication channel Proxy_sender are:
    Channel Name: Proxy_sender
    Serveice: SAP (sender Busines system in your case)
    Adapter type: XI(browse it from the list) and check the radio button sender.
    Transport protocol: HTTP 1.0
    Message protocol: XI 3.0
    Adapter Engine: Integration server(if you are using any non central adapter engine then select the same from the list)
    select the HTTP security depending on the requirement.
    Create another communication channel for exp: SOAP_Receiver for webservice system.
    Attributes of communication channel SOAP_Receiver are:
    Channel Name: SOAP_Receiver
    Serveice: Webservice(receiver Busines system in your case)
    Adapter type: SOAP(browse it from the list) and check the radio button Receiver.
    Transport protocol: HTTP
    Message protocol: SOAP 1.1
    Adapter Engine: Integration server(if you are using any non central adapter engine then select the same from the list)
    Target URL: Mention the URL of the server where the webservice is executed.
    Configure the
    Receiver Determination,Interface Determination,Sender Agreement and Receiver Agreement for this scenario.
    Activate all the objects created under the configuration scenario from the change lists Tab.
    I beleive it is good enough to start with, although I have not explained the configuration steps in details.You start the implementation, in case you have any doubts please post it.
    Best Regards,
    Nitin...

  • Soap action: in Proxy to soap scenario

    Hi experts,
    I have a senario of Proxy to webservices.
    I have imported the wsdl file as external defination, and  have to use two message inside 1) to Insert 2) To Update.
    Now proxy will run twice a month with same data structure,
    I have to do insert action first and 2nd time Update.
    I have only one receiver. So How to achive this in communication channel >> Soap Action.
    1> Is is possible to provide two Soap action in a single communication channel.?
    2> do i need to create 2 mapping and two interface ? My Source coming from Proxy is with one structure.
    Regards,
    Sumit Gupta

    >
    sumit gupta wrote:
    > Hi experts,
    >
    > I have a senario of Proxy to webservices.
    >
    > I have imported the wsdl file as external defination, and  have to use two message inside 1) to Insert 2) To Update.
    >
    > Now proxy will run twice a month with same data structure,
    >
    > I have to do insert action first and 2nd time Update.
    >
    > I have only one receiver. So How to achive this in communication channel >> Soap Action.
    > 1> Is is possible to provide two Soap action in a single communication channel.?
    > 2> do i need to create 2 mapping and two interface ? My Source coming from Proxy is with one structure.
    >
    > Regards,
    >
    > Sumit Gupta
    You can either go for dynamic configuration and configure the action or you can go for two different Communication channels with separate actions.
    In the proxy use a field as an indicator for the required action i.e INSERT or UPDATE and based on XPATH in your interface determination call the required channel or in case you are using a single channel create the dynamic action in your mapping based on that field.
    Ref:
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
    /people/suraj.sr/blog/2006/01/05/multiple-inbound-interfaces-within-a-service
    /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name

  • Proxy to SOAP scenario-With Attachment and Mapping

    I have a scenario to be developed, it is a Proxy to SOAP sceanrio.
    There are about 8 fields coming from Proxy.
    Can we create an attachment from these fields.
    Also we have to do a mapping of this attachment to a field in the target External Defination and also 2 fields of the 8 have to mapped to the other respective fields of the external defination.
    All this has to be posted on a webservice through SOAP with
    the 2 fields in payload and
    the attachment in the attachemnt section of the message
    Could this be achieved?

    In ABAP proxy you create a message with the two fields which you need for main SOAP message.
    The attachment is created exactly how it is requested from web service.
    You create a String with the XML (including tags) and do a codepage conversion to UTF-8 (or whatever is requested)
    Note: The payload is created in UTF-8 automatically, the attachment is treated as binary.
    You can also use a Java mapping for creating the attachment, if you have good Java skills, but I recommend to use program code for one purpose only on one place.

  • Proxy to SOAP Scenario, payload with the SOAP envelops

    Hi ,
    We have Scenario like Proxy to SOAP,As per Business requirement they are asking payload with ENVELOP . Like below message
    ================================================================
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding">
         <SOAP-ENV:Header>
              <nseps:endpoints xmlns:nseps="urn:schemas-IBX:/docs/endpoint.nsendpoint" SOAP-ENV:mustUnderstand="true">
                   <nseps:to>
                        <nseps:address>b2b2ce96-7a92-1000-910f-c0a8b4340001</nseps:address>
                   </nseps:to>
                   <nseps:from>
                        <nseps:address>b2b2ce96-7a92-1000-910f-c0a8b4340001</nseps:address>
                   </nseps:from>
              </nseps:endpoints>
              <nsprop:properties xmlns:nsprop="urn:schemas-IBX:/docs/property.nsproperty" SOAP-ENV:mustUnderstand="true">
                   <nsprop:identity>3198841w-fa4d-dafa-2797-89029c15255b</nsprop:identity>
                   <nsprop:sentAt>2010-01-18T02:42:08Z</nsprop:sentAt>
                   <nsprop:topic>CostObjectInformation</nsprop:topic>
              </nsprop:properties>
         </SOAP-ENV:Header>
         <SOAP-ENV:Body>
    //Payload of the message to be added here.
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I am trying out this in XSLT, but I am not sure how to add the SOAP Envelops and these Envelops are Static.
    Can someone help me out in this.
    Joe

    But if you look at the SOAP Envelop Structure below it is not XI generated SOAP Envelop. IBX (3rd party) has its own standards, so XI has to Produce the SOAP Envelop according to their standards.
    I have created the XSD with SOAP Envelop stucture with what ever structure 3rd party wants, but the problem is when Creating the SOPA Envelp tag, where it has a ":" where its not allowing me to create the valid XSD. And at the same time 3rd party is not in position to give us even WSDL file and we are not using  Webservice call and they are not able to provide the XSD with SOAP envelop structure.
    I thought of going for XSLT and started doing as well with what ever XSD 3rd party has provided, which does not have the SOAP Envelop structure and has only payload XSD structure.
    80% of the SOAP Envelop structure is Static, it does not change. Only 2 fields keeps changing. IS there any solution that we can create XSD with the SOAP structure with Special Character ": "or is there any way in doing in XSLT.
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding">
    <SOAP-ENV:Header>
    <nseps:endpoints xmlns:nseps="urn:schemas-IBX:/docs/endpoint.nsendpoint" SOAP-ENV:mustUnderstand="true">
    <nseps:to>
    <nseps:address>b2b2ce96-7a92-1000-910f-c0a8b4340001</nseps:address>
    </nseps:to>
    <nseps:from>
    <nseps:address>b2b2ce96-7a92-1000-910f-c0a8b4340001</nseps:address>
    </nseps:from>
    </nseps:endpoints>
    <nsprop:properties xmlns:nsprop="urn:schemas-IBX:/docs/property.nsproperty" SOAP-ENV:mustUnderstand="true">
    <nsprop:identity>3198841w-fa4d-dafa-2797-89029c15255b</nsprop:identity>
    <nsprop:sentAt>2010-01-18T02:42:08Z</nsprop:sentAt>
    <nsprop:topic>CostObjectInformation</nsprop:topic>
    </nsprop:properties>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    its a high priority issue.
    Thanks in Advance.
    Joe.

  • Error "soap fault: No operation available for request" in proxy to soap Scenario

    Hi Experts,
    Unable to trace the below error when pushing the message from RWB while testing the PROXY to SOAP interface
      Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No operation available for request {http://schemas.xmlsoap.org/soap/envelope/}Envelope.
    Thank you very much if any one provided the solution
    Regards,
    Yugandhar 

    Hi Yugandhar,
    Check the below thread,
    Connecting from SAP PI To Salesforce
    Regards
    RK N.

  • IPhone 5 messaging. Other phones and group messages not received by others!

    IPhone 5 messages are sent nut not received on Samsung

    also i have tried a hard restore but i still experience the flashing apple logo after i attempt it

  • Text messages not received

    Greetings all,
    Just had an odd experience.
    I was in the same room as a colleague. Both of us had iPhones.
    She texted me: the text never arrived.
    We checked that she had my number right: she did.
    I then texted her and — bing! — my text arrived on her iPhone.
    Texted her again — bing! — no problem.
    She texted me from the same "account" beneath the two texts that I'd sent her.
    Nothing.
    Any thoughts how we might re-establish two-way communications?
    Thanks!
    Cat

    Something is wrong w ith her sending iMessages;
    http://support.apple.com/kb/TS2755 (Firstly) if this doesn't work resetting network settings and trying again can help
    Ensure that iMessage is turned on in Settings > Messages.
    To send and receive iMessages, your device must have a valid cellular or Wi-Fi data connection.
    iPhone: Troubleshooting Cellular data
    iOS: Troubleshooting Wi-Fi networks and connections
    iMessage registration validates your Apple ID for use with iMessage. If you are unable to activate iMessage, follow this article.
    If an iMessage cannot be sent, it will be resent using SMS or MMS, depending on the content. You can turn this behavior on or off in Settings > Messages > Send As SMS. Carrier messaging rates may apply.
    Verify that the Apple ID or phone number is listed in Settings > Messages > Send & Receive.
    Note: To receive iMessages sent to your phone number on your iPad, iPod touch, or Mac, you must meet the following requirements:
    iPad or iPod touch using iOS 6 or a Mac using OS X 10.8.2.
    Verify that you are signed in to your Apple ID account on Settings > Messages > Send & Receive.

  • Pics sent in Messages not received by recipient.

    Before iOS 6, I was able to send pictures attached to a message to my friends without iPhones. Since updating my iPhone 4S to iOS 6, my friends may or may not receive the picture within the Messages app. All SMS and MMS settings are turned on and no other settings have been changed unless the iOS update changed them.
    Can anyone suggest a possible reason and maybe a way to get Messages to work with pictures like it did before the iOS 6 update?

    Contact your carrier.

Maybe you are looking for

  • How to change company code in Assignment tab (CJ20n-project builder)

    Dear All, Is there any config to maintain company code in assignment tab (project builder) ? We have a problem in our project. It shows that in basic data, user put company code A (in basic data) but in Assignment tab they put different company code

  • How do record my band practice on my Macbook?

    I have a real garage band, and would like to make simple recordings of our practices so I can distribute them to the players on CD. I don't want to mess with different channels, and mikes. I just want to set the computer up in the room and record the

  • Camera Adapter Kit-Doesn't Show Videos

    I've been using my camera adapter kit to put photos from my camera, into my iPad but it doesn't show the videos I've recorded. I tried deleting all the pics from my camera and just leaving the one video I want to transfer but the iPad shows:"No photo

  • Looking for an Adobe PDF form desinger

    I am looking for someone who is familiar in designing PDF forms. I have a project that I need completed. Please let me know if you are interested. Thanks,

  • More and more mail problems

    What a disaster. I've written about my mail problems before with mail before and I know what I managed to do this time is my fault, its something "I" don't understand about mail. But man am I screwed. I use my imac 98% of the time and I get 100% of m