An IOException was thrown trying to access the WSDL at the given URL.

Hello
I deployed webservices on weblogic 8.1.5. I defined Security policy on webservices. The server is allowed to access from both inside and outside our domain. When I access with internal ip address, trying to test methods from Launch Test Page from Admin console. When I test a method, it prompts for user name and password. I enter username and password, the invocation is successful.
After I access Launch Test Page with external ipaddress (from outside the domain), trying to test method, the server did not ask me username and password, I get following exception. The only port open to external world is 80. The apache is configured with wlplugin and divert all trafic to port 7001.
I was wondering if any one has seen this and how did you fix. Please advise. I appriciate your help.
Thank you,
Balaji
<Apr 18, 2006 5:50:12 AM CDT> <Info> <WebService> <BEA-220094> <An IOException was thrown trying to access the WSDL at the given URL.>
<Apr 18, 2006 5:50:12 AM CDT> <Info> <WebService> <BEA-220034> <A stack trace associated with message 220094 follows:
java.io.FileNotFoundException: Response: '403: Forbidden' for url: 'http://XXX.XXX.XX.XX:80/eventws/EventManagementService?WSDL'
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:425)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
at weblogic.webservice.tools.wsdlp.DefinitionFactory.createDefinition(DefinitionFactory.java:126)
at weblogic.webservice.tools.wsdlp.WSDLParser.<init>(WSDLParser.java:76)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:108)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:84)
at weblogic.webservice.server.servlet.ServletBase.invokeOperation(ServletBase.java:295)
at weblogic.webservice.server.servlet.WebServiceServlet.invokeOperation(WebServiceServlet.java:343)
at weblogic.webservice.server.servlet.ServletBase.handleGet(ServletBase.java:266)
at weblogic.webservice.server.servlet.ServletBase.doGet(ServletBase.java:158)
at weblogic.webservice.server.servlet.WebServiceServlet.doGet(WebServiceServlet.java:254)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
<Apr 18, 2006 5:51:32 AM CDT> <Info> <WebService> <BEA-220094> <An IOException was thrown trying to access the WSDL at the given URL.>
<Apr 18, 2006 5:51:32 AM CDT> <Info> <WebService> <BEA-220034> <A stack trace associated with message 220094 follows:
java.io.FileNotFoundException: Response: '403: Forbidden' for url: 'http://XXX.XXX.XX.XX:80/eventws/EventManagementService?WSDL'
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:425)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
at weblogic.webservice.tools.wsdlp.DefinitionFactory.createDefinition(DefinitionFactory.java:126)
at weblogic.webservice.tools.wsdlp.WSDLParser.<init>(WSDLParser.java:76)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:108)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:84)
at weblogic.webservice.server.servlet.ServletBase.invokeOperation(ServletBase.java:295)
at weblogic.webservice.server.servlet.WebServiceServlet.invokeOperation(WebServiceServlet.java:343)
at weblogic.webservice.server.servlet.ServletBase.handleGet(ServletBase.java:266)
at weblogic.webservice.server.servlet.ServletBase.doGet(ServletBase.java:158)
at weblogic.webservice.server.servlet.WebServiceServlet.doGet(WebServiceServlet.java:254)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
<Apr 18, 2006 5:54:57 AM CDT> <Info> <WebService> <BEA-220094> <An IOException was thrown trying to access the WSDL at the given URL.>
<Apr 18, 2006 5:54:57 AM CDT> <Info> <WebService> <BEA-220034> <A stack trace associated with message 220094 follows:
java.io.FileNotFoundException: Response: '403: Forbidden' for url: 'http://XXX.XXX.XX.XX:80/eventws/EventManagementService?WSDL'
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:425)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
at weblogic.webservice.tools.wsdlp.DefinitionFactory.createDefinition(DefinitionFactory.java:126)
at weblogic.webservice.tools.wsdlp.WSDLParser.<init>(WSDLParser.java:76)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:108)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:84)
at weblogic.webservice.server.servlet.ServletBase.invokeOperation(ServletBase.java:295)
at weblogic.webservice.server.servlet.WebServiceServlet.invokeOperation(WebServiceServlet.java:343)
at weblogic.webservice.server.servlet.ServletBase.handleGet(ServletBase.java:266)
at weblogic.webservice.server.servlet.ServletBase.doGet(ServletBase.java:158)
at weblogic.webservice.server.servlet.WebServiceServlet.doGet(WebServiceServlet.java:254)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)<pre></pre><pre></pre>urlurl

