Sending a href link through data services

Hi Ive been tring to send a href link in my chat but it just
appears in the plain text and not clickable. Does anyone know how
to do this or if its possible.
private function sendMessage():void
var message:AsyncMessage = new AsyncMessage();
message.body = {userId: userId.text, recipientId:
dg.selectedItem.userId, text:lbl.htmlText};
producer.subtopic = dg.selectedItem.userId;
producer.send(message);
<mx:Label id="lbl" selectable="true" >
<mx:htmlText>
<![CDATA[<a href='event:
http://www.adobe.com'>Navigate
to Adobe.com.</a>]]>
</mx:htmlText>
</mx:Label>

Hi,
If I am correct, as far as the messaging is concerned it is
just a text which you are passing. If you want the text (Anchor in
your case) to be work as an anchor, then I think you need to handle
that when you are displaying the text.
Hope this helps.

Similar Messages

  • DB links in Data Services

    Hi all,
    Environment: Business Objects Data Services XI 3.0, Windows Server 2008 R2, Oracle 10g
    Problem Description:
    A DB link is defined from Oracle 10g database to another Oracle 10g Database. The tables from the second database can be accessed using the SQL developer. Now in Data Services, a data store is defined on the first database and we were trying to import the tables from the second database using the db link. But we get the below error:
    u2018Error: Cannot import the metadata table <name=tablename@dblink>.
    Table <tablename@dblink> cannot be imported for datastore <Source>. Possible causes: (1) Table does not exist in the database; (2) Information for import was specified incorrectly. Please check the import information and try again. If the name is case-sensitive in the database (and not all uppercase), enter the name as it appears in the database and use double-quotation marks around the name to preserve the case. (BODI-1112339)
    We tried all the possible options. It is working in toad and other SQL tools but we are not able import it in Data Services.
    Any help will be appreciated.
    Regards,
    Sanjay

    Richard-1 wrote:
    I've hijacked the users password / login as the user / create the db link / reset the users password.
    That is ok for a one off.
    To do more a better solution would be to try a procedure call.
    Here is a link to a couple versions that do what you want:
    http://oraganism.wordpress.com/2009/12/02/how-to-create-a-database-link-in-another-users-schema/
    http://oradbatips.blogspot.com/2010/01/tip-84-create-private-db-link-for-user.html
    Hi and thanks.
    The thing is that I know all the passwords but I'd like to only run one script as system or sys and connect to all schemas with private database links and drop them and then create them with new information. Is this at all possible without writing PL/SQL?

  • Error starting batch job through Data Services Web Service

    I have a customer running our web service interface to BODS. We have not been able to successfully start any jobs due to the following error:
    Services sent the request to start batch job 'Job_Test_Web_Services' on server 'null'. The Job Server refused the request with error: Job Server not found
    The same interface works against other environments (all XI 3.1), so I need some pointers as to where it gets the server name. Sounds to me like a configuration issue, but I am not a BO DS admin and don't know where to look.
    Please help.
    Thanks.

    I was able to reproduce this issue in our own lab by going to the BO DS Server Manager and removing the servers from the configuration. Not sure if this is what is happening at this customer site, but I will check it out and post back.
    Not sure why they would not have a Job Server defined if they want to run jobs!

  • Datagrid paging without FB data/services

    Hello all,
    In our application we use blazeds to connect to a spring server.
    The server calls are done by swiz.
    I would like to build a paged datagrid to handle a large data set.
    But i dont want to use the flashbuilder build in data service tab to set up the paging.
    Is their some kind of event the datagrid fires when you scroll, which is used to do the paging?
    Or do i have to set something in my AsyncToken?
    Can anyone help me or point me in the right direction in how a datagrid pages its data.

    You can look at the generated code by using Data/Services panel when paging is enabled through Data/Services tab.
    Or
    you can have listener registered on the data grid that gets triggered when rowCount property changes. You need to extend the datagrid and override setRowCount to dispatch the event when rowCount changes.
    For details on paging you can refer http://corlan.org/2008/08/19/paging-a-data-grid-on-the-client/
    hope this helps!

  • Acess MDM data through Web service

    Hi All,
    Business requirement is to retriev data from the MDM through web service.. How can we do it? Do we have any step by step documentation?
    They want to retrive data based on service funtionality.. suppose say based on there system they want to see all the data imported on a particular date.. They want to go with java..
    Thanks
    Rajeev

    Heyy
    if you want to retrive the data based on service, as per my understanding you should go by webdynpro component
    you can refer the below link.
    http://www.sdn.sap.com/irj/sdn/nw-masterdatamanagement?rid=/library/uuid/600333e0-9bf7-2c10-1f99-bf5dcf661949
    provide me your email id, so i can send you a good step by step doc on how to create MDM webservice to access MDM Data.
    Rgds
    Deep

  • How to write data into xml through web service

    Hi,
      I have a requirement to write the data into xml through a web service .send me related links and sample code if any.

    hi kiran,
      write the data into xml : We need suitable set of java Beans for handling WebService Data.
       However, there are cases when you may prefer an alternate mapping, or when there just isn't a well-defined mapping for your particular schema construct (xsd:choice is a common example). For these cases, IBM® WebSphere® has introduced a new feature called Custom Data Binding that allows you to integrate alternate data binding technologies like JAX-B, EMF/SDO and XML beans, as well to define your own XML schema to Java mappings. This article provides an overview of the technology and how you can get started integrating it into your application.
    GO THru THis Links :
    http://www-128.ibm.com/developerworks/websphere/library/
    techarticles/0601_gallardo/0601_gallardo.html.
    Hope It Helps.
    Thanks
    Varun CN

  • Connection issue between Data service(DQ) to PI through SOAP adapter.

    Hi Guys,
    We are trying to connect the data services(DQ) with SAP PI through SOAP adapter. I provided the wsdl file to data services team and they are trying to send messages to PI. Looks like the messages are showing successful in there system, but not showing up in PI system.
    I tried the same file using xmlspy and PI receiving the messages from XMLSPY. We are wondering whats going wrong?
    Any idea about this data services system? Is there any other better way to receive messages to PI apart from webservices?
    PS: Connection is working fine from PI to DQ thorugh SOAP adapter.
    Thanks
    Deepthi.

    >>>> We are trying to connect the data services(DQ) with SAP PI through SOAP adapter. I provided the wsdl file to data services team and they are trying to send messages to PI. Looks like the messages are showing successful in there system, but not showing up in PI system.
    You are using soap sender  adapter ... Hosting webservices and DQ team is able to access your webservice.  Also using XMLSPY you are able to see pi messages.
    If you are using advance adapter engine, Please check only in the RWB -> adapter engine.
    If you are not using AAE, check in both SXMB_MONI and RWB for the wide range... Something problem with filter query in your checking...
    Note  since XMLSPY testing goes through Pi and able to monitor means you dont need another webservice client tool. 
    Solution:
    use tcp monitor to monitor the soap message ... It is better option
    /people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

  • I'm unable to send and receive email through Apple Mail 4.  I've checked my settings on Preferences, and my password to Gmail is up to date for syncing with IMAP, but it still won't connect.  Suggestions?

    I'm unable to send and receive email through Apple Mail 4.  I've checked my settings on Preferences, and my password to Gmail is up to date for syncing with IMAP, but it still won't connect.  Suggestions?

    I think it's trying to open it in a gMail eMail & is losing your gMail password that it needs log into gMail, but not 100% positive.
    Have you tried Right clicking or Control+click on the eMail link & choose Copy? Works on some, not others.

  • Data Services through WiFi have suddenly stopped working

    Hi there,
    I own a Blackberry Curve 8900 on o2 UK. I have a data plan and everything was working fine. As I live in a rural part of England where some areas are black spots for signal, I realised that I can use all data services through WiFi.
    I am currently in a region of Afghanistan where there is no GPRS/EDGE coverage, my phone only shows as GSM, however untill last week I was still able to use BB Messenger and email through a WiFi connection.
    If I open my browser on the phone, I can still use it to access websites, however when I try to send an email or PIN, I straight away get the red clock symbol. It does not even seem to attempt to send, as the red clock is almost simultaneous with pressing send.
    The only event that coincides with this problem is the installation of OPEN DNS on the WiFi network I am connecting to. Is it possible that OPEN DNS could be blocking 'data service' or 'blackberry internet service', if I am right in saying that these features use BIS even through WiFi? What would I need to tell my network administrator to look for?
    Any help would be much appreciated,
    Kind Regards

    Okay after some research I have found that;
    - The Host Routing Table should have entries in it,
    -Mine doesn't.
    It certainly used to have them as I remember checking it, I'm thinking this could have been wiped by changing the SIM cards. Therefore I'm going to need to re register next time I'm an area covered by GPRS/EDGE.
    So my next question: Is there any way of registering the Host Routing Table through WiFi or manually adding data? I have registered before and I do have the BB data plan.
    Thanks again

  • LiveCycle Data Services ES Express - Broken Link

    Hi All,
    I am trying to download the above from the Adobe site but the link appears to be broken.
    I am using URL = http://www.adobe.com/cfusion/tdrc/index.cfm?product=livecycle%5Fdataservices
    I created an Adobe account in order to download the "Windows | English" release but I can't get a copy of the software when I click the 'Download' button.
    Does this link work for anyone else?
    Any help is appreciated. I am keen to try the Java Integration via Data Services but can't get started with no software.
    Bryan Galvin
    Software Engineer
    UK

    Bryan,
    I was able to log in and download the "lcds251-win.exe" file from adobe.com
    without any problems from FireFox on Windows.
    I am in the US (east coast) however, perhaps a bad internet connection?
    Tom Jordahl

  • Connect to Azure Sql DB through WCF Data Service

    I am following the tutorial:
    http://msdn.microsoft.com/en-us/library/windowsazure/ee621789.aspx;
    Connect to Windows Azure SQL Database Through WCF Data service on a
    Windows 8 machine running VS2013.  Until starting this tutorial, I have only been using VS for WPF applications. So it might not be properly configured for a web app.
    Everything works just fine until I get to the section on Creating the Client Application.  Clicking the Discover button populates the services pane with my service.  When I click on the service in the pane I get the following Add Service Reference
    Error:
    There was an error downloading 'http://localhost:62778/testDataService.svc/_vti_bin/ListData.svc/$metadata'.
    The request failed with the error message: --- , . . .
    If I ignore it and click OK it essentially tells me the same thing:
    "There was an error downloading metadata from the address.  Please verify that you have entered a valid address."
    I am thinking that there is a configuration issue on my machine.  Perhaps something needs to be installed or running, . . .
    I have tried doing the same steps with a local SqlExpress database, and get the same problem.  If I try to go directly to the website via the browser:
    http://localhost:62778/testDataService.svc
    I get a Request Error.
    Any suggestions, thoughts on this will be greatly appreciated!
    Robotuner

    Hi,
    From the error message "There was an error downloading 'http://localhost:62778/testDataService.svc/_vti_bin/ListData.svc/$metadata'.", I suspect that you created a folder named _vti_bin, and created wcf data service named ListData, in my test
    application, from my experience, you issue may be caused by "$metadata", can you give further information to me, there was a
    wcf data service quick start, hope this will help you.
    Best Regards 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Sending audio files through web service

    Hi,
    How can we send audio (mp3,wmv) files through web services ? i have tried making a byte array of the file and then sending the byte array through the web service, but it give OutOfMemory error. so is there any better and practical way of doing it ?

    Just read catalina.bat and find where $JAVA command is called, for NT it should be "%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% "
    "%_EXECJAVA% is java
    %JAVA_OPTS% and %CATALINA_OPTS% are enviroment parameter for java command. Just added one of them in your case.
    By the way, " i am using a HP PDA on the client side, so i cannot increase the JVM heap size there", you should info. the client, otherwise the client may be get "out of memory".

  • Hi no none of my other data services are working normally and when I try to send my picture messages it says not delivered and tells me it's unable to send.

    Hi no none of my other data services are working normally and when I try to send my picture messages it says not delivered and tells me it's unable to send.

    Hello Joe,
    I found a few resources you can use to troubleshoot the iMessage issues you are experiencing. 
    I recommend reviewing this article first:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    If your Apple ID is activated in the Messages Settings and you still cannot send and receive iMessages, I recommend following the steps in the section titled "If you still can't send or receive iMessages" in the following article:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I did an update to my wife's iPhone and now it won't connect through the 3G. It says you are not connected to a cellular data service

    I Updated my wife's iPhone the other to the new operating system. It asked me first to use iCloud backup so I did. After the update was complete my wife can use wifi but when we try the 3G it says you are not connected to a cellular data service.
    IT shows Bell as the provider but we seem to have lost something during this update.
    can someone help me please.

    Check Settings>General>Cellular and make sure Cellular Data is set to On.  If it is, try putting it in Airplane mode for 15 seconds, then turn Airplane mode off again.  If it persists, give you carrier a call to confirm that it's properly activated with them and that your data plan is properly provisioned.

  • Data service not operationa​l

    i cannot access my bb app world for a vry long time  a message  appeear says " the data service is not operational. sam when  log in to ym, msn, gtalk..and other IM. please help. thank you. 

    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 (pre-BB10 devices only)
    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
    Pre-BB10 Devices ONLY. 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.
    BB10 Devices. Hold the top button down until the counter reaches zero. Wait for the device to be fully shut down (e.g., nothing at all displayed on the screen, no LED lights, etc.). Hold the top button until the red LED is lit. Wait through the full boot-up process. IF this fails, you can attempt the battery-pull method above, but it is normally NOT recommended unless nothing else works.
    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 contact your mobile service provider for formal support and to be sure you are subscribed to a data plan that enables the services you desire.
    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

Maybe you are looking for

  • View order history by business partner

    Hi, In SAP Webtools 6, is it possible to show all the sales orders for one account (BP) to the user for that account? Right now, if one BP has multiple users login to webstore, they can only their own orders. Thanks, David

  • HOW DO I TRANSFER CONTACTS FROM 3GS TO 4GS?

    I recently upgraded my 3gs to a 4s. When I synced it to ITunes it did not transfer all my text conversations, contacts and emails. Is there a way to do this?

  • 2 iPads on the same iCloud account.  Duplicate apps?

    I have 2 new iPad Airs that are both on the same iCloud account. The problem I am having is that if I install an app on one iPad, it is automatically installed on the other. Is there a way to disable this feature? I have looked through "Settings" and

  • German umlauts (and other foreign characters) using UK keyboard

    How do I type a umlaut, o umlaut and u umlaut? Also, ss (like a B)? Holding down Alt and a etc. does not work.

  • Reports Oracle 10G

    Hi all, i´m newly in this forum, but i can see much activity, thats good ! Well, my main question is : How can i do reports from Oracle 10G Additional Info: The server is : Solaris 10 + Oracle 10G And i can access it through to a remote desk (Windows