Help with Map Editor in WCS 4.1.91.0

In WCS version 4.1.91.0 is there any way to edit maps other than through the web interface? I'm trying to lay in my "thick walls" and I'm finding the resolution in the web interface to be down-right horrible. Since I'm in a hospital environment I have lots of walls to draw but I keep having to refer back to my original jpg to locate some of the walls as they do not appear on the low resolution web interface editor. If anyone has any ideas on editing maps in WCS I'd love to hear them.
Thanks,
Scott

Scott,
The rumor from Networkers 2007 (OK, OK: Networkers at Cisco Live!) was that WCS version 4.2 would allow import directly from Autocad .dwg files without the mess of first saving as bitmaps.
A snippet from: www.cisco.com/en/US/products/ps7305/prod_bulletin0900aecd806b7f8a.html
"AutoCAD Map Import Support: AutoCAD images can be imported into Cisco WCS and used as maps. Users can select the layer of the AutoCAD image to be used as the WCS map when the image is previewed. Cisco WCS maps support three import file types: JPEG, PDF, and AutoCAD."
And remember, WCS version 4.2 will "fix everything this time" ;-)

Similar Messages

  • Help with mapping the mod_plsql path with Apache

    Hi,
    I need help with mapping my pl/SQL Handler path.
    Currently i have an URL like this :
    http://myhost.com/pls/DADUSER/PLSQLPROC?param1=123
    But I need something like :
    http://myhost.com/d/PLSQLPROC?param1=123
    I tried to rename the "Location Handler" from "pls" to "d", works great, but it always appends my Default DAD User to the URL.
    And I tried to map my PL/SQL Handler to "/" and create a DAD User called "d" and set it to default. Didn't worked...
    Any help is appreciated....
    Bye,
    Oliver
    null

    Oliver,
    try to use the rewrite directive or the
    rewrite engine (mod_rewrite).
    Please see the Online documentation for how
    to do this:
    http://technet.oracle.com/docs/products/ias/doc_library/1021doc_otn/comm.102/a87562/apptroub.htm
    Hope it helps
    -Stefan

  • Pls help with JTree editor problem

    Hi,
    I have a JTree where each node in the tree is a JPanel. In each
    JPanel are two JTextField objects. Only one of the JTextField objects
    is editable.
    When I click on node (a line in the JTree) with the mouse, it is
    painted using the custom editor (TreeCellEditor) that I have written.
    When the selected and editable JTextField has the focus, and when a
    certain key is hit, I capture that key, do some things, and then select
    a different node in the JTree.
    When selecting the new node, I need the node to be painted with
    the editor, just as if I had clicked on it with the mouse.
    In the method called as a result of the key binding, I call the
    following --
    TreeUI.stopEditing( JTree ) -- stops editing of the cell that resulted
    in the key binding call
    TreeUI.startEditingAtPath( JTree, TreePath )
    -- according to the JavaDocs, this should select the new cell and
    start editting of it.
    This last method does call my editor to get the components, but then my
    Renderer is also called (twice in fact). When the cell is painted, it is
    painted with the Renderer's components.
    PLEASE HELP HERE !

    Thank you so much for giving a reply to this problem.
    I will experiment with your suggestion. However, in looking at the JavaDocs
    I would need to make one class that implements both TreeCellEditor and
    TreeCellRenderer, with the methods getTreeCellEditorComponent() and getTreeCellRendererComponent(). Since currently, my editor is called and then
    my renderer is called, over-writing the editor's result, I would suspect that
    both of these methods would also be called (even though they are in the same
    class), having the same effect.
    Again, thank you.

  • Need help with mapping( UDF)

    Hi,
      I had a mapping requirement where i need to transfer data with double quotes
          suppose data is
    sap-labs
    i need to send as "sap-labs".
    The main problem is when ever there is '-'(it can be any where in the string) I need to modify as above, otherwise data can be sent directly.
    I know how to do this requirement using Standard Functions.But, I am trying to use UDF so try to help me out with the code.
    and also what i have to import for this UDF. and why i have to import them?
    Thanks in advance,
    Siva.

    Hi Siva Bonthala,
    Note: - quote ("), apostrophe ('), ampersand (&), less than (<), greater than (>) are special characters in XML. They should not be present in data. [Link1|http://www.w3.org/TR/REC-xml/] [Link2|Re: Special Character Handling (&) in the payload content in PI 7.1]
    When you writing Java code to insert these special characters, you should use escape scequence characters.
    Test it for your self, in graphical mapping, use 'concat' function and type Delimiter String as ". Then check output XML, it will contain &quot ;.
    If you have to replace sap-labs with "sap-labs" for many element, I recomand you to use Java Mapping instead of UDF's for every field.
    Regards,
    Raghu_Vamsee

  • Help with Mapping

    Hi XI experts:
    I have a mapping question. This is the TLOG message coming from a POS into XI and needs to be mapped to the target.
    There are 2 types of nodes DTL (Detail) and DDC (Discount). They both have a common element DETAILNR. See the xml below.
    I need to take the QUANTITYSOLD field from the DTL node and multiply with the AMOUNT field of the DDC node and pass the result for matching DETAILNR and map to a field at the target side.
    The DTL and DDC nodes are at the same level, but the number of DTL nodes is more than that of the DDC node.
    Your help will be appreciated,<removed by moderator>
    Thank you.
    <DTL>
             <RECORDTYPE>DTL</RECORDTYPE>
             <DETAILNR>0065</DETAILNR>
             <QUANTITYSOLD>+0010</QUANTITYSOLD>
    </DTL>
    <DDC>
             <RECORDTYPE>DDC</RECORDTYPE>
             <DETAILNR>0065</DETAILNR>
             <AMOUNT>+00000000.89</AMOUNT>
    </DDC>
    Edited by: Mike Pokraka on Jul 24, 2008 1:16 PM

    Sameer,
    The XML is:
    Thank you.
    <ns:MT_TLOG xmlns:ns="urn:nslc:xi:BeanStore:POSI001:Tlog">
         <RecordSet>
              <HDR>
                   <RECORDTYPE>HDR</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <TRADINGDATE>20080719</TRADINGDATE>
                   <TRANSACTIONTYPE>003</TRANSACTIONTYPE>
                   <TILLID>003</TILLID>
              </HDR>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <DETAILNR>0013</DETAILNR>
                   <SKUCODE>00000000000001000893</SKUCODE>
                   <QUANTITYSOLD>+0001</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001939</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001493</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001493</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
                   <DDC>
                   <RECORDTYPE>DDC</RECORDTYPE>
                   <DETAILNR>0075</DETAILNR>
                   <AMOUNT>+00000000.89</AMOUNT>
              </DDC>
              <DDC>
                   <RECORDTYPE>DDC</RECORDTYPE>
                   <DETAILNR>0065</DETAILNR>
                   <AMOUNT>+00000000.89</AMOUNT>
              </DDC>
              <TAX>
                   <RECORDTYPE>TAX</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <TILLID>003</TILLID>
                   <TRANSACTIONNR>00018947</TRANSACTIONNR>
                   <TAXNR>0001</TAXNR>
                   <TAXMETHOD>01</TAXMETHOD>
                   <AMOUNT>+00000734.97</AMOUNT>
              </TAX>
         </RecordSet>
    </ns:MT_TLOG>

  • Help with Maps

    Hi,
    I've had the iphone for a few weeks and haven't had much to time to figure it out. I'm not sure I understand what locate me button is or where to find it? Sorry, I've looked all over my phone, can someone help me out? I did insert my home address when I activated it. If I'm away on vacation how do I use the locate me button and where do I find it?
    Thanks, Jerry
    Message was edited by: lyons00

    In the maps application (with 1.1.3 or later), the locate me button is in the lower left corner. It triangulates your position form signals from cell towers and Wi-Fi hotspots. It is not perfect but works fairly well. I have had it not find me at all to locate my intersection. It varies but turn with Wi-Fi on you don't even have to be connected.

  • Need help with map ids

    I am getting very confused with generating a map id file, and
    would appreciate a few pointers (using RH7).
    I want to generate ids for *all* topics. I did this with
    auto-generate, and that worked fine (created BSSCDefault.h). Since
    then, I changed some topics (added/deleted) and want to regenerate
    the map file.
    I've tried simply regenerating into the default file, and
    creating a new map file. When I do this, the topics start numbering
    'after' the numbers from the first run. How do I simply blow away
    the original file and start again?
    Next... when I first generated the file, I was using X5. I
    created .h and .bas files. Now, in RH7, I can't find where to
    generate the .bas files. Help?
    Thanks. I'm in a forest/trees situation right now and am sure
    I'm missing something(s) really obvious.

    Personally I prefer manually editing the map (.h) and alias
    (.ali) files in notepad to add/amend mapids as when I first went
    into this area I found the RH dialog more than a little bit
    confusing. However once you get your head around it, it isn't too
    bad.
    The auto generate function works fine the first time around
    but as you have found out, is less clear on subsequent use. You
    could set the mapid options to start at a certain number but this
    applies across all map files. That said, if you add to a new file
    each time this wouldn't be a problem. What may be a problem is
    several releases down the line where you end up with numerous map
    files which makes it more difficult to manage.
    If you were to delete the original map file, you will
    automatically remove all the mapids and their association with the
    topics. This may appear to the easiest way to go if you have all
    your topics covered by mapids. However when you next auto generate,
    you may end up with topics having different mapids from the
    previous version which would mean your application API call
    requiring a change for a lot of dialogs for each release.
    It is best to leave the original map file and mapids and
    added to them as required. I'd recommend having as few mapids as
    possible unless there is good reason (e.g. too many mapids). Just
    select the map file in the RH dialog, add the mapid via the icon
    and then assign the topic to it.
    As far as the .bas file is concerned, this has nothing to do
    with the RH map file. Is this something produced on the VB
    application side?

  • HELP with mapping between event_class SLA R12 and ap_invoices_all

    Hi Gurus!!
    I have to do a query that obtain the event class (XLA_ACCOUNTING_CLASS lookup code) of an invoice that this invoice is pending to be posted. The question is how do i do a mapping between AP_INVOICES_ALL table and the EVENT_CLASS ???
    For example... i have a class named "DEBIT MEMOS" but in the AP_INVOICES_ALL the INVOICE_TYPE_LOOKUP_CODE is DEBIT...
    hope someone could help me,
    PS: Application is R12
    Thanks!!
    Pablo.-

    Hi Tarun,
    Yes I am aware of that, but I just thought someone would which fields to join between the AP and the XLA tables as I can't find anything on the eTRM. So I do know that those are the tables to link, but I'm just not sure of the fields to join.

  • Help with new editor.....Windows 7 64-Bit Xeon 5520 processor 12 GB Memory.

    Hello, I have built a new system from scratch for our Creative Services Editor with the following:
    1- ZALMAN PROFESSIONAL GS-1000-BK Black Computer Case Aluminum- http://www.newegg.com/Product/Product.aspx?Item=N82E16811235014
    1- Seagate Barracuda ES.2 ST3500320NS 500GB 7200 RPM 32MB Cache SATA 3.0Gb/s- http://www.newegg.com/Product/Product.aspx?Item=N82E16822148294
    4- SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM 32MB Cache SATA 3.0Gb/s- http://www.newegg.com/Product/Product.aspx?Item=N82E16822152185
    1- ASUS P6T7 WS Supercomputer "Ultimate Gamer" choose 3Way SLI + PhysX at Real X16 X58 CEB Intel Motherboard- http://www.newegg.com/Product/Product.aspx?Item=N82E16813131390
    2- CORSAIR DOMINATOR 6GB (3 x 2GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Desktop Memory (12 GB Total)- http://www.newegg.com/Product/Product.aspx?Item=N82E16820145289
    1- Intel Xeon E5520 Nehalem 2.26GHz 4 x 256KB L2 Cache 8MB L3 Cache LGA 1366 80W Quad-Core Server Processor- http://www.newegg.com/Product/Product.aspx?Item=N82E16819117185
    1- PNY Quadro FX 4800 VCQFX4800-PCIE-PB Quadro FX 4800 1.5GB 384-bit GDDR3 PCI Express 2.0 x16 SLI Supported Workstation Video Card- http://www.newegg.com/Product/Product.aspx?Item=N82E16814133252
    Ok, the system has some DVD burners and a huge 120 mm fan heat sink for the processor and a 850 watt power supply as well.
    The OS 64-bit windows 7 is installed all by itself on the 500 GB Drive C.  I currently have the 4 1 TB samsungs on a Raid-0 for all project video files and other content.  After reading many of Harms posts I may just set them all up as stand alone drives and split things up a bit for performance.
    CS5 runs well with the Mercury playback engine, and when importing normal DV video from DVCAM through a Blackmagic HD/SD-SDI Decklink card off of a DSR-1800 deck works fine.  The issue I am having is when we use still images, or like when we imported some Mac ProRess 422 footage, the system will scrub through it fine but when you try and play the timeline it freezes.  I did notice an error shows up in the lower right corner saying frames were dropped.
    From everything I reaserched with this system purchase, having the Quadro FX 4800 was supposed to make everything run smooth and take out render times. This machine is supper fast for everything else but seems to have issues doing simple things with images that have been scaled in the effect controls.  If the footage is basic SD video edits no problem.  Still images are large sometimes, but nothing his old 2003 Pinicle Liquid can't handle after some render time.
    If the GPU acceleration is on, and I play the timeline, few seconds and then stops.  If I turn off GPU, and hit enter to have it Render, it plays fine after Render is complete.  Seems like something is not feeding the GPU/CPU the data fast enough.
    Any thoughts.  Is the Xeon not the right direction, should I swap for a Core i9?  Xeon rates really high on the CPU benchmark... Shows up as 8 cores due to hyperthreading.
    Any idea's would be great,
    Thank you,

    Update:
         I swapped my processor with the i7-950 chip and even though the windows Experience Index went from 7.4 to 7.5 on the processor calculations per second.  My scores are Memory: 7.5, Graphics: 7.1 3D: 7.1 Primary hard disk performance is 5.9 making that the total score.
         I will run the benchmark again on the system tomorrow and post the results of a chip change.
         I have not changed the drive configuration or changed windows services yet.  I talked to black magic tech support and he said that for SD video I should be fine with 2 standard 7200 RPM drives.  He was surprised I was having the dropped frames with the 4 disk raid 0.  He said to test in another machine just to see if the card could be bad.
         I found a utility on the machine that is part of the black magic software that tests the hard drives.  Here are the results:
    Boot drive.  It is a Seagate Barracuda ES.2 ST3500320NS
    Scratch drive Raid 0 array- 4- SAMSUNG Spinpoint F3 HD103SJ 1TB 7200 RPM
    From the numbers it looks like the Raid 0 is giving much better performance over the single drive, but why am I still having the problems.  The dropped frames issue is still happening so I am going to try to move the black magic card to another PCI-e slot on the motherboard. I may have to try another brand of HD-SDI input/output card.
    I am going to test the card in another editor that does not have an intel processor or near the specs of this system just to rule out the card or the hardware as I found this on Blackmagic website:
    15 March 2010 — Number 193
    Asus P6T series motherboards
    The Asus P6T series of motherboards are currently incompatible with all x1 lane PCI Express products from Blackmagic Design. This includes the Intensity series cards as well as DeckLink SDI and DeckLink Studio. This incompatibility is being actively investigated but a possible resolution to the problem is currently unknown.
    This incompatibility only affects x1 lane PCI Express cards from Blackmagic Design. Our x4 lane PCI Express products work fine with the Asus P6T series of motherboards and these include the DeckLink HD Extreme and Multibridge family of capture devices.
    UPDATE: We have been informed that this issue has been resolved with the latest BIOS update from Asus. If you're running into issues with our x1 lane PCI Express cards and your motherboard, please check the manufacturers' website to see if there's a newer version of BIOS that you can use.
    Back... 
    Now, I have the Asus P6T7 WS Supercomputer.  I did do a Bios Update today but do not know if the issue refered to in this support notice also applies to my model of motherboard.  The tech at BlackMagic did not seem to know about this issue.
    Does anyone have any other idea's of what I could be missing?  If it turns out to be an incompatible motherboard I do not have a problem with changing it.  I would like to know if anyone is having a successful setup using the Decklink SDI with CS5 without any issues of dropped frames on items that are GPU rendered.  If I turn off the GPU acceleration and have to hit enter for render it isn't an issue as the "preview files" created when rendered are smaller and easier to play from the hard drives.
    The timelines that have issues are using still images of 3-4 megapixel sizes that are being shrunk and moved on the timeline to fit in NTSC 4:3 output.  I could probably stop the issue if I resized the pictures to 1 Megapixel or smaller and used the smaller version but the yellow bar is telling me it can do that conversion on the fly.  Why drop frames??????
    Thanks, (sorry for the long post)

  • Need help with mapping

    Hello professionals,
    I need to map this structure
    <message>
    <node1>
       <ab>1</ab>
       <ab>2</ab>
       <ab>3</ab>
    </node1>
    <node1>
      <ab>3</ab>
      <ab>4</ab>
    </node1>
    <node1>
       <ab>5</ab>
       <ab>6</ab>
       <ab>7</ab>
    </node1>
    </message>
    So, in the target structure I need to take only the first "ab" occurence in node1:
    <message>
    <node1>
       <ab>1</ab>
    </node1>
    <node1>
      <ab>3</ab>
    </node1>
    <node1>
       <ab>5</ab>
    </node1>
    </message>
    How can I do this? Many thanks for help!

    Hi,
    You can use COLLAPSECONTEXT or COPYVALUE(0) function
    see this
    http://help.sap.com/saphelp_nw04/helpdata/en/26/d22366565be0449d7b3cc26b1bab10/content.htm

  • Help with mapping for

    Hi,
    My source has 2 fields:
    Disc1   (Occurance 0-1)
    Disc2   (Occurance 0-1)
    Target has one node with attribute:
    <Payment terms >    (occurance 0..unbounded)
         <attribute>
    Requirement is that the payment terms field has to be repeated for each Disc1, Disc2 etc and the value has to be placed in the attribute.
    How can this be done?

    Hi Lasya,
    Duplicate subtree wil work... please find below screenshots...
    Please paste your mapping what u did for this......in ur structure please do the duplicate subtree for paymentterm field only....
    Please let me know if u face any issue ...
    Thanks,
    Sreenivas

  • Help with mapping a particular process

    I have 3 tables in this mapping process.
    a. I have a dimension table which consists of customer information.
    b. The 2nd table is a dimension table which is customer address information. This table is a child to customer information table.
    c. The last table is a fact table.
    The structure for the following tables are:
    a. Customer Key, Customer_ID, Customer Name (Customer Key is created when this table is loaded from stage)
    b. Customer Key, Pref_ind, Address1, City, State, Country, Zip and Location Key (it gets populated from the location table based on State, Country and Zip). The address information is populated from the stage. There is a lookup for customer key based on customer_id.
    c. Customer Key, Location Key, Sales Amount
    I need to update location_key in the fact table based on the key present in customer address table and pref_ind = 'Y'
    I have a key lookup transformation for ID in the fact table and get the customer_key from customer table. The other columns are loaded for this fact table. I need to update Location Key in the same mapping. I am taking the customer key from customer transformation mapping to another lookup which looks up the customer address view(This view is an SQL with filter condition) and joins customer_key in the lookup to customer_key in customer_address table.
    I cannot do this mapping because the tool generates an error stating that there are 2 different data sources

    1. Check the new Kimball Design Tip #95 per your "split customer" model. You may have reasons for the split dim, but in general I recommend that you keep all customer data together in one dimension. If you can combine the two dims, you will (probably) eliminate the second lookup and your issue.
    2. Your description is not clear, but look at your mappings. Are any data paths "sidestepping" the lookup customer_key to address customer_key join?
    tk

  • Help with Maps and bookmarks

    I want to use Maps while I read travel books, marking each city I read about it with a pin bookmarked with a short descriptive phrase.  I'd like to then have several cities marked, each with my bookmark name.  But I can't seem to do this.  I bookmark a pin, using a descriptive phrase as its name.  After the bookmarked pin is saved, I can see my descriptive phrase by holding my finger on that pin. 
    But it seems that after I bookmark a second pin, I can no longer see the first pin's bookmark name by holding my finger on it; its name has reverted to just the city name.  And it seems that I can only have two pins displayed at once -- pins seem to disappear after I access another bookmark. 
    I can't figure out the relationship between pins and bookmarks.
    I have a feeling I'm stretching this app to try to do something it's not really meant for.  Any thoughts?  Is there another app that does what I'm trying to do?  I guess I need an "atlas" app more than a "maps" app.  Thanks.

    HI Michelle,
    Muse can not and does not utilise or have access to all that BC is. It does not give you access to the layouts and things like eCommerce and Web apps in the full ability sense. You can build interactive maps with the google API, web apps as the source of data, using the address lat and long or geo location ability etc But its not something you can do really Muse on its own.

  • Help with Maps! (not locating position)

    I've been having problems with the Maps app correctly locating where I am. It's been going on for a few months, but I plan on traveling soon and the use of the Maps app would be a huge advantage. When I press the cross-hair button in the bottom left corner, a large circle pops up, pulsates, then locks in on around a 10 mile radius. Normally, the dot in the middle of the circle is off my actual location by around 15 miles.
    I uploaded a picture to show what my problem is:
    http://tinypic.com/view.php?pic=2w2oo7o&s=6
    How can I fix this?
    Thanks.

    By moving home
    The location is generated by a combination of GPS and cell tower sites and looking at that, you're quite rurallly located so the cell sites won't give a good location.
    If you turn off wireless, and set the iPhone on a table and leave it for 5 minutes to lock on without the cell towers being accessible, then the GPS should work on its own and narrow down much more closely but of course, the maps won't load.
    It also matters of you are indoors so if you cannot get a good GPS signal, it could be that you are just too far indoors to get an accurate signal.

  • Help with Switchport Trace on WCS v 5.2.130

    I am having trouble getting the "switchport trace" for rogue devices working. I have imported a seed list of switches and made sure that snmp RW community is correct. However, I am still not able to run the trace and have it return any results - always get "switchport trace failed". Anybody got this working that could offer some additional insight. Thanks in advance.

    Currently, WCS provides rogue access point detection by retrieving information from the controller. The rogue access point table is populated with any detected BSSID addresses from any frames that are not present in the neighbor list. At the end of a specified interval, the contents of the rogue table are sent to the controller in a Lightweight Rogue AP Report message. With this method, WCS would simply gather the information received from the controllers; but with software release 5.1, you can now incorporate switch port tracing of wired rogue access point switch port. This enhancement allows you to react to found wired rogue access points and prevent future attacks. The trace information is available only in the WCS log and only for rogue access points, not rogue clients.
    http://www.cisco.com/en/US/docs/wireless/wcs/5.2/configuration/guide/5_2ctrlcfg.html#wp1089752

Maybe you are looking for

  • EJB EAR deployment for weblogic 9.2

    Hello! I already have the EJB3.0 application which I would like to deploy. After preparing the .ear file I tried to deploy it with the Administration console. I received the error message, and I found a workaround : [url http://forums.bea.com/bea/thr

  • Mini Display to HDMI adapter causing screen to go white/ gray

    I recently purchased a mini display to hdmi adapter to hook my macbook pro up to my samsung led tv. At first it worked great but after a few mins of inactivity both screens would go white or light gray and the macbook was totally unresponsive. I pres

  • MyRIO Operating Temperature

    Does anyone know the myRIO's ideal/max operating temperature? I'm working on launching a CubeSAT like object with different sensors, cameras, etc in it into the stratospere via HAB. At first I was going use a few Arduino's and RPI's, but then I remem

  • Frame Controls Settings

    Hi, I've made a FCP document captured in Sony HD1080i60. It's 22 min. in color. Next I try to export this document using compressor. My setting is at DVD Best Quality 90 min NTSC 29.97. My QUESTION: Frame Controls. Apparently, if Frame Controls, Resi

  • Webservice problem

    When i try to use a webservice from my .net application, i get the following error Exception:  u201CPossible SOAP version mismatch: Envelope namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope