Send xlang message to a rest endpoint.

All,
we need to send an Xlang message to a rest endpoint from a .net class, we want the http endpoint to convert the xlang message into an xml document and log it to sql or file..etc
Questions
1) Can we send an Xlang message as is over http ?
Thanks -
Regards, Madhukar Gilla http://wcfbiztalk.wordpress.com/

You can  pass the Xlang Message to C# method which will retrieve the xmldocument something like below
public XmlDocument ReturnXmlDocument(XLANGMessage message)
XmlDocument xmlDocument = (XmlDocument)message[0].RetrieveAs(typeof(XmlDocument));
I would request you to go through vary nice article by Polo in below link
http://blogs.msdn.com/b/paolos/archive/2009/09/10/4-different-ways-to-process-an-xlangmessage-within-an-helper-component-invoked-by-an-orchestration.aspx

Similar Messages

  • Encoding error message when submitting form to REST endpoint

    When submitting a stand-alone form to the REST endpoint of a process I receive the following message in Acrobat reader (translated from german):
    "An error occured when submitting the form. Content of type text/plain;charset=utf-8 could not be processed"
    Despite the error message the process gets started and works fine.
    In terms of usability I would like to get rid of this error message since it irritates the ordinary user.
    This happens only in Acrobat Reader (version is 10.1)  not in Pro
    My workbench version is 10.0.1

    The No Content approach should work. Can you show the exact code you're using to generate the response? Did you add "#FDF" to the end of the URL for the submit form action?
    If you haven't looked into it already, consider returning an FDF that causes a popup dialog to display as a way of providing feedback.

  • My imessage is not working at all is because when I send a message to my friend the bar of sending complete but it doesn't send what I can do please heeeeeelpppp !!!!!

    My imessage is not working at all is because when I send a message to my friend the bar of sending complete but it doesn't send what I can do please heeeeeelpppp !!!!!

    2-3 days ago, iMessage just stopped working on all my devices (2 iPads; 1 iPhone; 1 Mac), and it hasn't come back since. iPhone waiting for activation, the rest just don't send the messages.
    FaceTime and iCloud work fine.
    I really hope this is resolved soon, because I rely heavily on iMessage for the majority of my communications, and I need it back ASAP as I'm on holiday and out of my home country.

  • My iphone 4 is no longer accepting or sending i messages. How do I fix it? I have already reset phone.

    My Iphone is no longer accepting or sending i messages. I have already rest it. How do I fix it?

    Hey walteka,
    You're on the right track by starting off your troubleshooting with a restart. I found this article that details other troubleshooting steps to try:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    It is very detailed and I would read through it all, but I would concentrate on the "If you still can't send or receive iMessages" section.
    Cheers,
    David

  • Want to send public message to all oracle apps users while instance up

    Dear
    For the oracle apps & db maintenance activities, i would like to send public message, example 'Application will not available for 30 minutes from now'. This message must pop-up on user session. How can i achieve this?
    Help me!

    Ateeq,
    I do not think it is possible to send an alert message to all users notifying them that the system will be down. However, you can follow the steps in the following note to redirect the users to a different page or let them a get "The System is now Down for Maintenance" alert message.
    Note: 752540.1 - How To Redirect Some Users To Another Website While The Rest Of The Users Get The Normal "The System is now Down for Maintenance" Alert Message When the System Is Down For Maintenance
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=752540.1
    You may also review:
    Note: 310969.1 - How To Configure & Run Apache in Restricted Mode During Maintenance
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=310969.1
    Regards,
    Hussein

  • Why is iMessage so slow to send my messages??

    When I'm sending a message it takes forever to send it. I'll try shutting off my phone and then the first text I send it sends fast. Then the rest are slow to send. Please help me with this problem.

    Same problem here. I have install Mountain Lion, but this has not fixed the problem.
    I found the following fix from Glen Carter, but I'm not able to find OPT key to hold it down ???
    Re: E-mail so slow to send after Lion upgrade
    It appears that Apple is aware of this problem and is working on a fix for a future update. In the meantime you'll need to do the following to resolve the issue:
    1. Quit Mail
    2. Hold down OPT and select LIBRARY from the GO menu
    3. Open Mail --> V2 --> MailData
    4. First, DUPLICATE the "Accounts.plist" so you have a copy that says "Accounts Copy.plist" (Do not edit this one in the event you need to go back to it).
    5. Open the original "Accounts.plist" with TextEdit
    6. Scroll down until you see the following:
    7. WITHOUT changing any other text, change the "25" to "587" so that it looks like this:
    8. Close the Accounts.plist and relaunch Mail.
    Now try sending an email.

  • [svn] 977: Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error .

    Revision: 977
    Author: [email protected]
    Date: 2008-03-27 17:04:59 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error.
    QA: Yes
    Doc: No
    Details:
    Updates to catch-all exception logging hinge points on the server to use a new method on MessageException that protects against repeat logging of the same exception as we unwind the call stack on the server, as well as allowing exception subclasses to control the log level, intro text and inclusion of a full stack trace in the logged output. This allows things like SecurityExceptions, which represent common errors like incorrect user credentials, to avoid polluting the log with error-level logging and stack traces. It also consolidates our catch-all handling for MessageExceptions and their subclasses in a single point, avoiding problems with needing to make updates or tweaks to our logging output in multiple places.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-93
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/log/Log.java
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/util/ExceptionUtil.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageBroker.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageException.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/MessageBrokerFi lter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableMess ageBrokerFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/security/SecurityException.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/ServiceException.jav a

    One thing I forgot to add, which may be causing you
    problems: the "mount volume" command is not part of
    the Finder dictionary. It stands alone.
    bill
      Mac OS X
    (10.4.10)   1 GHz Powerbook G4
    I tried the mount command. After executing it in Script Editor, I was prompted with login and password, but it was my Keychain!
    I don't know if you have your keychain unlocked or what else..
    Maybe the original poster (Rick Anderson) has his keychain locked and the prompt is from it.
    Just a guess...
    Ciao,
    Ermanno
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.9)   4.5 GBy SDRAM, 5 external FW disks, 2 Internal SATA disks

  • I cannot open iCal because of a problem. Can anybody help me? The computer will not allow it to open and sends a message to apple each time. The icon has gone from the dock, but ical works on my iPad and I am afraid to sync it with my computer.?

    I cannot open iCal because of a problem. Can anybody help me? The computer will not allow it to open and sends a message to apple each time. The icon has gone from the dock, but ical works on my iPad and I am afraid to sync it with my computer in case it wipes everything .

    I have the exact same problem. I have not changed anything. This is probably a bug or something that has gone bad with Mac OS X (10.7.2). I have not found any solution for this on the web.
    MacBook Pro, Mac OS X (10.7.2).

  • I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up und one account.

    I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up under one account.

    You can have a different receiving email in the Messages app on each device : Settings > Messages > Receive At . I'm not sure that there is a different way to have the message only go to one device.

  • Cannot send email via AOL on iPad2 - "A copy has been placed in your Outbox. Sending the message content to the server failed."

    My CEO has an ipad2 and I set it up w/ AOL.  She cannot send any email via her AOL account from her iPad.  She gets a message that says "A copy has been placed in your Outbox. Sending the message content to the server failed."   We've tried it on wifi and on 3G (Verizon version).  I've removed the account and added it, I've tried setting it up as an IMAP account vs. using Apples standard AOL mail setting and nothing seems to work.  The SMTP settings are smtp.aol.com, port 587.  I've tried adding an alternate server/smtp, but I haven't been able to find anything that works.  Any advice or other people having this issue?  It works fine sending an email from her aol web mail.  And unfortunately, having her sign up for a gmail account is not an option.  Thanks

    Interesting.  Firstly I have been on AOL since the early 90s with no current intention to switch as my primary personal email account.
    I have two email accounts on my iphone - AOL and my email from my business website.  I deleted both and then recreated first the business account and then the AOL account.  Same error.  Then I wasn't sure what you suggested but I turned off the AOL SMTP server and selected the business email SMTP server by turning it on with the same result.  I still get the error "A Copy has been placed in your Outbox.  Sending the mssage content to the server failed."
    Perhaps this problem will get fixed by IOS 6.   AOL will not talk to me unless I pay and Apple says its not their problem.  So for the time being I use the AOL web interface in the iPhone's Safari to send emails from the phone.

  • I have changed from an iPhone to a Sony but when my wife send a message on her IPhone it still gets sent as a iMessage how do I change the settings

    I have changed from an iPhone to a Sony but when my wife send a message it still gets sent as an iMessage how do I change the settings

    Hello, Vespa Boy125. 
    Thank you for visiting Apple Support Communities. 
    Here are the steps that you will need to process on your line to remove your number from iMessage. 
    iOS: Deactivating iMessage
    http://support.apple.com/kb/ts5185
    Cheers,
    Jason H. 

  • TS3899 Tried all the tips on line. Every time I try to send an e-mail, it gives me this message, "A copy has been placed in your Outbox. Sending the message content to the server failed" Any help in how to resolve would be appreciated

    I went through all the steps to try to resolve getting the message in a box every time i try to send an e-mail. What next ?
    Message is " A copy has been placed in your
                        Outbox. Sending the message content to the server failed."
    Any assistance would be greatly appreciated. My internet works fine as I can send e-mails from my Yahoo account on my MAC no problem.
    Address is fine etc.

    How long has it been going on? I've had my yahoo mess up and if i wait a bit it resolves itself. Yahoo is doing something with their servers and it messes with your mail if your mail happens to be on one of those servers.

  • What is difference between I-mesage and Text Message, some I want to send I message and but I send text and it's charge to me

    What is difference between I-mesage and Text Message, some timeI want to send I-message and but I send text and it's charge to me.

    Thanks Wj,
    another question, how I got to know, my I-message is activated, I put as ON, but I am not getting mesage it's activated, there is link showing to me, learn more abount I-message. do it will take time? please advise how I can activate my I-message. Please advise.

  • HT1296 When I send a message on MESSAGES using my iPad2, they do not show up on my iPhone or my MacBook Mountain Lion messages. Did I miss a setting on any of the devices as I thought iCloud took care of syncing all of my devices

    When I send a message on MESSAGES using my iPad2, they do not show up on my iPhone or my MacBook Mountain Lion messages. Did I miss a setting on any of the devices as I thought iCloud took care of syncing all of my devices

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    http://www.macobserver.com/tmo/article/messages_why_your_chats_dont_show_across_ cross-device/

  • Can't send text messages (can only recieve). How do I change Service Center Number

    Hello. As my subject states, i can't seem to send text messages (but i can receive them). I'm told by my carrier that i need to change my service center number (and they provided it). I've been looking all over the phone for this option, and can't seem to find it. I keep seeing posts saying "On your device: Options > SMS > Service Center." but "service center" does not appear when i go to options>SMS text. I see the following; screen options conversation style: show names: message options priority: callback number: disable autotext: so my question is;, where do i find this?

    ayall wrote:
    firstly - if i'm posting in the "BlackBerry 9500 Series Smartphone" setion,
    I have a bit more than 30 messages on this forum, and my experience says that many people do not post in the board that matches their device. So it's a good idea to make sure.
    ayall wrote:
    you can see under avatar it cleraly says "My Device: BB Storm 9530"
    you did publish it in your "private information" part in your profile. But you have to configure your profile to allow people to view your private information. Here is a screenshot of what I see :
    please listen to people when they are trying to help you.
    A bit of politeness does not cost much either.
    That being said, we will nevertheless try to help you.
    Please state your OS version (4 numbers seperated by fullstops).
    When you go to home screen >> options >> sms,  please write down here all what is written in this page.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for

  • How do I remove Canon " My Image Garden" from the desktop when turning on my computer ?

    How do I remove Canon " My Image Garden" from the desktop when turning on my computer ?  I have the icon but the program starts up and I have to delete it manually  from the desktop to clear my screen for other work...

  • How to get count from new enhanced for loop

    Is there a better way to determine the count when new enhanced for loop is used as follows: String[] test = new String[]{"1","2","3"}; int count = 0; for(String i: test) count++; system.out.println("count: "+count); }

  • Display style of JTree

    Can we display JTree in top-down form rather than left-right (explorer) form?

  • Service handling

    hi all, i got a master list of services from client which includes:- Project services Electrical services power house services Fire and safety services boiler services mechanical services Insulation and painting services how to manage all these servi

  • After syncing applications to iPhone...Any1 experiencing??

    When I click an icon on the iPhone the app pops up for a moment, then it flickers back to the main screen, showing all the icons. Not one application I have downloaded is able to be viewed. Any1 experiencing this problem?? Thanks in advance