Reg: Port - XML HTTP

Hi All
Our Client  is sending data from SAP to Non SAP Through IDOC Using XML HTTP port .
IDoc is a custom idoc.
Out bound idoc is generating and posting to Non sap system .. no issues...But idoc is generating with 30 Status even though
in Partner profile  we marked as Trigger idoc immedeatley.  Client can use RSEOUT00 to post idoc by scheduling the Job.
Question is that....using XML HTTP port if an idoc is posted can we Trigger idoc immedeatley ???
Thanks
Ram

Hi Anirban,
  Follow the below links for troubleshooting.
Troubleshooting  File-to-IDOC Scenario in XI.
The specified item was not found.
Regards,
Leela

Similar Messages

  • Error in XML HTTP port

    HI Interfaces Experts,
    Need your valuable suggestions on the below SAP to NON -SAP interface-
    Interface : SAP to legacy using XI
    Requirement, need to collect all the created IDOCs in SAP and send a xml file to XI. I have done with help of XML file but would like to handle this requirement using XML HTTP Port. I have configured the XML HTTP Port as below.
    RFC Destination is given
    Content Type : Text/XML
    HTTP Version: 1.0
    SOAP Protocal: Not selected.
    IDOC is getting created with status 02  Message is:      "Error when sending by HTTP"
    Can any one please provide suggestions on how to fix this issue.
    Points would be rewarded.
    Thanks,
    Bond

    Hello,
    In Michal's blog, he described 5 ways for collecting idocs along with its pros and cons. Yours is described in step number 4, maybe you can look at the others
    /people/michal.krawczyk2/blog/2009/05/21/xipi-collecting-idocs--possible-ways-with-pros-and-cons--5-ways
    If you have really decided on using XML HTTP port, make sure you follow the steps as described in this article
    [How Tou2026 Send Multiple IDocs Within One XI Message|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ea2fdf-f047-2a10-d3a2-955a634bde6b]
    Hope this helps,
    Mark

  • Error handling problem with outbound idoc status 02 and  XML HTTP Port

    I set up an ALE scenario to send master data out of SAP via an XML HTTP port.  All goes well until the idoc receives error 02. 
    It looks like idocs in this error status with the use of an XML HTTP port can not be reprocessed via the standard SAP techniques.  Program RBDAGAIN takes them out of the list for reprocessing (even though the connection is back up and running).
    Is there any solution to still use the standard ALE error handling ?

    Hi Karin,
    Looks like based on note 701597, you can only reprocess these idocs manually via a workitem.  I qouted the relevant text below:
    3. Error handling with status '02':
    An HTTP IDoc in status '02' should not automatically be sent once again.
    Up to now, the RBDAGAIN report was used to resend incorrect IDocs.
    However, this report was adjusted and now deletes all IDocs in status 02
    to be routed to a HTTP port from the list of selected IDocs. IDocs to a
    HTTP port in status '02' should only be sent manually via a work item.
    Regards:
    Rex

  • Retrigger failed IDOC with XML HTTP port

    Hi Friends,
    Can anyone suggest me how to retrigger failed IDOCS in we05 with XML HTTP port, any other than we19 to retrigger? I have already gone through all the links in sdn, nothing seems to work, have tried program RSMIPROACT also.
    Thanks & Regards
    Ridhima

    Hello,
    Please check the below SAP Note:
    857321 - Resending HTTP IDocs automatically in status 02
    -Rahul

  • HTTP 500 Error while using XML HTTP Port for idoc

    Hi,
    I am trying to send CRM idocs via XML Http instead of usual t-rfc.
    After standard idoc - pi configs i get the below error.
    transferring the IDoc by HTTP, the return code with the message '500Error during parsing of SOAP header' has occurred.
    In BD87 I get the below error.
    The target address was: http://yyyyyy.XXX.local:800X/sap/xi/engine?type=entry
    I get the http 500 error as:-
    Check whether the IDoc can be sent again.
    It is unfortunately not possible to determine automatically whether the IDoc has in fact arrived in the target system and the error occurred afterwards
    Any idea on how to trouble shoot or resolve this.
    Regards,
    Anirban

    Hi Anirban,
      Follow the below links for troubleshooting.
    Troubleshooting  File-to-IDOC Scenario in XI.
    The specified item was not found.
    Regards,
    Leela

  • XML/HTTP interface for AccessManager 7.1

    Hello,
    I'm using the XML/HTTP interface of Access Manager 7.1
    (such as: http://server_name.domain_name:port/service_deploy_uri/authservice)
    and it works fine, not only the interface for authservice
    but policyservice and sessionservice. This is good.
    (For some reason I can't use Java/C API, nor the policy agent)
    Problem is, I couldn't find any description about the XML/HTTP interface for policyservice and sessionservice in the Access Manager 7.1 documents.
    (for authservice, I found at
    http://docs.sun.com/app/docs/doc/819-4675/adufv?a=view
    and
    http://docs.sun.com/source/817-7644/appB_sessionlifecycle.html
    though the latter one is the document for older version of Access Manager)
    Is there any documents for XML/HTTP interface of Access Manager 7.1?
    or, officially we should not use this interface?
    Windsor

    Thanx again. We will continue to use Access Manager 7.1 for a certain period of time so we can't use REST interfaces nor Identity Services.
    If we can use these XML/HTTP interface in AM7.1, we will be very happy. Otherwise we have to build a proxy server (talk to Access Manager by C API and talk to clients by XML/HTTP way) but technically it seems completely wasteful because you can talk to Access Manager by XML/HTTP directly.
    Is it possible to get any (paid) support
    about these XML/HTTP interfaces from Sun Microsystems?
    (we don't need any "version-up" support, but just only AM7.1 support for these interfaces)

  • Multiple XML HTTP Data sources sequentially

    Hi,
    We are creating a report using multiple XML HTTP Data sources sequentially.
    The Report uses multiple XML HTTP Data sources sequentially; the report creation fails or delayed. We would like to join the datasources after accessing from the HTTP Server.
    At the same time the same XML files when locally accessing as data sources, the report is getting created.
    Is there any alternate solution for XML HTTP Data Source Access. Or in which way I can proceed with this.
    Thanks,
    Unni

    I am not able to use datasets here.
    The context is as below.
    I am running an HTTP server (XML-RPC program),which will generate an XML output as defined with a local XML Schema.
    Here I have multiple HTTP requests ,each will generate multiple XML outputs.
    I am using XML and WebServices Connection where I will provide like below,
    (Please note file1,file2 are normal text files with data corresponds to xsds.)
    HTTP(s) XML URL : http://localhost:8002/ReadTable?name=file1
    Local Schema File : E:\Test\file1.xsd
    HTTP(s) XML URL : http://localhost:8002/ReadTable?name=file2
    Local Schema File : E:\Test\file2.xsd
    Like this I am able to create multiple XML outputs through HTTP requests.(only file1),which means while creating reports the sequential requests are not handling properly.
    My report will join say two of theese files. But at the time of report creation it will ask of only runtime parameter of first request in the join.
    Here The report will generate only with data from first text(data) file.(file1)
    Hope you got a clarity about the proble.

  • My printer HP ColorLaserJet CP5225 prints . "GET /DevMgmt/DiscoveryTree.xml HTTP/1.1 Host:127.0.0.

    I HAVE A PRITER "HP COLOR LASER JET CP5225" WHEN I SEND ANY PRINT JOB IT WILL DO THE JOB AND PRINT A SECOND PAGE. ON THE SECOND PAGE THE TEXT IS PRITED ALWAYS " GET /DevMgmt/ DiscoveryTree.xml HTTP/1.1 hOST: 127.0.0.1:8080"
    HOW CAN I REMOVE THE SECONDPAGE PRINTOUT ?
    PSL GUIDE...
    {Personal Information Removed}

    Pamment, to resolve this issue you need to disable the "Printer Status Notifications" in the printer driver settings.
    To do so, assuming you are using Windows 7, the first thing you need to do is go into your control panel.
    Once there, select "view devices and printers" under "hardware and sound".
    Right click your printer and select "properties" or "printer properties". 
    Select the "device settings" tab and there you should see the option to disable "printer status notifications".
    If I have been helpful or if you’d like to say thanks you can click the white star under my name to give me Kudos.  I really appreciate it!
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Making PI listen on a new/different port for http

    Hi,
    I have a requirement where we are exposing PI to the internet for some webservice calls. We have firewalls/dmz/gateway etc in the picture.
    One part of the problem is that, for requests coming into PI, we need PI to listen on a different port for https, say 446.
    How do I go about setting this up in PI?
    Thanks,
    Harsh
    PI 7.1 EHP1

    Changing of the web port for https can be done in the general server/port configuration of your PI System.
    You can look at the port configuration with transaction SMICM on your ABAP Stack .
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/8f813a34872769e10000000a114084/frameset.htm
    This is a starting point for reading about the topic. The settings itself can be done, for example, with RZ11

  • CP1515n, prints a status after every print job"Host IP & GET/DevMgm​t/Discover​yTree.xml HTTP/1.1"

    Hi,
        I have a HP color laserjet CP1515n. Whenever I give it a print job it prints a status page with two lines only like this
    "GET/DevMgmt/DiscoveryTree/.xml HTTP/1.1
     Host: 127.0.0.1:8080"
       I tried to disable this but I am not able to do so kindly please help as it is using paper and ink at the same time.
    Thanking in advance
    Naeem
    This question was solved.
    View Solution.

    Hello Mna,
    Thanks for the post.  With this error message, I was able to locate a previous thread that addresses this issue.  I've included that link below.   Good Luck!
    Thanks Mr.Mojo for the information!!
    http://h30434.www3.hp.com/t5/Printer-All-in-One-In​stall-Setup/Unwanted-pages-printing-with-quot-GET-​...
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • Difference between HTTP Server port and HTTP Server listen port

    Hi,
    What's the difference between the following?
    Oracle HTTP Server port = 7780
    Oracle HTTP Server listen port = 7781
    They are the ports used in my 9ias 9.0.3 instance.
    Please advise.
    Thank you.

    Hi,
    The server port, 7780, is port where HTTP server response and listen ports are other ports tha HTTP Server can listen. In IAS, the default configuration, the server port is response for Web Cache and Web Cache connect with HTTP Server in listen port.
    Marcio Mesti

  • Quicktime Problems Behind Router Wont Switch To Port 80 http Intel Duo

    Just bought a new iMac Duo it will not stream QT behind my Linksys router. Now I know this is a bug in QT on the duo and a port or ports not being open for this new version of QT on the Duo because all other Macs I have work fine.
    Looks to be that the transport for QT will not switch to port 80 HTTP.
    If I move the iMac Duo to a DMZ zone it will stream just fine.
    Now what UDP or TCP port range do I need to open for this iMac Duo version of QT 7.0.4 to stream properly ?????
    Thank you for your help.

    Hi all,
    Here is what I did to fix the problem for now.
    Set the QT transport setup on my iMac Duo to use port 554 UDP.
    I did a port forward on my router to the iMac Duo:
    * Open port 554 for RTSP/TCP data.
    * Open ports 6970 through 6999 (inclusive) for RTP/UDP data.
    Then made the ip address on the iMac Duo static.
    Issue still existis with QT on the Duo is the transport on QT will not automatcally or manually stay on HTTP port 80.
    Indeed this will on some routers keep you from streaming video like the keynotes from Apple for example.
    So if you are having a problem this will fix it.
    Hope this helps.

  • Sending MATMAS05 IDOC via XML-HTTP Interface (without XI)

    Dear all,
    I have to send the MATMAS05 IDOC via XML-SOAP-HTTP Interface to a subsystem. Sending works (the sub-system receives the SOAP-Request with the MATMAS05 as Body). So far so good. Now the SAP System is waiting for an answer (synchronous communication). How should this answer look like?
    We receive the Error EA390 "Problem with SOAP Class" - execute_processing: entry result table
    Can anybody give me a hint how the response should look like.
    Many thanks and best regards
    Roman

    Hello Sven,
    we find a solution. As far as I remember, there is a flag to send without waiting for answer (or technical better to not rely on SOAP standard).
    Look in WE21 and the XML_HTTP Port you use. Uncheck the "SOAP Protocol" flag. Then it should work.
    HTH and Best regards
    Roman

  • Re: (forte-users) XML/HTTP clients

    Hi,
    As much as I know, DS Data Systems has done a Java client using http with Web
    Enterprise (from Web Designer). They have called it JDesigner (it was showed at
    the Forte Forum of San Francisco in May). I have myself experienced the use of
    External connections to make performance testings on Web Enterprise last
    summer. I used a Forte Client http to make an injector on port 80. It worked
    very well.
    For DHTML, I'm actually testing some solutions for "Outline field" and "menus".
    It works... It costs 8-10 ko for each script. But, it is really not easy to
    debug, to maintain, and you need different codes for each brower! Netscape is
    really unstable also. This may not be applicable with release 3 of IE and NS.
    You can find some good code samples on http://www.webreference.com/dhtml/
    But, it may be a good solution for Intranet and it should be possible to
    generate menus and outline from the HttpScanner as it is for DropLists for
    instance.
    Hope this helps,
    Daniel Nguyen
    Freelance Forte Consultant
    http://perso.club-internet.fr/dnguyen/
    Thomas Mercer-Hursh, Ph.D. a écrit:
    Does anyone out there have any experience, experimental or production, with
    using XML over HTTP instead of IIOP to communicate with non-Forte clients
    from R3 server components? If so, any pointers? Performance issues?
    Special problems? Recommendations?
    How about with using DHTML for the client compared to say Java?
    TIA
    =========================================================================
    Thomas Mercer-Hursh, Ph.D email: [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

    You can also use the HTTP-DC project.... You don't
    need Web Enterprise for this. From what I can tell,
    this is available in L.x on....
    There is api documentation in M.2 (with scant
    examples.)
    There's a special process to put the project in your
    repository (it isn't installed in the repository in
    the standard install,) the documentation in M.2
    (probably in M.0 too, AFAIK) that tells you how to do
    this (look for HTTP-DC in the online help.)
    I haven't done much with it yet, I've just installed
    it. If anybody out there has examples, that'd be
    great. I'll try to contribute more the moment I get a
    chance to explore it....
    Christopher Fury
    BellSouth Communications Systems
    --- Daniel Nguyen <dnguyenclub-internet.fr> wrote:
    Hi,
    If you have Web Enterprise, you can user
    HttpAccess.SendRequest().
    Hope this helps,
    Daniel Nguyen
    Freelance Forte Consultant
    Amin, Kamran a &eacute;crit:
    Is there any way to make a HTTP request from TOOLto another HTTP Service?
    thanks in advance.
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. Tounsubscribe, send in a new
    email the word: 'Unsubscribe' to:forte-users-requestlists.xpedior.com
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    Kick off your party with Yahoo! Invites.
    http://invites.yahoo.com/

  • Changing RMI Port in HTTP adapter in interconnect

    Hi
    I need to change the RMI port for one of my HTTP adapters in Interconnect. I have changed it in the adapter.ini and in the web.xml files. I have then recreated the JAR/EAR files and redeployed the application to the oai component. The adapter starts ok but it still appears to be using the old port number and i can't send any messages to it (get a 500 Internal server error). Is there something else that needs changing?
    Cheers

    Hello,
    http://server:port/sap/xi/adapter_plain?service=<xxx>&namespace=<xxx>&interface=<xxx>&sap-user=<xxx>&sap-password=<xxx>&qos=BE&ProductID=000000000000000216&uid=500014&deviceID=0725&StoreID=0004
    In above "HTTP Post" format data has been sent in url without body of message.
    Please remember that when creating a sender/receiver using the Plain HTTP Adapter, the following are automatically filled out
    Transport Protocol: HTTP 1.0, Message Protocol: XI Payload in HTTP Body. The transport protocol means that only HTTP 1.0 is supported and that for it to work, an HTTP Body is required.
    Hope this helps,
    Mark

Maybe you are looking for