Lesson 17 Problem

When attempting to do Lesson 17 section "Using the Web
Service Introspection Wizard" I get the error message " Unable to
load the WSDL. Specify another URI." in the Specify WSDL to
Introspect window. I selected Drirectly from the client and my WSDL
URI to
http://localhost:8300/flexGrocer/cfcs/ProductManager.cfc?wsdl
as directed on page 464. I do have the ColdFusion server running. I
think that the problem is that there is no crossdomain.xml file
anywhere in the cFusion folder or subfolders. I tried adding one
with no effect. Can anyone tell me what is going on?
I am running on a MacBook Pro under OS X 10.5.5

"Jim Daniel" <[email protected]> wrote in
message
news:gcdrvk$2bd$[email protected]..
> When attempting to do Lesson 17 section "Using the Web
Service
> Introspection
> Wizard" I get the error message " Unable to load the
WSDL. Specify
> another
> URI." in the Specify WSDL to Introspect window. I
selected Drirectly from
> the
> client and my WSDL URI to
>
http://localhost:8300/flexGrocer/cfcs/ProductManager.cfc?wsdl
as directed
> on
> page 464. I do have the ColdFusion server running. I
think that the
> problem is
> that there is no crossdomain.xml file anywhere in the
cFusion folder or
> subfolders. I tried adding one with no effect. Can
anyone tell me what
> is
> going on?
>
> I am running on a MacBook Pro under OS X 10.5.5
Was this intended for the Flex in a Week newsgroup?

