Delete namespace in IR

Hi everybody,
I made a mistake when typing in the namespace. Now I want to delete the namespace.
When I try to delete and save the deletion I get an error, that there are still objects in the namespace.
The objects are the generated datatypes:
- ExchangeFaultDate
- Exchange LogData
But if I try to delete and active this two objects I get another error:
"The predefined datatype can only be deleted if the namespace will be removed from the SWC"
Is there a workaround?
Thanks Regards Mario

Hi,
First delete the all Objects Except
ExchangeFaultDate
Exchange LogData
And now activate it.
Now Delete those two mentioned above & Activate it.
Now try to delete the namespace
reward point if this helps you
Praveen K

Similar Messages

  • Delete namespace

    I am facing one issue ,i have tried to remove all the name space of the request xml before it going to MQ,and i am able to delete successfully,by using xquery function ,when i execute the proxy from sbconsole payload ,its working fine,but when i call the proxy fom AIA using SOAPUI,and when the request is going to MQ ,its not deleting namespace xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" ,thats why getting error response from MQ,any suggestion how to resolve

    What "xquery function" are you using?
    Show us something.
    Thanks.

  • Delete namespace and prefix with Seeburger X.400 receiver

    Dear experts,
    I have a problem deleting a namespace and prefixes "ns0" from an XML output. When testing I was using an FTP receiver adapter with the AnonymizerBean which worked perfectly. I referred to: /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    Now I have a Seeburger X.400 receiver adapter and the AnonymizerBean does not work anymore.
    The output message looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:ORDERRESPONSE xmlns:ns0="http://www.opentrans.org/XMLSchema/1.0" version="1.0">
    <ns0:ORDERRESPONSE_HEADER>
    <ns0:ORDERRESPONSE_INFO>
    <ns0:ORDER_ID>xxxxx</ns0:ORDER_ID>
    So I need to get rid of the namespace and the prefixes "ns0". Does anyone know how to configure the module of the X.400 receiver adapter to do this?
    Thank you very much for your help!
    Best regards,
    Peter

    Hey Guys,
    I am having issues with using anonymizer bean. Below is the data with namespaces I would like to strip:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:ExecuteXMLRequest xmlns:ns1="http://decisionintellect.com/inteport/">
    - <ns1:_sRequestXML>
    - <ns1:inteflow>
    - <ns1:request cd_type="submit">
    - <ns1:user>
      <ns1:id_oper>INTERFACE</ns1:id_oper>
      <ns1:tx_password>password</ns1:tx_password>
      </ns1:user>
      <ns1:cd_service>SUBMIT</ns1:cd_service>
      <ns1:cd_product>IFE</ns1:cd_product>
      <ns1:id_channel>INTEGATE</ns1:id_channel>
      <ns1:id_company>OFFICEWORKS</ns1:id_company>
      <ns1:id_merchant>OFFICEWORKS</ns1:id_merchant>
      <ns1:cd_country>61</ns1:cd_country>
      <ns1:cd_security>IFE</ns1:cd_security>
      </ns1:request>
    - <ns1:application_details>
      <ns1:id_product_credit>COMMERCIAL DECISIONING</ns1:id_product_credit>
      <ns1:id_reference_internal>[APP-ID]</ns1:id_reference_internal>
      <ns1:id_reference_external>[customer ref here]</ns1:id_reference_external>
      <ns1:id_merchant_submit>OFFICEWORKS</ns1:id_merchant_submit>
      </ns1:application_details>
    - <ns1:service>
    - <ns1:application>
    - <ns1:finance>
      <ns1:cd_type_finance>TERMS 30</ns1:cd_type_finance>
      <ns1:am_finance>4000</ns1:am_finance>
      </ns1:finance>
    - <ns1:applicant cd_type="Principal" fg_new="0">
    - <ns1:company>
      <ns1:cd_type_entity>SLTR</ns1:cd_type_entity>
      <ns1:tx_company_abn>41552470947</ns1:tx_company_abn>
      <ns1:nm_company_legal>WESTON, DEAN</ns1:nm_company_legal>
      <ns1:cd_type_industry>OTHER</ns1:cd_type_industry>
      <ns1:no_directors>1</ns1:no_directors>
      <ns1:no_employees>1</ns1:no_employees>
      </ns1:company>
      </ns1:applicant>
    - <ns1:applicant cd_type="CoBorrower1" fg_new="0">
    - <ns1:individual>
      <ns1:cd_title>Mr</ns1:cd_title>
      <ns1:nm_firstname>Dean</ns1:nm_firstname>
      <ns1:nm_surname>Weston</ns1:nm_surname>
      <ns1:dt_dob>1968-12-29</ns1:dt_dob>
      <ns1:cd_gender>M</ns1:cd_gender>
      <ns1:fg_act_privacy>1</ns1:fg_act_privacy>
      <ns1:cd_residence>61</ns1:cd_residence>
      </ns1:individual>
    - <ns1:address>
    - <ns1:current_address>
      <ns1:tx_no_unit>1</ns1:tx_no_unit>
      <ns1:tx_no_street>1</ns1:tx_no_street>
      <ns1:nm_street>Test</ns1:nm_street>
      <ns1:cd_type_street>Rd</ns1:cd_type_street>
      <ns1:nm_suburb>Testerville</ns1:nm_suburb>
      <ns1:cd_state>VIC</ns1:cd_state>
      <ns1:cd_postcode>3000</ns1:cd_postcode>
      <ns1:ct_address_at_time>21</ns1:ct_address_at_time>
      <ns1:cd_country>61</ns1:cd_country>
      </ns1:current_address>
      </ns1:address>
    - <ns1:address>
    - <ns1:previous_address>
      <ns1:tx_no_street>2</ns1:tx_no_street>
      <ns1:nm_street>Wayback</ns1:nm_street>
      <ns1:cd_type_street>Crs</ns1:cd_type_street>
      <ns1:nm_suburb>Sydney</ns1:nm_suburb>
      <ns1:cd_state>NSW</ns1:cd_state>
      <ns1:cd_postcode>2000</ns1:cd_postcode>
      <ns1:ct_address_at_time>117</ns1:ct_address_at_time>
      <ns1:cd_country>61</ns1:cd_country>
      </ns1:previous_address>
      </ns1:address>
    - <ns1:identification>
    - <ns1:drivers_license>
      <ns1:id_number>123456789</ns1:id_number>
      <ns1:fg_verified>1</ns1:fg_verified>
      </ns1:drivers_license>
      </ns1:identification>
    - <ns1:contact>
    - <ns1:home_phone>
      <ns1:tx_area>03</ns1:tx_area>
      <ns1:tx_number>99998888</ns1:tx_number>
      </ns1:home_phone>
      </ns1:contact>
    - <ns1:contact>
    - <ns1:work_phone>
      <ns1:tx_area>03</ns1:tx_area>
      <ns1:tx_number>88887777</ns1:tx_number>
      </ns1:work_phone>
      </ns1:contact>
    - <ns1:contact>
    - <ns1:other_phone>
      <ns1:tx_number>0400123123</ns1:tx_number>
      <ns1:cd_type>Mobile</ns1:cd_type>
      </ns1:other_phone>
      </ns1:contact>
    - <ns1:contact>
    - <ns1:other_phone>
      <ns1:tx_area>03</ns1:tx_area>
      <ns1:tx_number>77776666</ns1:tx_number>
      <ns1:cd_type>Other</ns1:cd_type>
      </ns1:other_phone>
      </ns1:contact>
      </ns1:applicant>
      </ns1:application>
      </ns1:service>
      </ns1:inteflow>
      </ns1:_sRequestXML>
      </ns1:ExecuteXMLRequest>
    Anonymizer bean is stripping the namespace prefix ns1 but it is also stripping the address http://decisionintellect.com/inteport/.
    Below is my anonymizer bean config in PI:
    Processing seq:
    1                    AF_Modules/XMLAnonymizerBean               local enterprise bean            0
    Module config:
    0                   anonymizer.acceptNamespaces                    http://decisionintellect.com/inteport ''
    0                    anonymizer.quote                                          '
    Can someone please suggest how to keep the http://decisionintellect.com/inteport and remove rest of namespace prefixes

  • Deleting namespace in repository

    Hallo,
    I´m trying to delete a namespace in a software-component. Before deleting all objects. But a message occure that not all objects are deleted in the namespace. What is wrong?
    Thanks in advance,
    Frank

    Hi,
    1.Delete all created object first.
    2.Then delete the ExchangeFaultData and ExchangeLogData.
    3.Go to SWCV and delete the namespace by clicking <b>-</b>.
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Regards
    Suraj

  • Deleting Namespace

    I have wrongly imported a Software Component from SLD into IR and created a namespace in it. Can I know the process of how to delete and namespace and the imported software component?

    Hi,
    you need to dlete all objects inside first
    then delete the whole component
    refer to this weblog:
    /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    Regards,
    michal

  • How to delete a software component in the IR

    I imported a software component from the SLD to the IR.
    Now I want to delete it. I can delete it in the SLD.
    But how can I get rid of it in my IR. The software component is empty.

    Theo--
    You can delete software components & versions from the IR in XI 2.0.  (We're on Service Pack 5, and I've done it to clean up our IR.)
    Here is the process:
    1. Delete all configuration and/or import objects from the SCV.  Don't forget the 2 fault data types that SAP automatically creates in every namespace.
    1a.  Activate all change lists?  I don't remember for certain if this is needed here; if it won't let you save the deleted namespaces in step 2, then do this first.
    2. Double-click on the Software Component Version so that it comes up in the right pane.  Click on the change/edit button.  Delete all the namespaces from the SCV.  Save.
    3. Activate all change lists.  (It won't let you delete the SCV if you have uncommitted changes.)
    4. Open the SCV again (if it's not still open).  On the menu at the top of the right pane, go to Software Component Version...Delete.  You may or may not have to activate changes again.
    If I remember right, the software component will disappear automatically with the deletion of the last version.
    Hope this helps!
    --Dan King
    Capgemini

  • Audit WMI Repository. Record all namespace removal events.

    Hello,
    Every night some of the namespaces in my WMI repository are removed by an unknown source. I have enabled WMI auditing and "Other object access events" in order to populate the security log with WMI access events. The unfortunate thing is that a
    full search of the events does not even mention the namespace that was deleted after an overnight log. Yet in the morning, the namespace is gone. I am looking for a way to audit the repository for all deleted namespaces and who the source was (PID, Login Name,
    etc)

    Hi,
    Have you configured System Access Control Lists (SACL) on the security tab of the WMI Control?
    If yes, please ensure that auditing has been enabled correctly. You may use Auditpol /get command to display auditing settings of the local machine.
    Auditpol get
    https://technet.microsoft.com/en-us/library/cc772576.aspx
    Please note that namespace auditing is not available on Windows Server 2003.
    More information for you:
    Access to WMI Namespaces
    https://technet.microsoft.com/en-us/scriptcenter/aa822575
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • How can I delete remote shared objects?

    Hello world...
    I have a problem...
    I need to unload an external .swf file or delete all the remote shared objects that it conteins...but I need to reload the same .swf file by pushing a button...
    Please help me...
    Emiliano.

    Hi,
    can you please give clear idea...
    It looks like when the namespace was deleted delete all objects under this namespace was systematically deleted.
    means all objects under namespace is already deleted before deleting namespace..right?
    If so then Now there are existing interface objects somewhere out there in the IR. Objects such as data types, message type, message mapping and interface mapping objects
    Try to clear your cache..using SXI_CACHE...
    Try to  re-create namespace and delete all objects related to your namespace and delete namespace again...( Not sure this wull help..but u can try)
    Nilesh

  • How to delete component

    Hi,
    I have deleted the ExchangeLogdat and ExchangeFaultData.
    while Iam trying to delete the NameSpace or Component Iam getting the follwoing error.
    I have did all what you people told eventhough Iam unable to delete the component here.
    Unable to delete object GAMES, 5.0 of yahoo.com   You cannot delete a software component version if namespaces are still defined for it
    help me to delete the component.
    Thanks  & Regards,
    Ashok.

    Hi Asnok,
    You can delete software components & versions from the IR in XI 2.0. (We're on Service Pack 5, and I've done it to clean up our IR.)
    Here is the process:
    1. Delete all configuration and/or import objects from the SCV. Don't forget the 2 fault data types that SAP automatically creates in every namespace.
    Activate all change lists... if it won't let you save the deleted namespaces in step 2, then do the same.
    2. Double-click on the Software Component Version so that it comes up in the right pane. Click on the change/edit button. Delete all the namespaces from the SCV. Save.
    3. Activate all change lists. (It won't let you delete the SCV if you have uncommitted changes.)
    4. Open the SCV again (if it's not still open). On the menu at the top of the right pane, go to Software Component Version...Delete. You may or may not have to activate changes again.
    As soon as you do this, the software component will disappear automatically with the deletion of the last version.
    Hope this helps!
    Regards,
    Abhy

  • Why I can't delete an object from Integration Directory?

    Hi!
    I want to delete one object from ID(Integration Directory) or IR
    (Integration Repository). But the delete button (either the trash can
    or the "delete" menu item) is disabled.
    I get sap_all and all wanted roles. But I still have this issue.
    Please help. Points will be given.

    Lee,
    If you want to delete a namespace you cannot delete until unless all the objects inside the namespace are deleted. If you want to delete any object in ID then right click on it and press Delete.
    Go through this weblog where it shows how to delete namespace:
    /people/sameer.shadab/blog/2005/12/05/how-to-remove-namespaces-in-mapping--xi
    ---Satish

  • Deleting an existing scenario

    I have to delete an existing scenario.
    If I delete the software component from SLD, could I have any problems?
    I am thinking in deleting it from there and then delete every object in IR and ID.
    Is this the right way?

    Hi
    I can delete anything in DEV and QA, but I cant do that in PROD.
    Is this the right way? :
    delete the Interface mapping, Message Mapping, Message Interface, Message Type and Data types in DEV, and then activate the changes.
    Transport this changes to QA.
    Transport from QA to PROD.
    Then, enter the SWCV in edit mode and delete the namespace from it. Save and activate the SWCV.
    Al last, delete the complete scenario in ID (in DEV). Then transport it to QA and finnaly transport it to PROD.
    Am I wrong in any step?
    All steps are correct. But you can delete namespace directly then all mappings and objects will be deleted under the namespace.
    Activate the change list and transport to Q and then P
    Thanks
    Gaurav

  • Error while importing webservice in CAF. CE 7.2

    Hi All
    I am trying to reimport a web service in my CAF application. The old service has undergone changes in structure.
    > I opened the CAF DC expanded the u201Cexternalu201D node
    > opened the package containing the service
    > Right clicked and selected delete with Data types. Service got deleted
    > Then clicked on save
    > Right clicked on the external node
    > Import  Web service
    > Enter the Service URL and click on next, select no service groups
    > On final step of finish I get the error
    Web Service can not be imported due to some errors. See log for further details.
    java.lang.NullPointerException
         at com.sap.caf.designer.generation.v2.javatypes.XSDSchemeGenerator.generateElementDeclaration(XSDSchemeGenerator.java:466)
         at com.sap.caf.designer.generation.v2.javatypes.XSDSchemeGenerator.generateXSDComplexTypeDefinition(XSDSchemeGenerator.java:410)
         at com.sap.caf.designer.generation.v2.javatypes.XSDSchemeGenerator.generateXSDEntity(XSDSchemeGenerator.java:362)
         at com.sap.caf.designer.generation.v2.javatypes.XSDSchemeGenerator.generateModeledXSDScheme(XSDSchemeGenerator.java:356)
         at com.sap.caf.designer.generation.v2.javatypes.XSDSchemeGenerator.generateMergedWSDLDocument(XSDSchemeGenerator.java:169)
         at com.sap.caf.designer.ui.utils.WsUtils.getUpToDateAllMergedWsdl(WsUtils.java:40)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction.gatherCollisions(WSDownloadAction.java:520)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$DowloadActionChainingWizardDialog.checkForCollisions(WSDownloadAction.java:233)
    I am working on CE 7.2 SP 10. Kindly help me out
    Thanks
    Deepu MS

    Deepu,
    Delete the namespace of external service.
    save and generate the project before reimporting the external service.
    not sure there is a way out in  CE 7.2 SP 10. without deleting namespace.
    Regards,
    Nikhil Bose

  • Error during installation of a new SLD

    Hello people,
    During installation of a new SLD I got different kind of errors in the Log. Does anyone has a suggestion what to do?
    <b>#79</b> 09/10/2007 14:04:01.536 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ImportHandler: Finished full import into namespace sld/active: More...
    <b>#78</b> 09/10/2007 14:04:01.528 [Thread-74] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 46 ms)
    <b>#24</b> 09/10/2007 13:34:57.879 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#23</b> 09/10/2007 13:34:23.46 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#22</b> 09/10/2007 13:33:46.802 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#21</b> 09/10/2007 13:33:15.571 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#20</b> 09/10/2007 13:32:49.979 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#19</b> 09/10/2007 13:32:20.687 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#18</b> 09/10/2007 13:31:50.255 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#17</b> 09/10/2007 13:31:26.370 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#16</b> 09/10/2007 13:30:58.647 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#15</b> 09/10/2007 13:30:28.281 [Thread-74] INFO com.sap.lcr.pers.delta.importing.ObjectLoader: The following errors occurred during the import: More...
    <b>#14</b> 09/10/2007 13:15:05.378 [Thread-74] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 113 ms)
    <b>#13</b> 09/10/2007 12:55:39.244 [SAPEngine_Application_Thread[impl:3]_27] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 40 ms)
    <b>#12</b> 09/10/2007 12:54:35.280 [SAPEngine_Application_Thread[impl:3]_17] WARNING com.sap.lcr.jsp.importWarning: The following warning has been reported by import precondition checks, user decision required:  More...
    <b>#11</b> 09/10/2007 12:54:35.270 [SAPEngine_Application_Thread[impl:3]_17] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 39 ms)
    <b>#10</b> 09/10/2007 12:48:12.210 [Thread-72] INFO com.sap.lcr.pers.delta.importing.ImportHandler: Finished full import into namespace sld/active: More...
    <b>#9</b> 09/10/2007 12:48:12.189 [Thread-72] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 46 ms)
    <b>#8</b> 09/10/2007 12:19:40.871 [Thread-72] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 89 ms)
    <b>#7</b> 09/10/2007 12:19:29.549 [SAPEngine_Application_Thread[impl:3]_37] WARNING com.sap.lcr.jsp.importWarning: The following warning has been reported by import precondition checks, user decision required:  More...
    <b>#6</b> 09/10/2007 12:19:29.400 [SAPEngine_Application_Thread[impl:3]_37] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 377 ms)
    <b>#5</b> 09/10/2007 12:17:44.796 [SAPEngine_Application_Thread[impl:3]_17] WARNING com.sap.lcr.jsp.importWarning: The following warning has been reported by import precondition checks, user decision required:  More...
    <b>#4</b> 09/10/2007 12:17:44.698 [SAPEngine_Application_Thread[impl:3]_17] INFO com.sap.lcr.pers.jdbc.JdbcPersistence: Deleted namespace: sld/import/temp0 (Duration: 1,929 ms)
    <b>#3</b> 09/10/2007 12:14:48.156 [SAPEngine_Application_Thread[impl:3]_0] INFO com.sap.sld.api.builder.app.DefineHostedSystem: JDI system SLD jct11 on T11 on dbt11-se written to SLD at jct11:53300.
    <b>#2</b> 09/10/2007 12:14:47.392 [SAPEngine_Application_Thread[impl:3]_0] INFO com.sap.lcr.start.StartDirector: SLD application started successfully.
    <b>#1</b> 09/10/2007 12:14:35.244 [SAPEngine_Application_Thread[impl:3]_25] INFO com.sap.lcr.start.StartDirector: SLD application stopped successfully.
    <b>#0</b> 09/10/2007 08:41:05.852 [SAPEngine_Application_Thread[impl:3]_6] INFO com.sap.lcr.start.StartDirector: SLD application started successfully.
    Kind regards,
    Kamran<b></b>
    Message was edited by:
            Kamran Vakili

    Adding more mystery to the distribution kit error discussed above.  I have found that the kit installs successfully on Win 7 x64 machines as well as WinXp x32  machines.  However, the installation error message still exists on Win 7 x32 machines.  On one of these Win 7 x32 machines the error message infers that there is a .dll file  that cannot be found, with no mention or hint as to the file's name.   Again, any tips would be appreciated.

  • How to contain a sub-component in the module instead of containing it in the main application

    Hi,
    I've 3 files
    Appln.mxml (application file)  ----  contains main application
    component.mxml (component file)  ----  contains component
    module.mxml (module file)  -----  contains module
    Generally the 'component.mxml' file will get loaded into the 'Appln.mxml' file (i.e., 'Appln.mxml' file will contain the custom component files) and whereas module file will get loaded on-demand.
    So Now instead of containing the data of 'component.mxml' file in the 'Appln.mxml',  I want to contain 'component.mxml' file data in the 'module.mxml' file itself and load the 'component.mxml' when module is loaded on-demand but not when application is loaded. So can any one please suggest me how to do it?
    Thanks in advance..

    Theo--
    You can delete software components & versions from the IR in XI 2.0.  (We're on Service Pack 5, and I've done it to clean up our IR.)
    Here is the process:
    1. Delete all configuration and/or import objects from the SCV.  Don't forget the 2 fault data types that SAP automatically creates in every namespace.
    1a.  Activate all change lists?  I don't remember for certain if this is needed here; if it won't let you save the deleted namespaces in step 2, then do this first.
    2. Double-click on the Software Component Version so that it comes up in the right pane.  Click on the change/edit button.  Delete all the namespaces from the SCV.  Save.
    3. Activate all change lists.  (It won't let you delete the SCV if you have uncommitted changes.)
    4. Open the SCV again (if it's not still open).  On the menu at the top of the right pane, go to Software Component Version...Delete.  You may or may not have to activate changes again.
    If I remember right, the software component will disappear automatically with the deletion of the last version.
    Hope this helps!
    --Dan King
    Capgemini

  • Edit Payload XML Tag after mapping in cleanUp?

    Hello experts,
    I've created a 1:N multi mapping with the graphical mapping and now the receiver system has a problem with a string within a tag in the payload which should be renamed from "request1" to "request".
    I think I need something like
    payload.replaceAll("request1","request");
    but I don't know if this is possible in the cleanUp section of the graphical mapping.
    As I have to use plain html adapter I can't use any adapter modules.
    Best Regards,
    Richard

    Hi Stefan!
    You could use a Java mapping after the graphical mapping to replace the node names.
    How can this be done (doing a Java mapping after graphical mapping)?
    I read about a similar problem here where namespaces were removed:
    [delete namespace and prefix with Seeburger X.400 receiver;
    Would it be possible to do use two different mappings instead of of a multimapping?
    I guess this would be the easiest way but as it's not clear up to now if the sending system will provide a file interface or a http call (both systems - sender, receiver - are no SAP Systems). If it'll be a file this file could easy be read a second time but if it's provided via http this will not be possible (as far as I know ..).
    BR,
    Richard

Maybe you are looking for

  • How to transfer pdfs in Adobe reader app on ipad to desktop pc?

    I can't see to find the solution of this problem anywhere. Is it possible to transfer the pdfs saved in the Adobe Reader app to a PC (not a mac, I don't have one). Basically, I want to be able to plug my ipad into my PC and take the pdfs and transfer

  • XSLT processor

    which XSLT processor do you use ? Xalan , cocoon ? please suggest a good XSLT processor

  • XI adapter MLS

    Hi, I am try to configure the MLS for XI adapter according to the document. When doing a testing it give me this error. - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstan

  • OBIEE 10g Java Custom Authenticator

    I've scoured the web and these forums and I think I know the answer, but I'll ask anyways. I need to write a custom authenticator. I want to write it in Java if I can. I see there is an 'obicustomauthenticator.jar' in /OracleBI/web/sdk. Any chance I

  • TOC not updating when project is saved

    The Table of Contents is not saving when project is saved. To see saved changes, I have to close and reopen.