IDoc sending/receiving - XML v/s text IDocs

.NETters,
SAP .NET Connector supports sending and receiving IDocs.
1. For IDoc receiving, can we receive text IDocs as well as XML IDocs?
2. For IDoc sending, can we send text IDocs as well as XML IDocs?
Thank you in advance for enlightening me.
Pradeep

Hi Pradeep,
for NCo help on IDOCs, please read
http://help.sap.com/saphelp_nw2004s/helpdata/en/79/d0b51753406d4d86470debdf027c68/content.htm
SAPIDocReceiver
http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/8d23ec676fa74993d16c4a195c76a7/content.htm
IDoc Receiver
http://help.sap.com/saphelp_nw2004s/helpdata/en/e8/0f499a4221604fb10200f24772c82a/content.htm
IDoc Submitter
http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/fc646926adcd40bce23a981317374e/content.htm
the idoc's sent can be in text form as well as xml, that will depend on the charecteristics of the listener & the sender.
usually keeping them in xml should make parsing simpler for you.
with respect,
amit

Similar Messages

  • Send Receive xml messages

    Hi all,
    I want to find the best way to exchange xml messages with third party system (eg DI Server,  B1iSN).
    Thanks,
    Vangelis
    Edited by: Vangelis Kanellopoulos on Oct 9, 2010 5:34 PM

    I use XML Island on the Browser end.
    Browser
    <XML id="xmlDSO"></XML>
    xmlDSO.async = false;
    xmlDSO.load("Source.xml");
    /The source could be jsp as well but it should return xml in html/text format. SHould not have any HTML tags.
    Do the processing using IE XML
    Then
    <FORM>
    <INPUT NAME=xmlFIELD>
    </FORM>
    In
    function subForm() {
    form.xmlFIELD.value = xmlDSO.xml
    form.submit()
    In the servlet you should be able to receive the xml in a String.
    Which you can process.
    I have go so far as the getting XML into DOM.
    But I started getting into problem once I started using XPATH on the DOM.
    XPATH only takes Node as input. I need to get the DOM so I can start passing the NODE.
    If you don't need to use XPATH, you should be able to get to the stage where I am.
    -Krishna

  • How to send/receive XML using JSP

    Hi,
    I'm new to all this JSP/XML stuff so apologies if this is trivial.
    I'm trying to send an XML file via HTTP POST using JSP. Anyone know how to do this?
    Once the XML has been sent, how do you use JSP to request the XML file? I've figured out how to parse it already.
    Also, is it possible to call xsql directly within JSP?
    Thanks!

    I'm trying to send an XML file via HTTP POST using JSP. Anyone know how to do this?The question is, does anybody understand what you mean by this. Let me take a guess. You want to upload an XML file to a server. If this guess is right, then the answer is don't use JSP to do that. JSP is for generating output to be sent to a client. Use a servlet to handle an upload. And you don't need to write it yourself, there are already several file-upload servlets available on the web.
    Second guess: you have a POST request that asks your server to send an XML file back to the client. If it's a static XML file you don't need a JSP or a servlet or anything, just let your web server handle it just like any other static file. If it's dynamically generated then there's an answer worth giving, but I doubt that this is your question. But if it is, let us know.

  • How do I send  / receive photos from text?

    I'm trying to send / receive photo's via text messages on my 3GS. Anyone got the quick fix?

    The manual knows...
    http://support.apple.com/manuals/

  • Help, I can no longer send/receive images in messenger on my iphone 4

    I have noticed that I can no longer send or receive images in messenger on my phone since the first IOS 7 update.  Now i'm noticing that I can not send/receive anything other than text.  Also, I can not receive the messages that are sent to a group, which is bad since my boss only sends group messages when we are closed for weather. 
    I have updated to the latest IOS 7.0.6 tonight but not sure what to do to start sending images again. I would really like to be able to share some of my pics with others and not have to post them to facebook.  Any help would be greatly appreciated, thanks so much for your time.
    Jennifer

    What happens when you try?
    Is the music selected to sync?
    Have you tried the basics from the manual?
    Restart, reset, restore

  • IDoc receiver AEE: Error "Configuration for Sender/Receiver Partner Number/Port is incorrect"

    Hi all,
    We are on PI 7.4 AEX SP 7. We are trying to get the following scenario working: Inhouse warehouse management system (JMS) --> PI --> ECC (IDoc)
    Sender is configured as 3rd party technical system system with business system maintained in SLD
    business system has logical system assigned in SLD
    adapter specific identifiers show logical system in ID / NWDS
    logical system is defined in receiver (ECC system)
    partner profile is created in ecc for this very logical system (inbound parameters)
    No mapping of EDI_DC40 node in ESB (complete node disabled)
    no header mapping in ID / NWDS
    receiver IDoc AEE adapter is configured to not enforce control record (Control Record in IDoc XML = Not Mandatory)
    no Identifiers specified in receiver IDoc AEE adapter
    My guts feeling is that this should work, however, it doesnt't. Failing with "The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component"
    Any thoughts are highly welcome.
    Cheers
    Jens

    Hi,
    The error mentioned by you is not related to the port..but its related to the Application ...
    IDoc 51 means idoc has been received in R/3 client and when it tries to process it ended in error..
    Check with the functional consultant for the error you have received..
    HTH
    Rajesh

  • Receive XML with Business Connector, convert to IDoc

    Hi all,
    I am trying to receive XML files with SAP Business Connector (4.7) and convert them to IDOC and then forward the IDoc file to SAP System.
    At the moment, I have to do the testing for this.
    I don't know how to send the XML file to the special port (5555) of the server. I read that there are serveral possibilities like http, mail, ftp. Can anybody give me an advice how this works?
    Next problem is to get the created IDoc file to the SAP system. The SAP server is added in the SAP Business Connector and the connection works.
    I would be very pleased if anybody could help me.
    Thanks in advance!
    Kai

    hi,
    What i understand from your scenario is XI> BC> SAP system.
    1)XI-->BC
    U need to configure XI's-BCAdapeter(as receiver).
    in URL specify teh follwoing :
    http://<hostname>:5555/invoke/folder1.folder2./<service-to-be invoked>
    together with the username and password.
    2) BC--> SAP
    To invoke an IDoc, go to Routing rules and specify the sender, receiver, and the Message Type(IDoc name). In the next page, specify the name of the flow service to be created. and the Flowservice to be invoked whenever a message comes in.
    Hope this gives you some input.
    Regards,
    Siva Maranani

  • Send/receive IDOCs to SOLMAN system using AS2 protocol!

    Hi All,
    I want to send/receive IDOC file to/from web based SOLMAN system. Currently I'm using FTP server to send/receive IDOC file.
    As of now the current process is to send the IDOCs from ECC to FTP server and from FTP to third party and vice-versa. But due to some constraints, I'm bound to use web based SOLMAN system. Please, can you let me know how to send/receive IDOC files to SOLMAN. Is there standrad FM/method to connect to SOLMAN from ECC as in case of FTP we have FM 'FTP_CONNECT'. Heard that same functionality in case of SOLMAN can be achieved  through AS2 protocol.
    Kindly help.
    Thanks.
    Regards,
    Mukesh

    Hello Patrice
    We have same issue. Is it possible to use IDoc (XML) directly with SAP 5.0 with SOAP (HTTP) without XI?
    Since your que is three years old, I'm sure you must have found some method for this.
    We'll highly appreciate your help.
    Regards: Gaurave

  • Problems while sending/receiving IDOCs

    Hi,
        I am trying to store IDOC data to MS access database. I created a scenario and able to activate that successfully, but after sending IDOC from SAP, in SXMB_MONI I can see status as "Message Processed succesfully" flag, and acknowledgement status as "Still awaiting acknowledgement" and data is not stored in database. Anybody having any idea about this problem.
             Another problem what I am facing is, when sending an XML file from a file server to SAP(through XI), I am getting status as " Scheduled for outbound processing". Receiver determination, Interface determination, Sender & receiver agreements all are present and correct. Any help?

    Hi,
    Check what chris has said....Also in SXMB_MONI check the status of the message on the outbound side(by scrolling to the right)...This will say whether it has been transferred to the Adapter Engine....
    For the second problem, pls check whether all your queues are registered. All queues can be registed from transaction SXMB_ADM...then doublwe click on "Manage Queues"...and choose the register queues and execute...
    Thanks,
    Renjith

  • I can call out but all incoming calls are going directly to VM with no signal that I missed a call or have VM. I can send/receive text messages from other iPhone/iPad/iTouch users, I am assuming this is really "iMessage." Is it apple software?

    I have spent hours on the phone with Apple and AT&T. I went thought reset, on/off, etc, etc with both companies to no avail. Each company pointed fingers at the other....as being the source of the problem.
    Problems: Suddenly ALL  incoming calls were going directly to VM with no signal I missed calls and/or had VM. I was also unable to receive all Text Messages...Oddly, I could send text messages to anyone (even non-apple users but I could not receive their responses)........then I when I got home I started receiving text messages from other apples users ONLY. I assume now - iMessage kicked in and I could text (send/receive)  other iPhone/iPad/iTouch users ONLY. ....yes, I could still (send) text messages to my husband's blackberry (he received my messages fine) but my phone would NOT receive his text respones.
    Finally, I googled the problem and found this community where other people have had the exact same problems! One person said he "turned off 3 G" which was the solution for him....so I did the same and VIOLA! My problem  solved! Nevermind the fact that I pay for 3G and cannot use it....so here's my question, if 3G is the problem on my phone is this an APPLE issue or a NETWORK problem? Do I purchase a new phone and slip in my same SIM card and hope the same does not occur or do I get a whole new SIM card and phone? What is the long term resolution to this problem?
    I am happy however to find that my problem is NOT an isolated incident and wish Apple or AT&T had told me this is not so uncommon because I thought (based on the baffled response from Apple) that this has never occurred before.  Where is Steve Jobs when we need him?

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Can't group text or send/receive picture messages! Please Help!

    Hell Everyone,
    so I just recently switched from my Iphone back to my blackberry for simplicity/practical reasons...I couldn't deal with the iphone anymore. In doing so, I came across a problem. I am not able to send group texts or send/receive mms. Everytime I try to do so, the text has a red 'X' next to it showing that it didn't go through. I am currently with ATT and have tried calling them to resolve it but no one knows.
    here are some of the steps I took to resolve it
    1. Resetted to Factory Settings - Did not work
    2. Made sure all the settings in my text message options is selected properly - Did not work
    3. Deactivated iCloud/iMessage on my previous iPhone - Did not work
    4. Called ATT and had them make sure BB Data plan was on my plan, and it was - Did not work
    Can someone please help?
    Thank you,
    Pogos

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should re-contact your mobile service provider for formal support...be sure to request their dedicated BB support group. MMS is a specific service level that must be properly enabled on BBs in order to function. Often, the first support group you reach will not understand the proper method for configuring this on BB...but their dedicated BB support group will.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Imessages not sending/ receiving.  All texts made to other iphone users produce an error message where it shows as it was unable to deliver, however, the messages go through, but error still comes up after each imessage sent.  this does this for each text

    I have the Iphone 5S.  Over the last few days, I continually get mail delivery errors when imessages are sent to any contacts who have iphones.  I have spoken to my friends/ family who are also on the receiving/ sending end of my messages.  They also say that they are receiving an error/ mail delivery error when they send imessages to my phone.  Text messages are working fine (with other phones that are not iphones) and no delivery errors come up.  However, it is just with me sending or receiving imessages.  I have gone in to settings> messages> send & receive and all my information is right.  I have also attempted to cut the phone off and back on (hard reset as well) and this has not fixed the problem.  I then explored to see if my software was out of date, however, i have the most up to date software for the iphone 5 S.  Does anyone know of a way to fix this problem, as it is annoying to both me and anyone else who has an iphone that sends me a text/ imessage as it will *alert* that there was a delivery failure.
    Please help!!

    There could be a problem with iMessage, although usually when there is an outage these boards are flooded with problems.    It could be a very isolated issue, and if just started all of a sudden, it might be something at Apple.
    Although it is annoying, I would just wait it out a few days and see if it goes away on its own.

  • Wife and I have an Iphone 4s, she receives my text, but the history on my IPhone disappears as soon as I send a text to her. I also do not receive any of her text messages. Any ideas how to fix this?

    Both my wife and I have an IPhone 4s.  All of a sudden, when I text her, she receives my text, but the history on my IPhone disappears as soon as I send the text.  Also, I don’t receive any of her text messages.  Though while testing and trying to troubleshoot, I have sent a text message from her phone to my phone and I do hear the text sound message go off on my phone but no text.  Though I on my icon, I do see I have 1 new text message and as soon as I click on it, the text message will disappear if it’s from her. Now I have noticed when I call her the history also disappears now.  I can call her and she can call me from the phone successfully.  Just can’t receive any of her text message and no history is retrieve from my phone. Can anyone please help??? Just to share, I have hard booted both phones, deleted and re-added our contact information and in the ‘Message’ settings, we both have the message ‘on’, Send as SMS ‘on’, MMS Messaging ‘on’ and under the ‘send and Receive’ field, it has my number listed with a 1 and area code…1 (210) xxx-xxxx.

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • HT5622 We have two iphones with the same Apple ID. Since I installed iOS this morning I have started receiving all my sons texts and when I send him a text it is delivered to both of us. How can I remove my phone from the joint Apple ID and remove myself

    My son and I both have iphones with the same Apple ID. Since I installed iOS this morning I have started receiving all my sons texts and when I send him a text it is delivered to both of us. How can I remove my phone from the joint Apple ID and remove myself from finding out what he is up to during Freshers week!

    You have to use a different Apple ID for your son.
    Read this note:
    iOS 5 & iCloud Tips: Sharing an Apple ID With Your Family
    still valid for ios 7

  • HT4061 I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    http://support.apple.com/kb/TS5185

Maybe you are looking for