Hi Francois,
The JAR file generated by the <clientgen> Ant task, has a static WSDL inside it.
To get your JAX-RPC client to use it, write code that looks like this:
MyService_Impl service = null;
MyServicePort port = null;
try
// There are two constructors for every XXX_Impl class.
// The one that accepts a wsdlURL (as a String) will
// request the WSDL from the service provider. The
// no-arg one will just use the statis WSDL in the
// client.jar generated by the <clientgen> Ant task.
service = new MyService_Impl();
port = service.getMyServicePort();
MyObject response = port.myServiceOperation();
Again, this will cause the WLS client-side JAX-RPC classes, in the webserviceclient.jar,
to use the static WSDL (in the client.jar generated by the <clientgen> Ant task)
to invoke the target web service. It will not send a request to the target web
service to retrieve it's WSDL, because it already has it.
Regards,
Mike Wooten
Francois Staes <[email protected]> wrote:
>
Hello,
I'm trying to access some simple web services which are implemented using
some Perl module (don't ask ....).
After I've gotten their WSDL file, I can successfully generate stubs
using
the clientgen ant task.
However, when I try to access the webservice from within my EJB's, I
get the
following error message:
An IOException was thrown trying to access the WSDL at the given URL.
java.io.FileNotFoundException: Response: '411: Length Required' for url:
'http://petest01:8082/cgi-bin/WebStore.cgi'
It seems as if the perl SOAP implementation doesn't allow me to check
their
WSDL file. Just sending the SOAP POST messages works fine.
I explicitly specified the 'saveWSDL' option to the clientgen task, but
it
still tries to access the WSDL file at runtime. Any way to resolv this
issue?
Regards,
Francois Staes.

Similar Messages

  • I have a MacBook purchased in 2009 with Snow Leopard. I tried to access "special characters" from the Finder menu and an intermittent blank pop ups and will not stop. It also happens when I run Word or Pages.

    The blank pop up began as I tried to access "special characters" from the finder menu. I restarted, turned off and restarted and it did not work. It interferes with any application because I cannot work fast. Every new step takes a few seconds longer such as saving, finding text, check spelling and many more. I am desperate to solve this. Thanks in advance for any help given.
    Consuelo Corretjer

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • When trying to access email I get the message "Cannot get Mail - The connection to the server failed". How do I resolve this?

    When trying to access email I get the message "Cannot get Mail - The connection to the server failed". How do I resolve this?

    google your mail providers settings and go over them 1 by 1 to make sure it's set correctly in your ipads mail account settings

  • I am trying to access tax forms from the IRS.  I download them to my comuter and they read fine (version XI).  However, when iItry to open them on another computer (version 4) they will not open.  Version 4 opens all other documents fine, just no the ones

    I am trying to access tax forms from the IRS.  I download them to my comuter and they read fine (version XI).  However, when iItry to open them on another computer (version 4) they will not open.  Version 4 opens all other pdf documents fine, just not the ones from the IRS.  Any ideas?

    Version 4 is oh so old.
    The IRS and many other providers of forms are using products like LIveCycle which require at least version 7.05.
    Saving, Filling, and Printing PDF Files
    We use Adobe Acrobat PDF files as a means to electronically provide forms & publications. You will need to have the Adobe Reader software installed to access them (available FREE from the Adobe Reader download page on Adobe's Web site). We recommend using the most recent version of Adobe Reader.

  • Include xml schema in the WSDL of the web service

    Hi,
    I have a bpel process where I want to call several web service, so therefore the web services should reference the same xsd schema. I use JDeveloper and Oracle PM 10.1.3.3.0.
    I have a problem with including the schema in the wsdl of the web service, and I receive an error at deploying the web service.
    For including the schema I tried, things like:
    <types>
    <xsd:include schemaLocation="\C:/genschema.xsd"/>
    </types>
    Error compiling :C:\orabpel\bpel\system\appserver\oc4j\j2ee\home\applications\BuecherApp-LagerService-WS\WebServices: Error instantiating compiler: Web service artifact generation failed:oracle.j2ee.ws.common.tools.api.WsdlValidationException: model error: element "{http://lagerservice/types/}pruefeBuecherAufLagerElement" not found.
    or
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
         <import namespace="http://lagerservice/types/"
    schemaLocation="genschema.xsd" />
         </schema>
    </types>
    Error instantiating compiler: Web service artifact generation failed:java.lang.InstantiationException: IO Error parsing imports in C:\orabpel\bpel\system\appserver\oc4j\j2ee\home\application-deployments\BuecherApp-LagerService-WS\WebServices\server-wsdl\LagerService.wsdl : Unable to find/read file WEB-INF/wsdl/genschema.xsd
    the file is in the required directory WEB-INF/wsdl, and also the current directory.
    Can anyone help please?
    Ela

    ... and here is the solution:
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
         <import namespace="http://lagerservice/" schemaLocation="file:///c:/genschema.xsd" />
         </schema>
    </types>

  • List all the directories on a given url on remote server

    Could any body help me in Listing the files on a given URL directory on a remote server using Java.
    I have done this:
    File dir = new File("http://www.abc.com/web/data/sos/zip/tm/");
    String[] children = dir.list();
    if (children == null) {
    out.println("CANNOT FIND ANY FILE");    // IT IS ALWAYS GOING IN THIS CONDITION AND FAILING THEREFORE.
    // Either dir does not exist or is not a directory
    } else {
    for (int i=0; i<children.length; i++) {
    // Get filename of file or directory
    String filename = children;
    out.println("HI");

    kus wrote:
    There is a solution but not a very portable one, i.e. you can't use it to get a listing of files from any server that you happen to look at. But here are the steps you need to take:
    1. Use a browser (firefox, opera, etc.) to view the file listing and then view the source.
    2. Duplicate the retrieval of data from the given URL in Java (new URL(...), etc.)
    3. Parse the HTTP response and/or the HTML that the server returns to you to extract what you need.
    Step #3 is the biggest piece of work and the format you need to parse will depend on whatever the remote server hands to you. It's intended for humans, not machines; every server can decide how to format this and it even depends on the server's configuration how this data is presented to you. In any case, it's entirely up to you to make sense of whatever the server happens to throw back at you and if the server happens to present you a nice, picturesque page rather than a listing of files then your completely out of luck.He actually wasn't talking about http at all, so most of this thread has been a wild goose chase.

  • Trying to access time machine causes the macbook to freeze up

    I have a significant problem with iphoto. Now I would like to access my pictures using the time machine. This is what I do and what happens.
    1) go to the dock and click on time machine icon
    2) a bar with blue traveling stripe appears says connecting to time machine
    3) after less than 1 or 2 minutes the bar turns grey and stops moving
    4)now nothing works. there is nothing I can do but shut off the macbook with the little on and off button at the top right hand corner of the computer.
    5) i turn the computer off. Wait a minute or two
    6) turn computer on
    7) repeat steps 1-6
    8)now that I have gone thru this process i get the color wheel all the time.
    I have tried to find answers in all sorts of mac books, discussions, you tube and google.
    When I see something I think might work it's to complicated for me to follow mostly because I don't know where to begin, which of the many ways that there are to enter a program. Which honestly is what started this problem a couple months ago. New to the mac. Started working with my photos with no knowledge of the ins and outs at all and in doing so I began to loose group after group of photos to the grey/black ! monster.
    My happy thought was knowing they were all backed up by the time machine. I could recover them from there, SMILE. Not now I cant even access that now. Things keep getting worse.
    Please save a Mac by helping me

    Why not start by reading the three User tips at the top of this forum's topic listing, especially the one on troubleshooting.
    My guess is you have something faulty with your system from what you describe. I would start by:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Next try booting into safe mode to see if the problem ceases.
    Download and install AppleJack - VersionTracker or MacUpdate. Read the documentation then boot into single-user mode and run the software per its instructions.
    If none of the above help then you will likely need to reinstall OS X. You may be able to do the following:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Access Denied when trying to access shared folders on the server with administrative privileges

    I have problem accessing shared folder on the server machine from Windows 7 machine even if I try to access it with administrative privileges (server Administrator account). I will try now to explain better my situation.
    In my company, we have small network infrastructure with one main server machine (HP ProLiant server) with Windows Server 2012 R2 installed and couple of desktop machines. The network is administrated by me.
    On Windows Server we have installed and setup DHCP, DNS, Remote Access and Routing, File and Storage and Active Directory services. Desktop machines are having Windows 8.1 Pro, Windows 8.1 or Windows 7 Home Premium installed on them. In Active
    Directory I have created domain, User groups and Users for employees in my company and so far, I didn't added desktop machines to the domain.
    Also, I've created one folder on the server which should contain different projects data for network users and I have set access permissions and security for this folder and shared it on the network (I've added couple of users to one user group and I
    gave Full control to this group over this folder). When I try to access this folder from network, I've been asked for login credentials (normally), where I just type in one of users username and password who has been given access permissions to (who is member
    of group with full control over the folder). From Windows 8.1 Pro and Windows 8.1 machines I can access and work on this folder without any problems.
    The problem comes with Windows 7 machines. On Windows 7 machines (I have also tried this with Windows 7 Ultimate in VMWare) I can access server, I can see its shares, but as soon I try to access folder I've created for projects, I get Access Denied message
    with request for User login credentials. Whichever user account I use (even servers main Administrator account) I keep getting this message over and over and I'm unable to access it at all.
    I have also tried to access the server through VPN (from local or outside) but I'm getting the same error again. Also I've tried to add these Windows 7 machines to the domain and login with domain user but the result is the same. Turned off both firewalls
    (on server and desktop machines, which I know is unnecessary, but lets try it), still same case. I've tried couple more things with registry editor on desktop machines which I found on different forums and websites but still no luck. And now I don't know
    what else I can do.
    Does anyone knows what's the problem here, have I set something wrong, have not set something I should?

    Hi MeipoXu,
    thanks for your response. I will first answer on your question.
    Yes, the main issue is that we can see the folder when we access the server but we cannot access its contents from Windows 7 machines. I have tried on two machines, one with Windows 7 Home Premium version and the other one with Windows 7 Ultimate version
    and the situation is the same.
    As you recommended, I've checked Network Discovery and File and Printer Sharing and the situation is next: File and Printer Sharing is turned on all layers (Private, Public and Domain) while Network Discovery is off for all layers too. I don't know if this
    is normal thing but Network Discovery cannot be turned on in Windows Server (I'm able to select Turn on Network Discovery and apply the changes, but when I get back to this settings page, I again see that it's turned off, so I assume this can't be changed
    at all).
    I also tried with icacls in command prompt and everything seems to be ok there regarding permissions. Share permissions are set to Full control to Everyone and Security permissions are set to Full control only for Administrators and the user group I've created
    for employees in my company. The confirmation for this is that on Windows 8 machines you can access this folder without any problem and without getting any message connected with access permissions with any user account within this user group. This share is
    created through File and Storage Services service in Server Manager panel.
    And then something came up on my mind. I went in Server Manager to check shared folder settings in File and Storage Services and under Settings page I saw that "Encrypt data access" has been enabled (I enabled this option because I thought
    I will get more security with this option). I asked my self what would happen if I disable it, tried it and now everything works ok on Windows 7 machines too. Now I assume that Windows 7 doesn't have this feature implemented or there are some
    settings which needs to be set on Windows 7 machines to make this encryption thing work with Windows Server. So basically, I will let this feature off for now until I find out more about it and how to implement it to work with all operating systems.
    I want to thank you once more for your kind help!

  • I am trying to access my Ipad but the wrong passscode has been input and it is now disabled. when i try to reset the ipad it switches itself off before i have had chance to complete reset. please help

    I am trying to access my Ipad2 but have input the wrong passcode and it has now been disabled.
    I have followed the information to reset to factory settings but the ipad switches off before the reset has been completed.
    how can I reset my Ipad so I can reuse this again?
    Thank you

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • How to create the WSDL using the search function is to implement it ?

    Hi
    I have a question to everyone.
    I have developed LivecycleDesigner now.
    PDF Once the search process was conducted in the screen press the search button, the ability to display search results and we want to create PDF on the screen.
    I want to implement a WSDL to connect, not handled properly.
    MicrosoftInfoPath has been successfully processed, the WSDL no problem I think.
    Would you be able to advise?
    I would like a sample if possible.
    Thanks and best regards,

    Mingfei is correct, you probably have no Streaming Reserved Unit configured in your account. 
    Dynamic packaging from MP4 to Smooth, HLS, and DASH only works if you have a Streaming RU turned on. Otherwise, you can only progressive download the MP4 files or use the Smooth Streaming encoding presets only (which will not support dynamic packaging to
    HLS and DASH).
    Have you tried to use the Azure Media Explorer tool to test this out again?  I think you will find that it works just fine through the AME tool.
    The tool will show you the existing streaming Locators on your asset and it will give you access to multiple Players that can play the video back.
    You can find the installation package on http://aka.ms/amse
    Once you install it, encode and publish your asset, and then use the Publish->Playback menu to test out the stream. 

  • Error while using the WSDL from the local system

    Hi all,
    When I was trying to use a WSDL that was stored in the local system and was deploying the application... the application was deployed and was displaying an error called                                       
    " java.io.FileNotFoundException: D:\Documents and Settings\gz2yvb\Desktop\AbysalEmail.wsdl (The system cannot find the path specified) ".
    Can anyone helpme out.
    Regards,
    Anuradha

    Hi,
    Please check table T77IV and see whether you haver assigned a number range for the object you want to transfer the data.
    Please let me know in case you require any further clarifications.
    With Regards,
    Kaustuv Goswami.

  • Trying to access a page in the cache, but it only has the entries from today's date, even though my history goes back for more than a month. Is it all gone?

    I used the about:cache function and clicked on the option to view the files, but it only shows today's date. I have history for much further back. Have all the cache files been removed? If not, where can I find them? It's somewhat urgent.
    Thanks. :)

    this is normal behaviour - the cache is only a temporary file store & sites can specify if/how long data should be stored. everything that isn't showing up in about:cache is gone

  • Trying to Access Nike+ Data On The Web With Applescript

    I would love to access this data (see this article on how they are doing it: http://www.shokk.com/blog/articles/2007/01/10/nikeplus-api) but I can't seem to make it work with Applescript by using this command:
    do shell script "curl https://www.nike.com/nikeplus/v1/services/app/externalprofilelogin.jhtml?
    login=\"[email protected]\"&password=\"yourpassword\"&locale=en_us"
    Any thoughts?

    I would love to access this data (see this article on how they are doing it: http://www.shokk.com/blog/articles/2007/01/10/nikeplus-api) but I can't seem to make it work with Applescript by using this command:
    do shell script "curl https://www.nike.com/nikeplus/v1/services/app/externalprofilelogin.jhtml?
    login=\"[email protected]\"&password=\"yourpassword\"&locale=en_us"
    Any thoughts?

  • Elements 11, getting this when trying to access editor, "Some of the application components are missing from application directory. Please reinstall."

    Reinstall software. Continue to get the same message. Plus, A required application library failed to load and the product cannot continue. I have been using this program for about 11 months without any problems. This just started.

    Which Photoshop version are you using?  If it's CS3 - CS6 then you can download it from Adobe and install it properly.  No need to rebuy it, just put in your serial number:
    http://www.adobe.com/support/downloads/product.jsp?platform=Windows&product=39
    If it's CC, then you just get it from the main site.
    Photo editor | Download free Adobe Photoshop CC trial
    If you can, I would put all the files back where you moved them from, and uninstall the program properly.  Otherwise you'll have file remnants laying around.  Also, you're unclear if you just moved it to another location on the same computer, or a new computer.  If it's a new computer then you need to deactivate the old computer as you only have two seats to use:
    Activation & Deactivation Help

  • HT201441 This phone is from a former employee who was terminated, i cannot access this account as the assinged number is changed how do i reset this phone to factory default.

    Need to set this company phone back to default settings.

    As far as I know, you can't.  Contact the former employee and inform them that you are starting a collections proceeding against them since they returned the phone in a non-working condition unless they cooperate by erasing the phone and removing it from their account as outlined in the article you were just reading.

Maybe you are looking for

  • Exchange tasks disappear from Outlook when they appear on the Pre

    I am using EAS on my pre, with Outlook 2007 (and Exchange Server 2007).  In Outlook, I use the calendar weekly view which shows the tasks at the bottom on the day they are due.  My pre has synced without any trouble.  However, when the reminder for a

  • Select Distinct rows from multiple tables

    Table 1 is a List of Vendors - VID, PID, VName, VAddress, VPhone Table 2 is a list of Products - PID, PName, PPrice, PWeight, PColor I need to produce a list of unique PID's showing the following fields - PID, VName, PName, PColor So, Here is my fail

  • INITIAL_CONTEXT_FACTORY, PROVIDER_URL and URL_PKG_PREFIXES

    Hello!! I hope that you can help me. What are the values of these three environment varibles? I have a problem when I create a new InitialContext .. what is wrong? This is my code : Hashtable env = new Hashtable(); env.put(javax.naming.Context.INITIA

  • How to exclude mts files from importing

    Hi, I use my photo camera for photo's and video, but as PSE is crashing/freezes when it encounters a mts file I would like to exclude these from importing but the default "media type" settings does not allow this. How can I force PSE to exclude these

  • Issue in InputListOfValues

    Hi Experts, Working in JDEV 11.1.1.3.0 I have 2 issues while using InputListOfValues. 1. I want to increase the width of the column on search, once we click on InputListOfValues icon. Is it possible? 2. On the query panel which comes on InputListOfVa