Similar Messages

  • STP Lesson 6 problem

    Using the Apple Pro Training book for STP, Lesson 6, and when I try to drag the guideTake.aif file into my multitake editor I get the warning:
    Unable to add new take. The channel valence or sample rate are not the same as the project you are working on."
    Checked sample rates they are same - what the heck is valence and how do I check to make sure they are OK?
    Any help?

    Gee, I have the exact same problem. I don't have an answer for you, and I just proceeded to finish the lesson without the guide track. It's nice to know I'm not the only one, I guess.
    BTW, I was able to bring guideTake.aif into a track just fine before I recorded my Multitrack voice over. But after I created the Multitrack, no go. I even tried opening and resaving guideTake.aif as a QT file, doublechecked the sample rate, etc. but still no success. Weird.

  • CS4 lesson 4 problem

    I am solo learning Illustrator CS4 with Adobe'a classroom in a book. In Lesson 4, when I place the "order online" text over the rounded rectangles (pg117), the print is always hidden behind the rectangles. I have tried Arrange, bring to front, but that hasn't worked. Any suggestions?

    Make thee text first then in the appearance panel select Type and add a new fill.
    Select the bottom fill and change the color
    then go to effects>Convert to shape>Rounded Rectangle with the bottom fill highlighted in the appearance panel.
    then you will have the text on top of the rounded rectangle.

  • Digital Classroom Lesson Conversion Problem from Premiere Pro CS5 to CS5.5?

    I have the book Premiere Pro CS5 and CS5.5  Digital Classroom.  The project lessons on the dvd do not convert for use with my Premiere Pro CS5.5 program.  Has anyone had this issue and found a resolve?
    Thanks
    jim

    I did copy the lessons to drive and tried to open project then this comes up:
    This project was saved from a previous version of Adobe Premiere Pro and must be converted.  The original project file will not be modified.  Continue?
    It gives you a file to convert.... but it does not convert.  That is there is a project in form but no videos or images.
    Importing the project will skip the question above but end result the same.

  • Lesson 8 problems

    On page 168 of the book, number 13 says "In the New CSS Rule dialog box, click Less Specific once to remove .container from the Selector Name field. The selector name field should display .content .profile. Click OK." The problem I'm having here is that NOTHING is displayed in the selector name field. When I type in what the book says should be there and click ok, I get an error message that says "Class names must start with an alphabetical character preceded by an optional period. There should be no spaces or additional punctuation." I don't know if what I'm changing should be left as a class or as compound under selector type, and the book shows a space between .content and .profile. I'm thoroughly lost and can't move forward with this. Can anyone help, please?

    sibelabmom wrote:
    On page 168 of the book,
    Which book? People here are willing to help, but we're not mind-readers.
    The selector name field should display .content .profile. Click OK." The problem I'm having here is that NOTHING is displayed in the selector name field. When I type in what the book says should be there and click ok, I get an error message that says "Class names must start with an alphabetical character preceded by an optional period. There should be no spaces or additional punctuation." I don't know if what I'm changing should be left as a class or as compound under selector type, and the book shows a space between .content and .profile.
    As the error message says, a class cannot have spaces. Since you're being told to use .content .profile, it's a compound selector.

  • Buying Artist lessons from Garageband

    How come I can never buy an Artist lesson??? No matter what day of the week or time of day. The screen always say Artist lesson store is not available at this time. Try again later. So, it seems that no one or maybe just me can not buy the Artist lessons.

    Same problem here. Store has been unavailable for a long time.

  • Price Band on a pre-calculated average : Don't go down the rabbit hole.

    One of the issues with DAX is that you get really ambiguous error messages that essentially give you little clue as to what is the problem.  You can go off in one direction only to realize the problem is in the other direction.
    Using DAX Studio http://daxstudio.codeplex.com you an alleviate some of this pain.
    I needed to assign a sales band to a fact table but rather than base it on a row value, it needed to be based on a simple
    expression i.e. Average Sales :
    CALCULATE(average([Sales]),filter(Table1,[Customer]=EARLIER([Customer])))
    With an unrelated band table this expression can be dropped right into the basic banding pattern from Marco & Alberto's
    DAX Pattern site
    =
    CALCULATE (
    VALUES ( Bands[Label] ),
    FILTER (
    Bands,
    CALCULATE (
    AVERAGE ( [Sales] ),
    FILTER ( Table1, [Customer] = EARLIER ( [Customer] ) )
    >= Bands[Min]
    && CALCULATE (
    AVERAGE ( [Sales] ),
    FILTER ( Table1, [Customer] = EARLIER ( [Customer] ) )
    < Bands[Max]
    Lesson : Sometimes problems are easier to solve than what appears !
    Lee Hawthorn ACMA, CGMA View my Performance Management blog at leehbi.com

    Srini Chavali wrote:
    Ed - could it be that these Oracle Homes were cloned (using OUI) from the same source ? That would explain the directory names (which is the structure on the source) and the matching time stamps across multiple homes.
    HTH
    SriniIt was confirmed that the migration was done some time AFTER those opatch entries - nearly a year later. I'm still trying to get information on how the migration from hpux to linux was accomplished (my predecessor is still employed here, but in another dept and he keeps odd hours and is pretty vague when I question him about anything). The various instance alert logs go back to pre-migration, so it looks like a lot was preserved/copied over.
    In any event, I think I can ignore those patches and just focus on what was done post-migration.
    Thanks for the clue.

  • AS3 to PHP

    Hey,
    Just wondering how do i integrate a php file with flash to get and recieve variables through the php file from as3?
    I would like to start off by putting as3 variables into php database.
    Then i would like to connect with an as3 variable from php to change the variable to something from the database.
    I know PHP so that isn't a problem
    Thanks.

    In that case, what you are asking for is beyond the level of effort you should expect in a forum.  What you are asking for requires a tutorial level of response.  "Hard" is a relative term, and you can only judge that relative to yourself. 
    As for your appraisal of tutorials, I disagree.  I would say most show the code needed to support the lesson -- the problem for you might just be that the lesson is not what you really want to take the time to learn.  That the code might seem advanced to you should be a clue that what you are trying to learn about is advanced.
    If you come to a forum with something to show in the way of effort, and have relevant code to show that is not working for you, then you can often get detailed help.  But if you come with a general "how do I" request, you should expect to be handed directions of where to go to find a lesson. If that happens enough you might eventually learn that you don't need to ask and can find informaton on your own.  I have found that the Flash help documentation, Google, and trial and error can help me solve just about anything.

  • Problem in Exploring the Decision Tree Model on Lesson 4 Basic Data Mining SSAS

    Hello everyone,
    I've tried to follow all the steps mentioned in Basic Data Mining Tutorials, but I've an odd problem in the Lesson 4 - Exploring the Decision Tree Model (http://technet.microsoft.com/en-us/library/cc879269.aspx).
    It's stated that "As you view the TM_Decision_Tree model
    in the Decision Tree viewer, you can see the most important attributes at the left side of the chart. “Most important” means that these attributes have the greatest influence on the outcome. Attributes further down the tree (to the right of the chart) have
    less of an effect. In this example, age is the single most important factor in predicting bike buying. The model
    groups customers by age, and then shows the next more important attribute for each age group. For example, in the group of customers aged 34 to 40, the number of cars owned is the strongest predictor after age."
    But, I got a different result from what mentioned in the tutorial. I got the number of cars owned as the most important attribute, then followed by the attribute age.
    Do you guys know why?
    Thanks in advance

    HI,
    BEGIN
       INSERT INTO DT_CA_SETTINGS_TEST (SETTING_NAME, SETTING_VALUE) VALUES
       (dbms_data_mining.TREE_TERM_MINPCT_NODE,to_char(1));
    END;
    That is not "Mode" its "NODE".
    Now Execute.
    Cheers..

  • Serious problem with document check-in -- error (timeout) on some lessons

    I am getting a timeout error when trying to check in some checked out lessons.
    If i force clear the check-out flag, I lose the work done (in fact the entire lesson).
    This started after a database server glitch (since fixed).
    The Designer is remote to the server and new files check out and in with no problem, but about 8 lessons are stuck in check out mode.
    Are there any tools available to recover this problem, or some process to protect the work done and perhaps re-load it to the server ?
    Many thanks.

    If you have not already done so, please open a support ticket as soon as possible: http://support.oracle.com/
    Best regards,
    Marc

  • Problem with downloading Guitar Lesson 5

    Hi!
    I have problems with downloading Guitar Lesson #5. I was able to successfully able to download all other lessons, but when I try to downloadat Lesson #5, this error constantly occurs:
    "GarageBand was not able to complete download."
    I'm curious about how to download this lesson. Thank you for your help.
    Anyway, I'm using iLife '09.
    Thank you for your answer(s).

    I had problems downloading John Legend's piano lesson. It downloaded but quit while installing. And then it tried reinstallling after each bootup of Garageband. I finally found the location where Garageband wants to install these files: root>Library>Application Support>Garageband>Learn to Play>Artist Lessons. I deleted that last directory. After restarting the lessons finally installed. It seems as though Garageband created this folder again as I had expected and the .mwand file with the lesson got installed. Now everything works fine. Hope this helps you too as nobody at Apple (after sales) seemed to know how to help me.

  • Problems during download of the basic lessons of Garageband

    Hi to Everyone,
    I have a new macbook pro, 4 gb ram, snow leopard installed, all the update done (also for garageband ver. 5,1).......i can't download the lesson n° 9 of the basic lesson of garageband......all the other start without problems (piano and guitar) but, when i try to download the n° 9 of the piano the message is: Garageband can't do the download, go to the apple store (?the store) for help......i go to the apple store but i find only discussion on this forum. The link in this forum where download directly the lesson doesn't work......! have you a new website adress or a help for me?
    Thanks in advance, i love garageband and i would want to use it to its best.
    Stefano

    Hey helodrvr,
    It sounds like all of these issues may be related. I would recommend completely uninstalling and removing iTunes and all related components. The following article will explain how to do so in Windows XP:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    If you continue to have issues, please refer to this article:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Thanks,
    Matt M.

  • Problem with guitar lesson nr.7 Garage Band '09

    Garage Band '09 cannot complete download of 7th guitar lesson. What can I do?

    Ok now it runs perfectly after I have repaired permissions.

  • Problem with downloading lesson store items

    I am trying to get the guitar lessons downloaded. I don't seem to have guitar lesson one and it doesn't appear in the store. Lesson 2 won't complete the download even though I try each time i open Garageband. The piano lessons (which are excellent) have downloaded no prob. any suggestions?

    You can download the lessons directly from this site http://www.kuflux.com/?p=309 once the download finishes you can install just like normal. When the install finishes, the file will be in MacBookHD/Library/Application Support/GarageBand/LearnToPlay/tmp/BasicLessons copy that file, click the back button twice, and paste it into the basic lessons folder. It should now be in with a pile of other lessons in the MacBookHD/Library/Application Support/GarageBand/LearnToPlay/BasicLessons Folder. When you go back to garage band, it should appear. If not try restarting. Hope this helps.

  • Problems with download Lesson 2 Guitar

    Hello,
    yesterday i try to download the guitar lesson 2 in garageband 09.
    the download aborted.
    when i open garageband another time it say "garageband try to finish the download" and in the next step comes "garageband cant finish the download".
    i think the cached file is broken. can i delete this file and reload the lesson again?
    yves

    I'm dug and found no solution to this anywhere on the apple forums. I did however find a spot where you can directly download the lessons
    http://www.kuflux.com/?p=309
    best of luck.

Maybe you are looking for

  • External hard drive won't erase and now is not recognized

    My 1 TB WD external hard drive was partitioned into 2 partitions. The top partition was for Time Machine, the bottom for my personal files. Those personal files are not on my regular hard drive so I decided I needed to get another external hard drive

  • Any way to get a history (detailed) of data usage on 3G?

    Hi all. I'm in Canada, have a 3G iPad and had a 250MB data plan with Rogers. That 30-day plan went from June 2 to July 2. This being the first month, I monitored data usage fairly closely and was surprised at how slowly my data balance was going down

  • SQL Developer 2.1 EA2 does not show any procedures

    With this version, the Navigation Tree does not show any procedures.

  • Problem in Cros company STO Billing

    Hi, I have done the cross company code STO customization, assignng of document type, delivery type, biling type IV assign to doc. type DL etc. plant data is also maitain for the plants, everyhink work OK till the PGI, but while creating the billing d

  • Where can we get details about "Caller Name ID"??

    I just got an alert on my phone that I had been automatically signed up for a ten day free trial of something called "Caller Name ID", which would automatically continue unless I cancel it.  Aside from the general shadiness of auto-enrolling me in so