Authentication /MessagingSystem/receive/CIDXAdapter/CIDX

Hi im trying to set security to this CIDX by using SSL
https://hos.apps.com:5443/MessagingSystem/receive/CIDXAdapter/CIDX
to test it i have install the cert into IE and set the authentication to HTTPS without client authentication on the Intergation builder
communication adapter..
but when trying.. it still prompt me for user name and password..
i tweaking around the authenticaiton part. but still it prompted for logon box
Im using PI 7.1
Edited by: Muda Ikhsan on Feb 22, 2010 4:34 PM

no reply

Similar Messages

  • OfficialFile.asmx The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. ERROR

    We are getting an error on the authentication piece when trying to submit a file to the OfficialFile.asmx web service to submit a document to the Drop-Off Library. Here is the code snippet -
    public string FileUpload(HttpPostedFile FileInput, RecordsRepositoryProperty[] properties)
    string strFileUrl = string.Empty;
    RecordsRepositorySoapClient repository = new RecordsRepositorySoapClient();
    BinaryReader b = new BinaryReader(FileInput.InputStream);
    byte[] binData = b.ReadBytes(FileInput.ContentLength);
    repository.ClientCredentials.Windows.ClientCredential = new System.Net.NetworkCredential(iUserID, iUserPassword, iUserDomain);
    repository.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
    repository.SubmitFile(binData, properties, null, FileInput.FileName, HttpContext.Current.User.Identity.Name);
    strFileUrl = repository.GetFinalRoutingDestinationFolderUrl(properties, null, FileInput.FileName).Url;
    return strFileUrl;
    Although we are setting the network credential in the client call we still get the error
    - The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'.
    Ideas?
    Thanks in advance.

    Hi,
    Based on the error message, the issue is related to the authentication type.
    I suggest you can specify the credential type like the below:
    CredentialCache credentialCache = new CredentialCache();
    NetworkCredential credentials = new NetworkCredential(UserName, PassWord, sDomain);
    credentialCache.Add(new Uri(recordCenterUrl), "NTLM", credentials);
    Here is a detailed code demo for your reference:
    http://blogs.msdn.com/b/mcsnoiwb/archive/2011/06/06/sending-files-to-a-record-center-using-the-sp2010-webservice-officialfile-asmx.aspx
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jerry Guo
    TechNet Community Support

  • SOAP -Client Certificate Authentication in Receiver SOAP Adapter

    Dear All,
    We are working on the below scenario
    SAP R/3 System  -> XI/PI -> Proxy -> Customer
    In this, SAP R/3 System sends a IDOC and XI should give that XML Payload of IDOC to Customer.
    Cusomer gave us the WSDL file and also a Certificate for authentication.
    Mapping - we are using XSLT mapping to send that XML payload as we need to capture the whole XML payload of IDOC into 1 field at the target end ( This was given in the WSDL).
    Now, how can we achieve this Client Certificate authentication in the SOAP Receiver Adapter when we have Proxy server in between PI/XI and Customer system.
    Require your inputs on Client Certificate authentication and Proxy server configuration.
    Regards,
    Srini

    Hi
    Look this blog
    How to use Client Authentication with SOAP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/content.htm
    Also refer to "SAP Security Guide XI" at service market place.
    ABAP Proxy configuration
    How do you activate ABAP Proxies?

  • Receiver is CIDX Elemica

    Hi Experts
    my sender is sap(idoc) and my receiver is elemica(cidx).
                              For sender idoc i imported bussiness systm from sld.
                              In recever determination i
                              used bussines system and interface idoc metadat for sneder details
                             The receiver elemica gateway is not in my landscape(cidx adapter).
                                For receiver which one i should use
                               Party or bussiness component or bussiness system
                  Kindly advise me
    Thanks

    Hi Suraj,
                             Thanks
            (  The DUNS number shoudl be uniques. Because you will have this CIDX as sender and receiver too right!!! Identifier is an id to identify 3rd parties in PI, so no matter whether it is sender or receiver it should have the same number.. Decid on which id you are going to use )
                                   Actual Scenario is                                                                               
    Sen Sys                  Sen Adap            Midware            Rec Adap              _ Midware_                                  Rec Sys
                                                                                    SAP R/3                        IDOC                         PI 7.11                   CIDX                  Elemica Gateway                             EVONIK
    Here i have DUNS No. of both  Sender  Sap R/3    and Receiver  EVONIK
    As you i am creatid party for receiver system   Here wich DUNS i should give
    Thanks

  • Implement a SOAP Request in an SSIS Package that sends a SOAP Message (Env) with Authentication Info, Receives XML FIle?

    We need a small SSIS package to pass a SOAP message to a SOAP server and receive the response xml message. 
    We have the SOAP Endpoint, SOAP Action, and SOAP Message (which contains authentication elements). They work in a Talend Data Integration job (using
    Talend's tSOAP component). A screenshot showing the Talend job and the configuration of the tSOAP component
    is attached.
    We need to implement the same thing in a Microsoft SQL Server 2012 SSIS package but haven't been able to get an SSIS Web Services task to work. 
    We haven't been able to configure it to pass the SOAP Action and SOAP Message.  
    How should this be accomplished in SSIS?
    kholberger

    I guess I was not clear.  The Talend job works perfectly (and it took only a few minutes to configure). 
    I need to replicate the SOAP request function in an SSIS package.  I've been trying to configure an SSIS Web Services Task to do that without success. 
    The SSIS Web Service Task asks for the .wsdl file, which I provide (though the Talend component
    does not ask for it), but the SSIS WST does not ask for the SOAP Action or SOAP message.  The target web service is protected by a security gateway that rejects the SSIS WST request.  Somehow, the Talend tSOAP component sends the
    SOAP message, which contains the security definition and authentication credentials (you can see part of that in the screen shot) which the endpoint accepts.
    The question is: "How does one implement a SOAP web service request in an SSIS package that sends the SOAP Message".
    Thanks.
    kholberger

  • Configure Client Authentication for Receiver SOAP Adapter

    Hi,
    Can you please tell me what i should give in receiver soap channel for KeyStoreEntry and KeyStoreView after checking Configure Client Authentication checkbox,as I have got certificate from third party.
    Thanks in advance
    Best Regards,
    Harleen Kaur Chadha

    Hi,
    Keystore Entry:
    Login to Visual Admin --> Server --> Services --> KeyStorage --> TrustedCAs --> Load --> Select the location where you have stored the certificate on your local system
    Load function is used as you have already got the certificate....
    Once this is done you will find an entry for your certificate in the Entries tab of your TrustedCAs section.
    This is your Keystore Entry...in other words it the name of your certificate.
    Keystore View:
    http://help.sap.com/saphelp_webas630/helpdata/en/16/c0503e1dac5b46e10000000a114084/content.htm
    Are you going to consume Logon tickets of the Third party system (which is other than SAP J2ee engine of your XI)? If yes, then you may also need to do some more settings in the J2ee Engine.
    Regards,
    Abhishek.

  • The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'.

    when i connect to wcf service , i am getting the client authentication error.
    It happens only when i connect to wcf service from a client machine (virtual machine) that is logged in with local user account.
    Wcf service is hosted as windows service in my case.
    Client application is a windows application that connects using below security mode.
    BasicHttpBinding httpbind = new BasicHttpBinding();
    httpbind.Security.Mode = BasicHttpSecurityMode.TransportCredentialOnly;
    httpbind.Security.Transport.ClientCredentialType = HttpClientCredentialType.Ntlm;
    httpFactory.Credentials.Windows.AllowedImpersonationLevel
                                    = System.Security.Principal.TokenImpersonationLevel.Impersonation;
    Please help me with a solution.
    As i read more through below link , i doubt if the client is not in the same domain, it might not work ? is it rite.
    http://blogs.msdn.com/b/chiranth/archive/2013/09/21/ntlm-want-to-know-how-it-works.aspx
    Regards Battech

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa378749%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
    Well, you need to figure out what the authentication is supposed to be bettwen the WCF client and WCF service, because Windows Authentication is being rejected.

  • SOAP Header authentication in receiver SOAP

    Hi,
    we are interfacining a scenario where in receiver soap we are getting user name and pwd in header.
    my scenairo is proxy to soap and it is asyncronous.
    could you please tell me the solution how to do that. without header information it is working fine. i want what configuration i have to do to get the header information.
    thanks
    Laxmi Bhushan

    Hi Laxmi,
    follow this guide last section deploying SDA file using JSPM .
    If you are not able to see your SDA file then run the comand which i have mentioned iin last section.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60?quicklink=index&overridelayout=true
    Also  take care of the extension of .SDA file.
    Extract it properly in a folder . After adding content again create SDA and start deployement
    thanks
    sandeep

  • Identity Provider could not process the authentication request received

    Hello,
    We are getting the following error when opening a weblink via SAP SSO.
    I am not an SAML expert hence appreciate your inputs in fixing this issue.
    The following document was followed to set SSO --> Use SAML to enable SSO for your SAP HANA XS App
    We are using a HANA XS system and using Java script.
    The following 400 Bad Request error details are as below.
    Request URL:https://accounts400.sap.com/saml2/idp/sso/accounts.sap.com?SAMLRequest=MIICEzCCAXygAwIBAgIETOp//zANBgkqhkiG9w0BAQUFADBNMQswCQYDVQQGEwJERTEPMA0GA1UEBxMGQmVybGluMQwwCgYDVQQKEwNTQVAxDjAMBgNVBAsTBVdlYkttMQ8wDQYDVQQDEwZDUFMgUUEwIBcNMTAxMTIyMTQzNjQ3WhgPMjExMDEwMjkxNDM2NDdaME0xCzAJBgNVBAYTAkRFMQ8wDQYDVQQHEwZCZXJsaW4xDDAKBgNVBAoTA1NBUDEOMAwGA1UECxMFV2ViS20xDzANBgNVBAMTBkNQUyBRQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAjGCTddfUltkmYCpiB37R5r5TL0wqdm/DsrXt8CAExtygVfoQQM8avG+duIWqWJHD8K5qpeYRI5GTSSqSMgZfdoqvbfH3EnUd2r2V3E4Eh26JTu0YXYG16xwN9NSXcKhfzCdYeQgsiYPA03sprnTEanQy8KF8B4eRihNK8RhYN4MCAwEAATANBgkqhkiG9w0BAQUFAAOBgQAk7eIJdFxiYLTUk4c/pW63k1L6QOVKgimR9RXDSeZwbP4gMytw3Eb6apyzd+QUbp3UPD2MSLLKsLKO3VWEjAFbzJSRzSneilQDIMMyc8MT/PUdyXyoqGlmKFnH/mboaQiCd1oMlEy1MvnP6TWY5xh97Vsv3wmdLzV4W+nFgW0gTQ==&Signature=MsZ06a/kUn0J15easoR+WouHwAB8FP5kQ3yNLDKBWnlt/jANxSYMwsuI5/TixZWqwCQ4YpbYXNniMpZZp8SP0nwhBkn1rvnZf+K95r/DDp7tB3WRHhpleBntsSf00L4IF3lgs/11hmdEaplqlejSET5DfZCoxnST1bR9WHzq7Ck=
    Request Method:GET
    Status Code:400 Bad Request
    Request Headersview source
    Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    Accept-Encoding:gzip,deflate,sdch
    Accept-Language:en-US,en;q=0.8
    Cache-Control:max-age=0
    Connection:keep-alive
    Cookie:__gads=ID=e03c7847c08c5dee:T=1379071680:S=ALNI_Mb6u6_pm2FKxij2c3x3c76LZkWYag; shpuvid=rBBcnFI24hAMsQpVA2vSAg==; client=8ddbfa6f-1c67-11e3-ac19-391f31fa2cd0; __utma=33188028.507792856.1409214099.1412575636.1417168894.4; __utmz=33188028.1409214099.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _ga=GA1.2.507792856.1409214099; SAP.TTC=1417675977; session=2d7e89f4-7b82-11e4-bd26-016305f2e40b; ids=rd3o00000000000000000000ffffac107842o443; mbox=session#1418028758361-416095#1418031961|check#true#1418030161; s_pers=%20s_ttc%3D-%7C1449564997415%3B%20s_nr%3D1418030101560-Returning%7C1420622101560%3B%20s_fid%3D09B3E3251D0EF875-3E0A7FE459CB6279%7C1481188703997%3B%20gpv_p9%3DlogY%7C1418032104013%3B%20c13%3Dscn-jive%253Aglo%253Apost%2521input%7C1418032104013%3B%20pe%3Dno%2520value%7C1418032104013%3B%20c3%3Dnon-blog%2520page%2520view%7C1418032104013%3B%20s_sapvisid%3D8ddbfa6f1c6711e3ac19391f31fa2cd0%7C1547630304029%3B%20s_visit%3D1%7C1418032104029%3B; s_sess=%20c11%3Didentity%2520provider%2520could%2520not%2520process%2520the%2520authentication%2520request%2520received%3B%20s_cc%3Dtrue%3B%20s_sq%3Dsapcommunity%252Csapglobal%253D%252526pid%25253Dscn-jive%2525253Aglo%2525253Apost%25252521input%252526pidt%25253D1%252526oid%25253Dfunctiononclick%25252528event%25252529%2525257Breturnfalse%2525253B%2525257D%252526oidt%25253D2%252526ot%25253DA%3B
    Host:accounts400.sap.com
    User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
    Query String Parametersview sourceview URL encoded
    SAMLRequest:MIICEzCCAXygAwIBAgIETOp//zANBgkqhkiG9w0BAQUFADBNMQswCQYDVQQGEwJERTEPMA0GA1UEBxMGQmVybGluMQwwCgYDVQQKEwNTQVAxDjAMBgNVBAsTBVdlYkttMQ8wDQYDVQQDEwZDUFMgUUEwIBcNMTAxMTIyMTQzNjQ3WhgPMjExMDEwMjkxNDM2NDdaME0xCzAJBgNVBAYTAkRFMQ8wDQYDVQQHEwZCZXJsaW4xDDAKBgNVBAoTA1NBUDEOMAwGA1UECxMFV2ViS20xDzANBgNVBAMTBkNQUyBRQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAjGCTddfUltkmYCpiB37R5r5TL0wqdm/DsrXt8CAExtygVfoQQM8avG duIWqWJHD8K5qpeYRI5GTSSqSMgZfdoqvbfH3EnUd2r2V3E4Eh26JTu0YXYG16xwN9NSXcKhfzCdYeQgsiYPA03sprnTEanQy8KF8B4eRihNK8RhYN4MCAwEAATANBgkqhkiG9w0BAQUFAAOBgQAk7eIJdFxiYLTUk4c/pW63k1L6QOVKgimR9RXDSeZwbP4gMytw3Eb6apyzd QUbp3UPD2MSLLKsLKO3VWEjAFbzJSRzSneilQDIMMyc8MT/PUdyXyoqGlmKFnH/mboaQiCd1oMlEy1MvnP6TWY5xh97Vsv3wmdLzV4W nFgW0gTQ
    Signature:MsZ06a/kUn0J15easoR WouHwAB8FP5kQ3yNLDKBWnlt/jANxSYMwsuI5/TixZWqwCQ4YpbYXNniMpZZp8SP0nwhBkn1rvnZf K95r/DDp7tB3WRHhpleBntsSf00L4IF3lgs/11hmdEaplqlejSET5DfZCoxnST1bR9WHzq7Ck
    Response Headersview source
    Cache-Control:no-cache
    Cache-Control:no-store
    Content-Language:en-US
    Content-Length:1741
    Content-Type:text/html;charset=utf-8
    Date:Mon, 08 Dec 2014 09:20:49 GMT
    Expires:Thu, 01 Jan 1970 00:00:00 GMT
    P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
    Pragma:no-cache
    Server:SAP
    X-Cnection:close
    X-IDS-Node:mo-e2bce8dbf
    X-IDS-Pool:main_green
    X-IDS-Region:Europe
    Looking forward to your response.
    Thanks,
    Sanjiv

    I have solved the above error by mistake i have used sync mode in sender communication channel.
    Now my message is going inside the BPM, but unfortunately i am getting another error:

  • CIDX  Testing

    HI,
    We are using CIDX as a receiver side adapter, can anybody tell me how to test this, I mean where exactly will this message be seen , Do we need a CIDX client at the receiver end to test the scenario?
    Also I would like to know about the chemXML transaction information which is given while creating a communication channel using CIDX adapter.
    Regards
    Arvind

    Hi Arvind,
    To unit test the CIDX Design and Config, you can leave the URL in the Receiver CIDX Adapter blank. The messages will show up in the SMXB_MONI or RWB as not delivered.
    For end-to-end testing, in the Receiver CIDX Adapter:
    1) In the URL, give the partner URL as:
    http://<host>:<port>/MessagingSystem/receive/CIDXAdapter/CIDX
    This will connect to the CIDX compliant EAI or other system of the partner. That means that you need a CIDX client at the receiver end.
    2) The chemXML specific configuration is available at:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Note that this link gives some examples from the V3.0 of CIDX standards. You just have to use the names corresponding to your CIDX version. For example, if you use V4.0, in the 'Version' enter '4.0'. In the
    Document Schema Specification, if you use OrderCreate, enter CIDX_CeS_v4.0_Message_OrderCreate.xsd
    If this helps, please remember to award points.
    Good luck,
    Bhanu

  • SAP_HTTPServicePort URLs in SLD for PI are updated by SLD host name itself

    We have upgraded our PI 7.0 to 7,1. We have a central SLD. After the upgrade, SAP_HTTPServicePort URLs (in SLD Content maintenance) for the PI are all getting initialized with SLD host name itself.
    Example: for port.CIDX.af.pip.<PIPhostname>
    URL: http://solman:50100/MessagingSystem/receive/CIDXAdapter/CIDX
    solman is my central SLD.
    This is happening in our production system only. In Dev/QAS systems, the behavior is normal like
    http://PIDHostname:50000/MessagingSystem/receive/CIDXAdapter/CIDX
    I have tried to update the URLs manually, but, when the instance is bounced, the SLD is getting refreshed with the erroneous URLs.
    I want to know where from the SLD content is refreshed?

    There are two ways....
    Option 1 : Go to the BS of ur R3 system in Integration Direction. Go to edit mode mode and select Properties -> Adapter Specific attributes - > enter the LS name and save...
    Option2 : You can use it from the mapping.... U either hard code/use from source the EDIDC40 section of ur mapping and the in ur IDOC receiver config select the option user
    Option ! is the best soln...All the IDOC to that R3 system will go the specified LS...
    regards,
    Arvind R

  • HTTP 403 using the AdapterFramework

    Hello,
    When I try to call the receive Servelet of the AdapterFramework I get an HTTP 403 Forbidden. The URL that I have used is http://[server]:[port]/MessagingSystem/receive/CIDXAdapter/CIDX
    Has anybody an idea what is missing here?
    Cheers,
    Jürgen
    Message was edited by: Jürgen Bottler

    Hello Jürgen,
    which User do you use for accessing this URL? Normally you should use the User XIISUSER. Error 403 basically means that you do not have sufficient authorizations. Try accessing the URL from your browser and use the XIISUSER to authenicate. You could also check if the XIISUSER is locked in transaction SU01. If you need to change the password, take care that is consistently changed in the Exchange Profile and in RFC Destination Integration_Directory_HMI.
    Kind regards,
    Andreas

  • Adapters Authentication

    Hi everyone.
    I am using a Marketplace adapter to receive messages.
    When i use the URL
    http://<host>:<j2eePort>/MessagingSystem/receive/MPA/MML
    it asks me for a username / password (http basic authentication)
    Can i turn this off? Note that this is a Java Adapter with the J2ee port.
    <b>Or, can i send username and password in the URL? That would be perfect.</b>

    We have a Third Party System, which send us messages to the Marketplace adapter.
    They don't support Basic Authentication.
    I've configured the Marketplace Adapter to use HTTP transport Protocol. (The other option was to use Sonic MS).
    As far as i know, we need an URL to send messages to XI:
    <b>Marketplace adapter</b>
    (...)/MessagingSystem/receive/MPA/MML
    <b>RNIF</b>
    (...)/MessagingSystem/receive/RNIFAdapter/RNIF
    <b>CIDX</b>
    Any of this URLs prompts for username/password.
    They have other clients with the same problem, but they can send the username and password on the URL, and asked me if this was possible in the webserver behind sap XI.
    Message was edited by:
            Jose Neves

  • PI on IDOC to CIDX

    Dear All,
    I just managed my configuration of PI for B2B (IDOC - CIDX).
    I am using "Business System without party for SAP ERP IDOC" and  "Communication component with Party for CIDX Adapter".
    I managed to send the idoc to SAP PI. I can see the message is successful. I can't find it in CIDX computer.
    I would like to know from the monitoring. Where can we see that SAP PI has tried to use the https to the third party?
    Cause in the communication channel, I have put the url : https://<host_thirdparty>:<port>//internal/gateway.b2b.xml/receiveChemXML
    Thanks & Regards,
    L.Mochisuki

    Hi Suraj,
    Thanks. I have seen the message monitoring .
    There are information and error in communication channel:
    1. The message was successfully received by the messaging system. Protocol: XI URL: http://xidolphin:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
    2. Using connection CIDX_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    3. Message successfully put into the queue.
    4. The message was successfully retrieved from the receive queue.
    5. The message status was set to DLNG.
    6. Delivering to channel: CIDX_SELLER_CC
    7. Unable to determine XI party '. ' party not configured for party schema DUNS, party agency 016
    8. Error occurred in CPA Facade processing. -
    Could not find party configuration for Party\=;PartySchema\=DUNS;PartyAgency\=016. -
    Party found to be null or empty : Could not find party configuration for Party\=;PartySchema\=DUNS;PartyAgency\=016.
    9. Adapter Framework caught exception: null
    10. Delivering the message to the application using connection CIDX_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException.
    Do you have any clues on these? Is it because of my mapping?
    Thanks & Regards,
    L.Mochisuki

  • Java Proxy as Receiver

    Hi All,
    I am doing a scenario like FTP>XI>JavaProxy-->FTP. I hve configured everything and registered the Proxy too. But I am getting the error in Proxy Adaptor something like ....
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP client. Code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    My configuration details for receiver proxy is hereunder
    Adapter Type : HTTP (Receiver)
    Transaport Protocol : HTTP 1.0
    Message Protocol : XI Payload in HTTP Body
    Adapter Engine Intergration Server
    Addressing Type : URL Address
    Target Host : <host>
    Service Number : <port Number>
    Path : /MessagingSystem/receive/JPR/XI
    Authentication Type : Use Logon Data for Non-SAP System
    User Name : xidev1
    Any help will highly be appreciated.
    Thanks & Regards,
    Perumal K

    Hi,
    i am trying to implement the same scenario. can you help me with the steps which you follwed for successful implementing this.
    Thanks
    Ankur

Maybe you are looking for

  • RE: VC Templates not available

    Hi Everyone, We are trying to view the templates fros a track from NWDI in VC 7.1. But the templates are not visible for the users. The error log as follows... Message: [VC-DevServer][]Execution of actionListSoftwareComponents of service CompLibManag

  • Webcenter content service call in a loop.

    Can you please let me know how i will call a service in loop like 'workflow_approve'. When i call service in loop it thows exception, first document will approved but for other document it throws service exception 'document revision is not latest rev

  • Solaris10.. need to remove "::1 localhost" from /etc/hosts file

    I know i have IPV6 disabled (through install options) but i still see "::1 localhost" entry in the /etc/hosts file.. This is related to localhost with IPV6 address ::1.. why it is still there.. what is it's impact.. how can i remove it if i decide to

  • How do I unlink objects that I want to delete?

    Hi, If I want to delete video that I used in a project and it is linked to other stuff in the project--How do I delete the video without deleting the other things that it is linked to? Or how do I unlink them? A warning comes up that reads; +One or m

  • How do I get my settings off ultra violet look?

    How do I get my settings off of ultra violet look?