[JSR-172 Web Services] Error with some web services

hello
I m trying to use jsr172 with multiple services find at Xmethods.com
- I choice only doc/litteral wsdl types ----> OK
- use of the J2ME Wireless Toolkit Stubs Generator ---> OK
- use the service stub generated to invoke the service -------> NOT OK
Some services runs correctly, but lots of service methods throw a java.rmi.MarshalException: Missing SOAP Body or Envelope
i.e: http://www.closerfar.com/dic2.asmx?WSDL
--> this has a method which return a definition of a word by a complex type
When I use the TryIt function in Xmethods.com, it's run!...
.... but not in my midlet
Can you help me
thanks
ludo

I have written a dot net/ c# Web Services doesn't fully work with J2ME client - it too throws the same exception, with the exception text being "Missing SOAP Body or Envelope"
a) c# web service works with c# WIndows Client (local & remote web service)
b) c# web service works with J2ME client - when the Web Service is local
c) c# web service FAILS with J2ME client - when the Web Service is remote
error/exception:
"Missing SOAP Body or Envelope" -- This occurs at the point of invoking the remote Web Service
Speculation:
a) dot net Web Services are "different" from Java Web services - yet it works fine in local mode
b) error is a misnomer & there is some other problem, perhaps fixable thru Web.config changes remotely??
- changed Web.Config authentication (from Windows to none), but this made no difference
- changed back to default web service namespace of tempuri.org, but this made no difference

