Use of External Defintion: different namespaces

Hi everybody,
we got an external definition of an XSD.
The external definition is used in different graphical mappings.
In older mappings the root element has the namespace prefix:
/ns1:Mail
If I design new mapping the prefix is
/ns0:Mail
when I drag an drop the external definition into the graphical mapping.
When I open the XSD i CANNOT see a prefix.
How and why is the prefix attached when I drag and drop the external definition to a graphical mapping?
Thanks Regards
Mario

Don't worry. It makes no difference at all, which namespace prefix is used.
Regards
Stefan

Similar Messages

  • Unable to activate namespace while using external defintions for mapping.

    Hi,
    In my scenario, am using XSD's imported as External defintions as my req and res message types. In the message interface the req and res namespace of the imported XSD's are different to the one in which the rest of the objects are created. Now, when I activate the objects, am getting the follwing error - Namespace urn:wb.apdrp.testwsdl.com is not defined in the software component version WBSEDCL_TEST_00 , 1.0 of wbsedcl, please help...
    Regards
    Sathish

    Hi,
    It is possible to activate the objects in the namespace and not the namespace. I got the following error when i tried to activate my message interface.
    Internal problem occurred (INTERNAL_PROBLEM) -
    MESSAGE ID: com.sap.aii.utilxi.swing.framework.rb_exceptions.INTERNAL_PROBLEM
    STACKTRACE:
    com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
    java.lang.NullPointerException -
    com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
    java.lang.NullPointerException
        at com.sap.aii.ibrep.gui.interfaces.ExternalDefinitionController.genericFrameworkEvent(ExternalDefinitionController.java:92)

  • Is it possible to do message mapping using different namespace message type

    Hi all,
    Is it possible to do message mapping using different namespaces message types
    Example :
    i am having message type MT_1 in namespace http://sap.com/abc
    and second message type MT_2 in namespace http://partner.com/xyz
    so MT_1 can be mapped with MT_2 or not having different namespace.
    Thanks

    Read through my reply in this thread for Defining Software component dependencies.
    Though it explains this for Improted Archives, it also holds true for Message Types to be used in message mappings.
    Re: Payload Extraction
    Regards
    Bhavesh

  • Getting different namespace in inbound XML message consumed by BPEL after translated from EDI to XML in B2B using Inbound Agreement

    Hello B2B Gurus,
    I am able to process B2B inbound  files successfully from Trading Partner --> B2B --> BPEL. When it comes to BPEL i am not able to parse/transform the received XML as i am getting selection failures in assign and empty nodes in transformation. When i look at the input XML payload which i received in ReceiveB2BConsume Payload i observed that i am getting namespace as " xmlns="NS_495C37A0921C418BB66A86A6E75B2CA120070312140549" instead of actual namespace xmlns="urn:oracle:b2b:X12/V4010/856" which is in my XSD as well and i am getting the XML start tag <?xml version="1.0" encoding="UTF-8" ?> 2 times. :
    <?xml version="1.0" encoding="UTF-8" ?>
      <?xml version="1.0" encoding="UTF-8" ?>
    <Transaction-856  xmlns="NS_495C37A0921C418BB66A86A6E75B2CA120070312140549" mlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="1.0" Standard="X12" Version="V4010" CreatedDate="2013-08-21T16:33:57" CreatedBy="XEngine_2956" GUID="{00C28978-0AA1-11E3-88B9-80C16E7DC6DA}">
    <Internal-Properties>
    </Transaction-856>
    I went back and checked the XSD which i loaded in the B2B Console and i am having the following namespace
    "<xsd:schema xmlns="urn:oracle:b2b:X12/V4010/856" targetNamespace="urn:oracle:b2b:X12/V4010/856" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0" elementFormDefault="qualified">"
    I am not sure why the XML translated from EDI in B2B console has the different namespace and XML start tag 2 times. Can you please help me resolve the issue. Let me know if i am missing anything.
    Thanks in Advance..

    Hi,
    Please set property as b2b.setDynamicNameSpace=false.
    To use EDI ecs and xsd files from Oracle B2B 10g version, set this property to true.
    When using EDI ecs and xsd files in Oracle B2B 11g which were used in Oracle B2B 10g, the XEngine may generate dynamic namespace for the translated xml. For example,
    xmlns="NS_31CA8D0F33324F95A0BF15D85539C27E20060518215520" 
    To turn off dynamic namespace generation for inbound EDI messages, set this property to false.
    Thanks
    Satendra Pare

  • Is there a way to use a namespace, such as "Library", and have a program with a different namespace include the Library namespace?

    For many years, I have maintained a library of often used functions for C++.  This has become more challenging with the required namespace for C#. 
    Is there a way to use a namespace, such as "Library", and have a program with a different namespace include the Library namespace?
    bhs67

    You could create a class X in a namspace Y in a C# class library project. You can then add a reference to this class library project/assembly from every application in which you intend to use the class X in namespace Y.
    You don't add references to namespace, you add references to assemblies in .NET. You can then use a class in namespace Y of any referenced assembly by adding a using directive at the top of the code file in which you reference the class:
    using Y;
    Please remember to close your threads by marking helpful posts as answer.

  • Using different namespaces in ALUI remote portlets

    I'm trying to incorporate AJAX technology into our ALUI remote portlets. I'm using Backbase tools to try to do this. However, these Backbase tools have their own namespace defined for their custom tags. When I try to access the remote portlet, I get 'unrecognized namespace prefix' errors in PTSpy. Is there something special I need to do to get ALUI to recognize different namespaces? I have the following line in my remote portlet:
    <pt:namespace pt:token="$PORTLET_ID$" xmlns:pt="http://www.plumtree.com/xmlschemas/ptui/" />
    Do I need to do something with this line to use different namespaces?

    I was able to get basic Backbase functionality running inside of ALUI. Since Backbase is booted from the onload method of the body tag, I had to create a Javascript method and call window.onLoad on that method to get Backbase to boot (it wouldn't recognize the onload method in my remote portlet).
    Also, since I'm using remote portlets, I had to gateway the calls to Backbase using the Remote Portlet's Web Service settings.
    In case anyone is interested, my remote portlet looks like this (where the server listening on port 7001 is the gateway server, and the server listening on port 7021 is the server running Backbase):
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <pt:namespace pt:token="$$PORTLET_ID$$" xmlns:pt="http://www.plumtree.com/xmlschemas/ptui/" />
    <style type="text/css"> #pt-portlet-$$PORTLET_ID$$ {border: solid 0px;}</style>
    <script type="text/javascript" src="http://localhost:7001/portal/server.pt/gateway/PTARGS_0_0_299_209_0_43/http%3B/localhost%3B7021/Backbase/3_1_6/bpc/boot.js"></script>
    <script language="javascript">
    function runBPC()
              bpc.boot("<pt:url pt:href='http://localhost:7021/Backbase/3_1_6' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>");
    window.onload=runBPC;
    </script>
    <div
    xmlns:b="http://www.backbase.com/b"
    xmlns:s="http://www.backbase.com/s"
    >
              <xmp b:backbase="true">
              <b:button>test</b:button>
              </xmp>
    </div>

  • Using an external harddrive with two different Macs

    I have an iMac flat screen, 800 MHz. I've had great luck with this computer until now. Yesterday I purchased a new iPod Video not realizing it would not support FireWire. My old iPod's jack became very loose, so I finally relented and bought a new iPod. I know that there's no way to upgrade my USB to 2.0; however, all my music is on an external harddrive. Can I connect it to my wife's new Mac Book Pro, set up playlists on her iTunes, and refresh my iPod's playlists that way, but still use my external harddrive on my iMac? I'm worried about losing information, specifically all my music. I can upload music to my iPod using my iMac, but it's so slow (10mbs). With my old iPod I could upload lots of music in a few minutes, now it takes hours.

    Have a look under the "itunes" help forum.. there you will be able to find (or do a search for) keeping our music library on an external hard drive. Configure your wife's Macbook Pro to use the library on the external drive and you shouldn't have trouble. I would set up another user account on the Macbook Pro so that your wife is still able to have a music collection of her own. Good luck!

  • Questions about using an external drive as my main drive

    This topic has been addressed in discussion threads before, but I'm in search of a few details.
    I have a Mac mini 1.42 combo, 512 mb RAM, with an external 250 gb MiniStack FW drive. The external FW drive spins at 7200 rpm, while the internal drive in the mini is a 4200 rpm model. Because of the higher disk speed, I'm considering making my external FW drive my main drive, then reformatting my mini's internal drive to use for backup purposes only. My backups to the mini's internal drive would be bootable, so I wouldn't have to have Tiger installed on the mini's internal drive.
    Additionally, I've got my iTunes library on another partition on the same external FW drive. I'm really happy with the result of that move so far.
    I've experimented a bit already. I've used SuperDuper to clone my mini's drive to a different partition on the external FW drive, and confirmed that I can boot from it using the external FW drive as my startup disk, so that's not an issue.
    I'm planning to move over to the external FW drive and use that as my startup disk and main drive, but keep the mini's external drive as is for a while before I reformat it and use it strictly for backups. I've got some questions before I commit to this, though. (shudder!)
    *Updates for applications and Tiger-If I continue to use Apple's Software Update to conduct my software upgrades, will it automatically update the applications on my external FW drive? I'm assuming that Software Update identifies the boot drive and the app's location before performing the update. I'm concerned that Software Update will become confused once it can't identify my mini's internal drive as the 'main' disk, and will lose the functionality to handle my updates.
    *Default drives for other applications-For those of you that have already moved to an external disk as your main drive, did you have to change preferences in other apps (like the MS Office Suite) to tell them where to look for files and save new docs/save updated docs? I use Office a lot for a part-time job, and it would be a pain to have to manually update all that info.
    *iTunes-As I've already stated, I've moved my iTunes music library over to a partition on my external FW drive and it's worked well so far. What concerns me is the funky way that Apple requires the iTunes management files and folders be on your main drive in your Home folder, but allows the music files to reside on a different disk. When iTunes needs to update itself, or manage the music library, is it going to be happy working from the home folder on the external disk, or will I have problems? In other words, as long as the iTunes management files are on my boot drive, am I OK?
    Thanks for wading through this wordy post. If I decide to make the plunge, I'll report back to the list. I'm sure a bunch of mini owners are considering the move to external drives to boost performance. I love the machine, but I can always use more speed!
    Mac Mini 1.42   Mac OS X (10.4.3)   MiniStack 250 GB + Hub

    No problem what so ever. I am not certain you will gain anything by it, though.

  • Restoring using an external hard drive help

    Ok so.. ive recnelty received my mac back from apple, after javing the hd replaced. To prevent the loss of all of my stuff i bought an external hd and used this as my time machine backup, so now its all on my external hard drive. The problem ive got is that ive got no idea how to restore my mac using the extermal hard drive so its like it was before it was sent off. ive been told one option is to launch my mac in recovery mode and choose to restore using. my external hard drive there. however i cant access recovery mode because i have a wireless keyboard, and the only wired keyboard i have is a windows one. also, to make matters worse, i cant use any discs because my optical drive is broken, so until i receive my extermal one, discs are also out. of the option.
    any other ways to do it?
    thanks!

    RomeoVersace wrote:
    http://support.apple.com/kb/HT4889?viewlocale=en_US
    Try this, your going to be using a program called Migration Assistant to restore data from a different computer's Time Machine. Your computer is a different computer now because of the new Hard Drive, so instead of entirely recovering the Operating System, this will save time and data by allowing you to choose individually what you want to restore and what you don't want to.
    Do not use Migration Assistant, instead you will use Setup Assistant (which starts automatically when you first start your Mac) if you already started you Mac and added a user then you will have to use MA, but you will need to remove a user afterwards.

  • How to Map messages having different namespaces

    Hi Experts,
    I am facing a problem while developing a simple process using process composer in CE 7.1 EHP1.
    The process has only one AutomatedActivity that invokes a WebService (MyWS.wsdl). The WebService operation takes an input as a BusinessObject defined in the same namespace as the web service i.e. http://samples.mycompany.com.
    I imported the MyWS.wsdl in the project. This has imported the service interface and the data types into the project.
    Then I defined a web service (StartProcessSI.wsdl) to start the process. This service has only one operation "StartProcess". This operation is supposed to take the same BusinessObject as input which will be passed to MyWS web service.
    But I was not able to use the data types from MyWS.wsdl in StartProcessSI.wsdl. Hence I defined the same data types with different namespace (http://bo.samples.mycompany.com) in StartProcessSI.wsdl.
    In the process, I have assigned the StartProcessSI service interface to the Start event and added a DataObject of type http://bo.samples.mycompany.com/BusinessObject in the process context. The OutputMapping of Start event is done since both the data types are from same namespace i.e. http://bo.samples.mycompany.com.
    Coming to the automated activity I am facing the mapping problem. The BusinessObject in the process context is from namespace http://bo.samples.mycompany.com/. Whereas the input parameter of the operation of the web service is from namesapce http://samples.mycompany.com/.
    The structure of the data types is exactly same. The only difference is the namespace. When I map these data types in the InputMapping or OutputMapping of the AutomatedActivity, it shows error (red cross on the mapping) "Incompatible expression type".
    How can I handle this?
    Thanks in advance.
    JK

    Thanks Christian.
    But can you please explain using a small example.
    Input message
    <person namespace="http://samples.mycompany.com">
      <name>Jon</name>
      <address>Some address</address>
    </person>
    The above message needs to be mapped to a person object having namespace http://bo.samples.mycompany.com.
    JK

  • Using an external hard drive for music

    Hi. I'm quite sure the answer to this question is obvious--I just don't know a lot about external hard drives.
    I have a MBP, but I'm running low on memory. The majority is being used on my huge music collection. If I were to purchase an external hard drive and put all my music files on it, would I still be able to access them in the same way?
    In other words, as long as the external hard drive is hooked up to my computer, will I be able to play them in iTunes?
    I just want to remove all the music from my computer's hard drive, and place them on an external hard drive. But, I'm not quite sure if this is possible.
    Thanks!

    I use an external firewire drive to store my iTunes library on. One thing to be aware of...
    You need to go into your iTunes preferences, then to "Advanced", then select the location where you want to store your iTunes Music folder. In my case it is in a folder titled "Music" on my external firewire drive. The iTunes "Library" file is stored on your internal hard drive.
    The thing that can cause you problems it that....if you forget to turn on the external drive before you boot up your Mac, the iTunes library file will look for your music folder and won't be able to find it. So a new iTunes Music folder will be created on your internal hard drive, with nothing in it. You'll see all of your songs listed in your iTunes program...but if you try to double click on any of the songs to play them, you'll get an exclamation mark saying "cannot find file".
    If this happens, you need to delete the new iTunes Music folder on your internal drive (but not the iTunes Library file!), then quit iTunes, turn on the external drive, then relaunch iTunes....and it will find the original music folder.
    It's a hassle that I have had to go though many times, I keep forgetting to turn on that drive before launching iTunes.
    Oh, one other thing....about the way you worded your post. You aren't running short on "memory", you are running short on "storage"....they are two different things. Hard drives are storage, RAM chips are "memory" that run your programs.

  • HT3275 I am using an external drive for backup. I am now getting a message that the drive needs a disk repair, but when I run disk repair it  just seems to freeze.

    I am using an external drive for back up. Yesterday the backup failed and I received a message that the external drive( a passport drive) needed a 'disk repair", when I ran disk repair nothing happened it seemed to freeze. Suggestions? should i simply erase the external drive and start over-my computer is fine.

    Get a different drive for backup.
    In the meantime, once you are backed up some drive safe, then you can attempt to repair the backup drive using the repair the directory link.

  • Is it possible to use an external hard drive as the windows partition with boot camp?

    I am looking to get a Macbook Pro adn was researchin the different software advantages over PC and found a program called oot Camp that allows you to run Windows on your Mac. I thought that this was interesting as it was sort of the best of both worlds. I wanted to know from people who have used this before: How well does it work? Does it slow down the computer at any noticable rate? Etc.
    The last question that Ive been trying to find an answer to, but have no conclusive results, is wether you are able to select the partition as an external hard drive or not. Also how it affects your ability to use an external drive as well. Answers are much apreciated, thank you.

    Welcome to the Apple Support Communities
    Boot Camp is an application that emulates a BIOS so you can install Windows on a second volume on your hard drive. It can't be installed on an external disk because Windows can't be installed on an external hard drive. It works well if you need performance

  • HT1766 Can you use an external hard drive to back up my movies in iTunes but still be able to access them or is there a device so I don't have to use a pc ??

    Can you use an external hard drive to back up my movies in iTunes but still be able to access them or is there a device so I don't have to use a pc ??

    You can store them on a separate hard drive, you don't need to keep them on your laptop's hard drive. On your computer's iTunes on the Advanced tab in Edit > Preferences there is a 'copy files to iTunes media file when adding to library' tickbox - if you untick that, you should be able to copy the films to a separate drive and add them back to your iTunes library (File > Add To Library) and it should then point to them on that separate drive and not copy them to your hard drive. When you are happy that it is what is happening and that they are safely on your external drive you can delete the films from your laptop's hard drive.
    If you plug the external drive into a different USB port next time (assuming that your laptop has more than one) then it might get a different drive letter, so you might need to always use it with the same port.

  • Can I use an External hard drive and my computers hard drive for apple tv

    Can I use an External hard drive and my computers hard drive for apple tv

    If you mean to hold iTunes content to stream then the answer is yes.  Your iTunes library  folder and the media usually live in the same location, but media can be in a different or several different locations.  The external drive wuld have to e connected and powered to stream media to AppleTV.

Maybe you are looking for

  • I need help moving two objects at the same time

    I am try to create a code that will move a mini map to where the user wants in a game. As a test I created a square and converted it to a movie and named it sq. Then I created another square and converted it to a button and named it bt. I also made b

  • IE 11 - Sharepoint open in windows explorer not working

    In my IE 11 - Sharepoint open in windows explorer don't work. It appear always error message "Your client does not support opening this list with Windows Explorer" Already installed FIX ( http://support.microsoft.com/kb/2846960) Restart laptop Then S

  • SMD Agent 7.00 or Diagnostics Agent 7.11

    Hello, Our managed systems are running on NetWeaver 7.00. We are currently implementing SAP Solution Manager Diagnostics using SOLMAN_SETUP guided procedure. In https://service.sap.com/swdc - Support Packages and Patches - Entry by Application Group"

  • Optimisation in iWeb

    How easy is it to optimise site made in iWeb? easily add alt and title tags, change page titles, descriptions etc? Does anyone experienced with making a few sites think that it is just a blog simple tool for people to make personal home pages or can

  • Photos on the cloud - do I have to store them all?

    I wanted to give photos on iCloud a try and thought I could just give it a try using my 5gb free account. When I click to activate the cloud sync however it tells me I need to activate the 200gb a month option. Is there no way I can get it to only up