<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Message Mapping Namespaces in CPI in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260894#M4592233</link>
    <description>&lt;P&gt;Hello Rene,&lt;/P&gt;&lt;P&gt;Nothing as such.You might need to put a note to developer who is going to maintain your iflows later ( just to make sure you made a change to standard WSDL imported in to SAP CPI ).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 12:43:19 GMT</pubDate>
    <dc:creator>Sriprasadsbhat</dc:creator>
    <dc:date>2020-07-06T12:43:19Z</dc:date>
    <item>
      <title>Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaq-p/12260889</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;I'm trying to map an XML to an IDoc. I downloaded the wanted IDoc as WSDL&lt;BR /&gt;(SE38 SRT_IDOC_WSDL_NS) and uploaded it on CPI. The Message Mapping automatically assign the namespace ns1 on the right hand side.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1824609-unbenannt.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I want to get rid of the ns1 in CPI. The out-of-the-box iflows don't have these namespaces.&lt;/P&gt;
  &lt;P&gt;Any idea?&lt;/P&gt;
  &lt;P&gt;WSDL Payload&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;wsdl:definitions
	targetNamespace="urn:sap-com:document:sap:idoc:soap:messages"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"
	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
	xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
	xmlns:tns="urn:sap-com:document:sap:idoc:soap:messages"&amp;gt;
 &amp;lt;wsdl:documentation&amp;gt;[...]
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;René S&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaq-p/12260889</guid>
      <dc:creator>rene_kramp1</dc:creator>
      <dc:date>2020-07-06T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260890#M4592229</link>
      <description>&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;Would like to understand where you facing the issue. &lt;/P&gt;&lt;P&gt;if its on the receiver system which is not accepting the message with name space you could use xslt mapping to remove it.&lt;/P&gt;&lt;P&gt;Other wise you can add the namespace in the runtime configuration.&lt;/P&gt;&lt;P&gt;Hope this helps !&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Praveen T&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260890#M4592229</guid>
      <dc:creator>former_member1924</dc:creator>
      <dc:date>2020-07-06T12:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260891#M4592230</link>
      <description>&lt;P&gt;If I want to deploy the iflow I receive: "The Integration Flow is not operational"&lt;/P&gt;&lt;P&gt;Can you give me an example how ns1 in the runtime configuration should look?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260891#M4592230</guid>
      <dc:creator>rene_kramp1</dc:creator>
      <dc:date>2020-07-06T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260892#M4592231</link>
      <description>&lt;P&gt;Hello Rene,&lt;/P&gt;&lt;P&gt;May be you can edit the WSDL using Notepad ++ and change the below highlighted value to "unqualified" it might work if you dont want to write XSLT.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1823664-sap-scn-map-wsdl.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260892#M4592231</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2020-07-06T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260893#M4592232</link>
      <description>&lt;P&gt;Thanks this helps me a lot! Is there any disadvantages I should mind?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260893#M4592232</guid>
      <dc:creator>rene_kramp1</dc:creator>
      <dc:date>2020-07-06T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260894#M4592233</link>
      <description>&lt;P&gt;Hello Rene,&lt;/P&gt;&lt;P&gt;Nothing as such.You might need to put a note to developer who is going to maintain your iflows later ( just to make sure you made a change to standard WSDL imported in to SAP CPI ).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260894#M4592233</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2020-07-06T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Message Mapping Namespaces in CPI</title>
      <link>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260895#M4592234</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;We are
replicating contracts from ECC to C4C&lt;/P&gt;&lt;P&gt;Where the
contracts should be replicated in Sales Quote (WorkCentre) this has a WSDL.&lt;/P&gt;&lt;P&gt;In Sales
Quote at Item Level, we have a BILLING PLAN tab, this has another WSDL.&lt;/P&gt;&lt;P&gt;In CPI
Message Mapping &lt;/P&gt;&lt;P&gt;  Source – IDOC&lt;/P&gt;&lt;P&gt;  Target- 2 WSDL files(different)&lt;/P&gt;&lt;P&gt;I used 2
message mappings (IDOC- WSDL 1) &amp;amp; (IDOC- WSDL 2).&lt;/P&gt;&lt;P&gt;I used Join
and Gather function in CPI to merge the data and send to C4C system&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1882526-11.png" /&gt;&lt;/P&gt;&lt;P&gt;In C4C Web
Service message monitoring I am getting the below error&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1882527-12.png" /&gt;&lt;/P&gt;&lt;P&gt;Could u please help me, sort this issue&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 11:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/message-mapping-namespaces-in-cpi/qaa-p/12260895#M4592234</guid>
      <dc:creator>vinaykumardigaveedi</dc:creator>
      <dc:date>2021-01-30T11:47:14Z</dc:date>
    </item>
  </channel>
</rss>