Similar Messages

  • Cannot connect Service Manager with Orchestrator Web Service URL

    Dear TechNet User,
    i cannot connect my service manager console with my Orchestrator Webservice. i try to connect to "http://AMSCO01:81/Orchestrator.svc" ... the user i´ve choose is local admin on the orchestrator Machine.
    Thats the Logfile:
    Date: 07.10.2013 15:23:16
    Application: System Center Service Manager
    Application Version: 7.5.2905.0
    Severity: Error
    Message: Could not connect to the Orchestrator web service.
    System.Data.Services.Client.DataServiceQueryException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <title>404 - File or directory not found.</title>
    <style type="text/css">
    <!--
    body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
    fieldset{padding:0 15px 10px 15px;}
    h1{font-size:2.4em;margin:0;color:#FFF;}
    h2{font-size:1.7em;margin:0;color:#CC0000;}
    h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
    #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
    background-color:#555555;}
    #content{margin:0 0 0 2%;;}
    .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}
    -->
    </style>
    </head>
    <body>
    <div id="header"><h1>Server Error</h1></div>
    <div id="content">
     <div class="content-container"><fieldset>
      <h2>404 - File or directory not found.</h2>
      <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>
     </fieldset></div>
    </div>
    </body>
    </html>
       at System.Data.Services.Client.QueryResult.Execute()
       at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)
       --- End of inner exception stack trace ---
       at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)
       at System.Data.Services.Client.DataServiceQuery`1.Execute()
       at System.Data.Services.Client.DataServiceQuery`1.GetEnumerator()
       at Microsoft.EnterpriseManagement.ServiceManager.Sdk.Connectors.OrchestratorRunbookConnector.GetRunbookFolders(OrchestratorContext scoContext, Folder parentFolder)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Administration.Connectors.Orchestrator.OrchestratorConnectorHelper.ValidateServerConnection(Boolean found)
    System.Data.Services.Client.DataServiceClientException: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <title>404 - File or directory not found.</title>
    <style type="text/css">
    <!--
    body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
    fieldset{padding:0 15px 10px 15px;}
    h1{font-size:2.4em;margin:0;color:#FFF;}
    h2{font-size:1.7em;margin:0;color:#CC0000;}
    h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
    #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
    background-color:#555555;}
    #content{margin:0 0 0 2%;;}
    .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}
    -->
    </style>
    </head>
    <body>
    <div id="header"><h1>Server Error</h1></div>
    <div id="content">
     <div class="content-container"><fieldset>
      <h2>404 - File or directory not found.</h2>
      <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3>
     </fieldset></div>
    </div>
    </body>
    </html>
       at System.Data.Services.Client.QueryResult.Execute()
       at System.Data.Services.Client.DataServiceRequest.Execute[TElement](DataServiceContext context, QueryComponents queryComponents)
    any ideas? Thank you very much!

    Hi,
    I am unable to connect to
    http://hostname:81/Orchestrator2012/Orchestrator.svc/ in IE and am getting the same error while creating the connector.
    I can connect to orchestrator via http://hostname:81/ but it still gives me the same error when I create the connector (Cannot connect Service Manager with Orchestrator Web Service).
    anyone seen it before?

  • Using Windows XP and Firefox 3.6.15 web pages print with some of the script as unintelligible weird looking script or maybe some kind of computer script. This doe not accure usingg IE 8.0 with the same printer.

    Using Windows XP and Firefox 3.6.15 web pages print with some of the script as unintelligible weird looking script or maybe some kind of computer script. This problem also occurs with the web page on which this question is submitted. This doe not occur using IE 8.0 with the same printer.

    These have nothing to do with Firefox.
    C:\ProgramData\FLEXnet\Connect
    \11\ISUSPM.exe
    and
    C:\Users\Vinegarhill-User Acc\Desktop\Malware Removal Programs\eXplorer.exe
    This one - C:\Users\Vinegarhill-User Acc\AppData\Roaming\Mozilla\Firefox\Profiles\ak4dv58c.default\extensions\ \components\afom.exe - is probably the '''AFOM - Memory Recovery & Retention For Firefox Only''' extension.
    https://addons.mozilla.org/en-US/firefox/addon/11922/
    My advice is to uninstall that extension. IMO, you have too many extensions installed, and are asking for problems with Firefox. I am not against using a lot of extensions in Firefox ''(I typically have 45 to 50 extensions installed, but the mix of extensions you have scares me as potentially problematic.)''

  • HT5364 Why is safari not compatible with some web sites

    Why is safari not compatible with some web sites

    Web site design. Information.
    https://discussions.apple.com/message/11615727#11615727
    https://discussions.apple.com/message/21612250#21612250

  • Event 7024 The DPMRA service terminated with the following service-specific error:

    Hi
    I am getting a DPMRA error on an Exchange 2013 Server.
    Event 7024, Service Control Manager
    The DPMRA service terminated with the following service-specific error:
    An attempt was made to access a socket in a way forbidden by its access permissions.
    I think I have fixed the issue by uninstalling the DPM Agent and reinstalling it. It now  needs a restart (I will do this after hours)
    Is there a better way of fixing an issue like this?

    Hi
    Something has probably changed on the protected server side that affects the DPM agent. In some cases the DCOM configuration could change. Look at this blogpost and verify your DPMRA DCOM object.
    http://robertanddpm.blogspot.com/2010/08/dpm-ra-rights.html
    If this doesn't do the trick try reinstall the agent.
    Best Regards
    Robert Hedblom
    MVP DPM
    Check out my DPM blog @ http://robertanddpm.blogspot.com

  • The Remote Desktop Management service terminated with the following service-specific error %%4294967295

    Got this error after a reboot for the monthly MS hotfixes. After messing around too much, I finally found the problem and though that I would document it here since I have not found the solution anywhere I looked.
    This is in a Remote Desktop setup of two RDCB using a SQL DB that is hosted on a third server. The Remote Desktop Management service would fail to start with the "The Remote Desktop Management service terminated with the following service-specific
    error: %%4294967295" error because the SQL Server service hosting the database was offline. It had not automatically restarted after the same hotfixes. So I started the SQL server, then was able to get Remote Desktop Management to start on my RDCB without
    any delay.
    Philippe Carignan

    Hi Philippe,
    How is everything going on?
    Please check below thread for information.
    Remote Desktop Management Service, Service-specific
    error %%2284126209
    Hope it helps!
    Thanks,
    Dharmesh

  • There is an error with your web service settings that cannot be repaired automatically. Please Contact Product Support

    I get the above error message (in the title of this post) when I try to setup my remote website.  When I try to access the remote website, I receive the error message below.
    Please let me know what I need to do to correct the error.  Thanks!
    When accessing my remote website on Windows Server 2012 Essentials, I receive the following error message:
    Server Error in '/' Application.
    Could not load file or assembly 'Wssg.Web.Internal, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.            
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Wssg.Web.Internal, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
      <%@ Page Language="C#" Debug="true" %>
    or:
    2) Add the following section to the configuration file of your application:
    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.                  
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Wssg.Web.Internal, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'Wssg.Web.Internal, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
    Microsoft.WindowsServerSolutions.Web.RootSite._Default.InitializeCulture() +0
    ASP.default_aspx.FrameworkInitialize() +42
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +68
    System.Web.UI.Page.ProcessRequest() +119
    System.Web.UI.Page.ProcessRequest(HttpContext context) +99
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +913
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18447            
    Thanks. Paul Carvajal

    I'm not getting a return - my server name is Beast - is this correct?
    Get-ChildItemcert:\localmachine\my
    |where{$_.Subject-eq
    "CN=$env:BEAST"}|foreach{$_.Thumbprint}
    Thanks. Paul Carvajal

  • SOAP Response Version Mismatch error with SAP web service

    My company just recently upgraded to SAP CRM 7.
    The old way of creating web services in SAP worked fine, but now, there is something a bit off with SAP.  When I call the web service the send returns a Fault Event with the error : SOAP Response Version Mismatch
    I had a simple web service created with only 1 text input and 1 text output to make sure that it wasn't the parameters or return type.  I got the same error.
    Searching on the forum or the web hasn't provided with any good answer to the issue.
    Any thoughts on this?

    Problem solved

  • "no serializer is registered..." error with a web service not working

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

  • Problems with some web parts when using XSLT

    I have a page on which I have several web parts. Some web parts are custom while others are OOB and only XSLT is applied on them.  
    I am using 2 WFEs with NLB. Problem is when I do iisreset on one of the WFE then the OOB web parts with XSLT start giving error. You know the standard error "corelation ID....bla bla bla". Anyway the error automatically goes away after a 2, 3 minutes.
    So basically if I do iisreset or stop the iis, and then load that page, then all custom web parts load fine except those OOB web parts with XSLT. And then they too start working fine after 2, 3 minutes if I reload page.  
    What could be the reason for that? Looks like some service on which XSLT depends take time to load!? And once that service is loaded then they start working fine?  Or it could be due to distributed cache or something!?

    Hi  Frank,
    Which version of the SharePoint 2010 did you use?
    In June 2011 CU code was added to the DataFormWebPart (which is used to display list data) that if an XSLT transform took longer than 5 seconds, a StackOverflowException was thrown. This was done to avoid
    a potential Denial Of Service attack on SharePoint if crafted XML could be sent that would continually clog up the XSLT, thereby stopping pages from rendering.
    In August 2011 CU the transform "timeout" was reduced from 5 seconds to 1.
    So, any list with XSLT that takes longer than 1 second to parse in an XSLT transform goes *boom*.
    After you perform an IIS reset , the cache of the page was cleared and you encountered the error. Once the page is cached, there is no error.
    You can try to set up XSLT Timeout with the following PS commands:
    $farm = Get-SPFarm
    $farm.XsltTransformTimeOut = 5
    $farm.Update()
    Reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/de-DE/44cfd798-be7a-4436-8786-bd44049e7def/sp2010-column-filter-causing-unable-to-display-web-part-error-and-a-stack-overflow-exception?forum=sharepointgeneralprevious
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Web reference error wit a WCF service client

    Dear all,
    I have build as a studient demo a WCF service hosted under Windows Nt service with the following configuration file services:
    <services>
    <service behaviorConfiguration="MesServiceBehaviour" name="WCFServices.MesServices">
    <clear />
    <endpoint address="net.tcp://localhost:2000/MyService/ConvertCase"
    binding="netTcpBinding" contract="WCFInterfaces.IMesServices"
    listenUriMode="Explicit">
    <identity>
    <certificateReference storeName="My" storeLocation="LocalMachine"
    x509FindType="FindBySubjectDistinguishedName" />
    </identity>
    </endpoint>
    <endpoint address="http://localhost/ConvertCase" binding="basicHttpBinding"
    bindingConfiguration="" contract="WCFInterfaces.IMesServices" />
    </service>
    </services>
    <!--Serivice behaviour definition-->
    <behaviors>
    <serviceBehaviors>
    <behavior name="MesServiceBehaviour">
    <serviceMetadata httpGetEnabled="true" httpGetUrl="http://localhost:8080/MyService/ConvertCase" />
    </behavior>
    </serviceBehaviors>
    </behaviors>
    Then I would liek to show my student how to use the metadata to access the service.
    For that I have created a simple client application and add a web reference to my project pointing to my service adress. i get corresponding files created but just like this my client application do not compile with following error in autogenerate file :
    // <auto-generated>
    // This code was generated by a tool.
    // Runtime Version:2.0.50727.3053
    // Changes to this file may cause incorrect behavior and will be lost if
    // the code is regenerated.
    // </auto-generated>
    // CODEGEN: The binding 'NetTcpBinding_IMesServices' from #pragma warning disable 1591
    namespace 'http://tempuri.org/' was ignored. There is no SoapTransportImporter that understands the transport 'http://schemas.microsoft.com/soap/tcp'.
    // This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.3053.
    namespace Client.myServiceProxy {}
    #pragma warning restore 1591
    IN addition to that, how can I access the generated proxy from my client code ?
    The proxy object I have created seems not visible is there something to add or change absed on generated code ?
    I have never used such technique for proxy I am always using the channelFactory class but I would like to show my studient possibilities. And for me using autogeenrated code should at least compile and work straigt away..
    Thnaks for help
    sergeYour experience is build from the one of others

    Can you tell me how you fixed this?  I am having the exact same error - the generated proxy has nothing in it but comments:
    There is no SoapTransportImporter that understands the transport 'http://schemas.xmlsoap.org/soap/tcp/'.
    Nettie

  • Version 33 fails with some web pages.

    With version 33 I cannot use some web pages (version 30 still works fine.)
    Some examples:
    Cannot order a pizza from Dominos.
    Cannot use finance.yahoo.com echarts.
    Cannot submit art to deviantart.com.
    I prefer private mode. It fails. I've tried restarting with add-ons dissabled, still fails. Tried clearing cache, cookies and history to no avail.
    Failure is with:
    Mozilla Firefox for Linux Mint - 1.0
    Mozilla Firefox for Linux Ubuntu -1.0, release 33
    Success with Mozilla Firefox for Linux Ubuntu - 1.0, release 30.

    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    There might be extensions and plugins installed by default in a new profile, so check "Firefox/Tools > Add-ons > Extensions & Plugins" in case there are still problems.

  • Error with 0REPORT_DEFAULT_TEMPLETE   web templete

    Hi,
      I am  trying to use 0REPORT_DEFAULT_TEMPLETE  to publish all my reports in WAD and create IViews for portal.
    When i executed a report in web  which binded to  0REPORT_DEFAULT_TEMPLETE i am getting below error
    Web Item Report error: Parameter REPORT for the report Web item in the Web template is empty or missing
    Web template error in specifications for the Web item report
    Parameter REPORT for the report Web item in the Web template is empty or missing
    Use the BEx Web Application Designer to add parameter REPORT to the report Web item in the Web template, and assign a report name to the parameter
    Contact your system administrator; this error was recorded
    Please advise on how to proceed
    Thanks

    Thanks for your suggestions. I found the log but don't know what it means. Can anybody help?
    System.ArgumentOutOfRangeException:   startIndex cannot be larger than length of string. Parameter name: startIndex  
      at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length,   Boolean fAlwaysCopy)
      at   Microsoft.Office.DocumentManagement.MetadataNavigation.PerLocationViewManager.HumanReadablePath(SPList   list, Guid fieldId, String uniqueNodeId, String pathDelimiter)
      at   Microsoft.Office.Server.WebControls.MetaDataNavTree.TreeViewDataBound(Object   sender, EventArgs e)
      at System.Web.UI.WebControls.BaseDataBoundControl.OnDataBound(EventArgs e)
      at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect()
      at   Microsoft.Office.DocumentManagement.MetadataNavigation.MetadataNavigationContext.OnTreeViewLoad(SPTreeView   spTreeView)
      at Microsoft.Office.Server.WebControls.MetaDataNavTree.PerLocationPageLoad()
      at   Microsoft.Office.DocumentManagement.Pages.ColumnDefaultsPage.OnLoad(EventArgs   e)
      at System.Web.UI.Control.LoadRecursive()
      at System.Web.UI.Page.ProcessRequestMain(Boolean   includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 

  • Back button does not work with some web sites to return me back too Firefox main page after concluding business on site.

    After connecting to a web site and completing tasks, I use back button too return too Firefox main page. After using back button to get back to the original site log in page the back button (after repeated uses) will never get me off the web page and back to the Firefox main page. At this point the only way too get back too Firefox main page is too shut down Firefox wait 60 seconds and restart Mozilla-Firefox.

    Some web pages are coded to redirect you forward to another page. In that case, when you go back to the page, Firefox redirects you forward again.
    To bypass this, use the history drop-down next to the back and forward buttons. The drop-down has the most recent pages on top, and older pages below. Jump as far down the list as you can, then repeat as needed to get back to the first page.
    Does it work?

  • IPod Service Error with iPod installer 2006-06-28

    I previously had a Mini but lost it (stolen). I bought a Nano to replace it but could never get it to work. I returned this and purchased a new 30g iPod. Same issues. I get the error message "iPod Service Error" when I open the 2006-06-28 iPod Software Updater. I even get this message whether I have my iPod connected or not. In iTunes, I get the message "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software."
    Well, I've reinstalled iTunes countless times and reinstalled the updater a equal number of times with no luck. I tried all the steps (including links) in:
    http://docs.info.apple.com/article.html?artnum=93716
    I also used msconfig with no luck. I disabled my Norton internet security and antivirus software with no success. I disabled the Fast User Switching and followed someone's advice regarding FAT32, but again no luck.
    I tried to read through all the latest discussions and articles I could find, but am now getting confused. Is there anyone out there who has been able to tackle this problem? My alternative is returning my iPod and giving up on iTunes. Help me please!! Thanks.
    Dell 8100   Windows XP  
    Dell 8100   Windows XP  

    Thanks for your response and sorry for the delay. I've been traveling. Yes, I did try making another XP user account and got the same results. I have not tried the installer cleanup. What do I do with this utility? I read the instructions from MS, but not sure if I should just highlight the iTunes, iPod, and QuickTime stuff on my PC. Any help would be appreciated.
    Thanks,

Maybe you are looking for

  • [svn] 1176: compiler: moving all the graphing classes to...

    Revision: 1176 Author: [email protected] Date: 2008-04-10 10:38:20 -0700 (Thu, 10 Apr 2008) Log Message: compiler: moving all the graphing classes to... the util.graph package (ala asc)! Bugs: n/a QA: No Doc: No Modified Paths: flex/sdk/trunk/modules

  • Dynamic sql for select statement

    Hi, Please help me with the below code: It is updating null if the select statment returns one values. If it fetches multiple values then it throughs the below error msg when running the program. Please let me know how to modify the below code. Or le

  • Oracle Text suitability for my project

    Hi, i am building an application that stores web content. The content could be anything you see on the web - html, javascript, pdfs, binary files and xml. I've had a look at Oracle Text and it seems ok to find keywords but are needs are a bit differe

  • XLR install files

    Anybody know where to download the XLR install files from on the SAP website?  Please send link.  I can get the installation package from XLR's website, but was wondering if the SAP download was customized to somehow run with SAP and thus I should us

  • I finally found the way to DISABLE the annoying sound effect in Windows

    I tried looking around the site for some answers to get rid of the annoying sound effect after a page loads in iTunes 8 on Windows Vista. I have found the answer! *Vista users:* Right click on your desktop, and then go all the way down and click "Per