Element in the header - mustunderstand

hello
in the header of every response message that I have error in, I recieve:
SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
I would like to know if it is possible to not recieve in the answer this element 'mustUnderstand="1"', or if I can change it to recieve '0' or maybe empty string.
my version of XI is 3.0.
thanks for your help
Kfir

Hi,
A must understand value of '1'  is a Fault Code in an SOAP message.
From my point of view, you cannot and should not supress it.
The processing of the SOAP depends on the Faultcode.
The appliacation should throw an error when a FaultCode appears.
if you want more info on this check out
LINK: [http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383507]
Regards,
Abhishek
Edited by: Abhishek Vinayaka on Feb 28, 2008 11:22 PM

Similar Messages

  • How to put an xml element in the header field?

    Hello friends,
    My requirement is like I've a particular element that needs to be printed on the header filed
    for ex --dept_no and dept_name in the header field...please let me know how..
    Thanks

    For each occurrence of DEPT_GROUP, a new section is created.
    These sections can have different header/footer.
    In case, you want different values to be displayed in header/footer section(as your requirement) or you want the page numbers to be reset for each group, you can use this command.
    Check the user guide http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12187/T421739T481157.htm#4535398

  • Biztalk Map: Accumulation of unique detail elements in the header

    Below are the source and target schemas. I was wondering how I can achieve a mapping where the element "country" in the detail are promoted to the header where the list contains only unique country names with quantity defaulted to 1. In the example
    below, from each of the subcategories, the countries are picked up and only unique ones appear in the output's header.
    <Category CatId=1 CatName=Bikes Function=Travel>
    <SubCat SubCatId=1 SubCatName=Avon>
    <Countries>
    <Country Name="Canada" Quantity=20 />
    <Country Name="USA" Quantity=22 />
    <Country Name="NZ" Quantity=30 />
    </Countries>
    </SubCat>
    <SubCat SubCatId=2 SubCatName=Hero>
    <Countries>
    <Country Name="Canada" Quantity=20 />
    <Country Name="Mexico" Quantity=5 />
    <Countries>
    </SubCat>
    <SubCat SubCatId=3 SubCatName=Jet>
    <Countries>
    <Country Name="UK" Quantity=15 />
    <Country Name="USA" Quantity=5 />
    <Country Name="Germany" Quantity=2 />
    <Countries>
    </SubCat>
    </Category>
    <Category CatId=1 CatName=Bikes Function=Travel>
    <Countries>
    <Country Name="Canada" Quantity=1 />
    <Country Name="USA" Quantity=1 />
    <Country Name="NZ" Quantity=1 />
    <Country Name="Mexico" Quantity=1 />
    <Country Name="UK" Quantity=1 />
    <Country Name="Germany" Quantity=1 />
    </Countries>
    <SubCat SubCatId=1 SubCatName=Avon>
    <Countries>
    <Country Name="Canada" Quantity=20 />
    <Country Name="USA" Quantity=22 />
    <Country Name="NZ" Quantity=30 />
    </Countries>
    </SubCat>
    <SubCat SubCatId=2 SubCatName=Hero>
    <Countries>
    <Country Name="Canada" Quantity=20 />
    <Country Name="Mexico" Quantity=5 />
    <Countries>
    </SubCat>
    <SubCat SubCatId=3 SubCatName=Jet>
    <Countries>
    <Country Name="UK" Quantity=15 />
    <Country Name="USA" Quantity=5 />
    <Country Name="Germany" Quantity=2 />
    <Countries>
    </SubCat>
    </Category>

    ZIntegrator,
    You can try following custom xslt
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt"
    exclude-result-prefixes="msxsl">
    <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
    <xsl:key name="country" match="//Country/@Name" use="." />
    <xsl:template match="/">
    <xsl:element name="Category">
    <xsl:copy-of select="//Category/@*" />
    <xsl:apply-templates select="Category" />
    <xsl:apply-templates select="//SubCat" mode="CopyRest" />
    </xsl:element>
    </xsl:template>
    <xsl:template match="Category">
    <xsl:for-each select="SubCat/Countries/Country/@Name[generate-id()= generate-id(key('country',.)[1])]">
    <xsl:element name="Country">
    <xsl:value-of select="."/>
    </xsl:element>
    </xsl:for-each>
    </xsl:template>
    <xsl:template match="@* | node()" mode="CopyRest">
    <xsl:copy>
    <xsl:apply-templates select="@* | node()" mode="CopyRest"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • How to display data elements in the tempalte header

    Hello friends
    i've this date_from and date_to parameters which are date parameters that user enters..
    based on these date parameters I want to display them in the header as
    day of date_from(for example if the date_from is 13-nov-2010.then I should display 13)and for date_to it should dispaly as 15 if for example the user enters
    16-nov-2010.(date-1's day)
    so it should break down to
    date_from-13-nov-2010, 13
    date_to- 16-nov-2010, 15
    I want these two values to be displayed in the header of the template how to do this
    pls help
    also let me know how to display data elements in the template header
    Edited by: erp on Dec 22, 2010 12:44 AM

    Hi Ananth..Thanks for ur timely reply
    Can I use it with <? substring(':date_from',1,2)?>
    where date_from is an input parameter which user enters at the run time of the report.
    I've to capture the date entered by the user and print it in the header..
    Pls reply

  • ERROR no 'DynamicConfiguration' element in the XI Message header

    Attempt to process file failed with com.sap.aii.adapter.file.configuration.DynamicConfigurationException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message hi am getting error .
    and i am not getting
    When we run our file to file scenario we can now see that there's a new section called DynamicConfiguration....
    will you please tell me what should i do . i have configured
    adapter specifc properties
    thanking you
    please help me it is very urgent
    thanmking you
    sridhar

    Hi sridhar,
    Since your scenario is proxy you are getting this error as there is no concept dynamic configuartion for PROXY.
    It is part of file adapter. Yet you can set value for FileName if your scenario is PROXY To FIle
    DynamicConfiguration conf = (DynamicConfiguration)
    container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey KEY_FILENAME = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String Filename = arg[0]; // means you have to pass the file name(ABAP PROXY) from Source structure to UDF as a parameter.
    conf.put(KEY_FILENAME, Filename );
    what is your scenario.  ABAPPROXY -
    >?
    Thanks
    Gujjeti

  • File name from an attribute of an element of the payload

    Dear Experts,
    Could you suggest the syntax for specifying the file name from a variable in the file receiver communication channel? I need to grab the file name from an ATTRIBUTE of an element of the payload.
    Thanks a lot.
    Example: Need to pass the attribute "descReceipt" of the element "promotionEvent" to the variable in the following payload:
    <?xml version="1.0" encoding="UTF-8"?>
    <promotionExport>
    <promotionEvent eventIdentifier="30" status="A" descReceipt="FILE1">

    The scenario is IDOC to FILE. I need to get the value of the receiving partner.
    The message header has the node "DynamicConfiguration". Please see the xml below. I need to grab the key RCVPRN (0000002104) from this and pass as the file name in the receiver file adapter.
    How do I setup my receiver file adapter for this? I tried changing the values for the variable, and also enabling the adapter specific message attributes. No solution yet.
    <SAP:DynamicConfiguration xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPOR">LXDCLNT250</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPRT">LS</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPRN">0000002104</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPOR">SAPLCD</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPRN">LCDCLNT220</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="CIMTYP" />
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="IDOCTYP">WPDBBY01</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="MESTYP">WPDBBY</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPRT">KU</SAP:Record>
      </SAP:DynamicConfiguration>

  • SOAP element wsse:Security with mustUnderstand="1"(SBL-EAI-08000)

    Attempting to access Siebel (CRM On Demand) web service using Weblogic web service data control in JDeveloper, set web service security policy to "oracle/wss_username_token_client_policy", receiving the following error:
    The Web Service call failed. The service returned a SOAP fault with the message: [SOAP-ENV:MustUnderstand] Unable to process SOAP Header child element 'wsse:Security' with 'mustUnderstand="1"'(SBL-EAI-08000)
    How can I set mustUnderstand="0" in the SOAP request? (I cannot change the web service to accept mustUnderstand="1")
    Thanks!
    Edited by: user507901 on Dec 12, 2009 2:09 PM

    I am experiencing the exact same problem. From my research, it appears that the problem has to do with the namespace and WS-Security version compatibility.
    Here's some related information:
    wsse security property in partnerLinkBinding not work in 10.1.3.4 MLR3
    Re: Exception with security-enabled web service proxy
    Similar problems when connecting from Microsoft to Siebel:
    http://social.msdn.microsoft.com/Forums/en/wcf/thread/cc48f572-7082-40d1-9b6b-dcdc7223bc85
    (google cache of information that is very relevant)
    http://74.125.47.132/search?q=cache:v9gAA2zDcqgJ:soa-howto.blogspot.com/2008/04/invoking-ws-security-compliant-web.html+siebel+ws-security+oasis+2004&cd=9&hl=en&ct=clnk&gl=us&client=firefox-a
    http://74.125.47.132/search?q=cache:nIe07-zdum0J:soasol.blogspot.com/2009/06/missing-in-soap-header-when-calling.html+wsseOASIS2004Compliant&cd=3&hl=en&ct=clnk&gl=us&client=firefox-a
    Documentation from SOA Suite 10g. Search for "wsseOASIS2004Compliant":
    http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28982.pdf
    I've tried a number of different ways to set the "wsseOASIS2004Compliant" property to "false" for my partner link, but it simply has no effect in 11g.
    Edited by: user12107520 on Dec 15, 2009 10:36 AM

  • How to make a UI element at the horizontal middle of a View?

    a browser like IE , if  the computer screen size is different,  UI Element position will change.
    How can i make the UI in the middle of the screen. like the WebDynpro Longon page.

    Hi Jason,
    You will have to use three transparent containers in the view.
    Adjust your transparent containers so that it will cover the 100% area of
    the view.
    Use matrix layout for root container and put all three transparent containers
    one below other i.e. in a single column. Apply matrix head data for two
    containers.
    Now put all your UI elements in the middle transparent container in a group.
    so that you can apply grid layout to your 'group' UI element.
    I hope this will solve your problem as this solution helped me in my
    developement.
    Or else,
    Just use the system logon, it's already pre-configured. The link is:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/c7de3fc6c6ec06e10000000a1550b0/frameset.htm
    Always use UI elements so that 100% area can be used. Because this will automatically adjust your screen for different computer screen sizes. Do not use UI elements in pixels. These might vary as per the screen size.
    Cheers,
    Darshna.

  • How would I center a H1 in a header vertically with out giving the header height?

    http://epecho.com/
    Hey,
    I would like to center the H1 that is at the top of my page vertically with in the header tag?
    I do not want to give the header a height but would like the elements with in the header to create the height that would be needed.
    I am taking the building of this page one step at a time starting from top to bottom I know that elements are off.
    Thank you kindly

    Why are we re-posting the same message?

  • Accessing SAP:HopList element in message header from JAVA-mapping

    Dear Experts,
    Is it possible to access the SAP:HopList element from message header in JAVA-mapping? 
    I need this to get the list off all receivers of current message (I have a ReceiverDetermination with two receivers, without any conditions, so both receivers are receiving each message and in InterfaceDetermination to one of the receivers I have a JAVA-mapping, in which I need to know the name of another receiver. And the SAP:HopList is containing this information).
    Or maybe where is some other solution?
    Best Regards,
    Artsiom Anichenka

    That's tricky, since the proper way of doing it would be through BPM.
    Anyway, if you expose your XI interface as a WebService (Soap sender cc) you could access it through Mapping Lookup (lookup works for RFC, DB and Soap lookups). Check https://help.sap.com/javadocs/NW04S/current/pi/index.html
    But be aware that Mapping Lookup API is not intended for inserts/updates (since it doesn't contain any transacational handling), just mere lookups (selects in tables), so I'm not sure it is the best approach for your case.
    Regards,
    Henrique.

  • How to import multiple elements into the same line in structure Framemaker (i.e. no carriage return between elements).

    I have a successful import process going now (DTD, EDD, ReadWriteRules, and Template) that imports a number of elements, but each onto a separate line. I now need to import three elements in a row on a single line. How do I set up to do that?

    Dear Wild,
    A container element a structured document can either be a paragraph element, that contains one or more complete FrameMaker paragraphs (elements corresponding to chapters, titles, and list items, for instance, are typically paragraph elements), or a text range element, with content that comprises part of a paragraph. An EDD doesn't need to identify paragraph elements since containers are paragraphs by default. You make an element a text range with a text format rule that specifies TextRangeFormatting.
    In your case, if you have a wrapper element that contains the three elements you want to appear on a single line, in the EDD, add a text format rule for the three inline elements that specifies TextRangeFormatting; specify the formatting of the overall paragraph in the element definition for the wrapper. If you don't have a wrapper, though, the overall paragraph will inherit formatting from whatever the containing element is; the containing element may be the document's root element or a major division such as a chapter or section. If that element's formatting is not what you want here, you can leave the "inline" elements as separate paragraph so that you can specify their formatting, but make the first two run-in heads (which is done in the Placement property of the pagination properties).
    --Lynne

  • Poulate the header levels fields in Content Conversion in receiver FAdapter

    Hi All,
    I have req in that there is table stucture , this table strcture I want to populate the header level and item level also at receiver side. I am using Content Conversion at receiver side.
    the data is like this
    at header level
    Country      City       Name   Age
      India           bom       kk        19
      Sweden    Stock     GG       20
    for this type file How can I create the datatype  and In wht way I  will use content conversion for this.wht paramters I have to give in in Content Conversion.......
    Regards

    HI Sudip,
    the field labels I want in excel file at top or header of every coloum are)
    Country City Name Age
    below these fields only the value of these fields will come like this
    India bom kk 19
    Sweden Stock GG 20
    for this u mean to say I have to declare only header
    Create Data Type with sub-element ITEMS(just an example)
    Then Country,Name,Age or whatever field you want to add in header of output file.
    Once data type is ready now time to configure Receiver CC:
    Use following Content Conversion Parameters:
    Recordset Structure: ITEMS
    ITEMS.addHeaderLine: 1
    ITEMS.fieldSeparator: (space)
    ITEMS.endSeparator: 'nl'
    and my data will come like this in file
    Country    City            Name    Age
    India          Banglore   jjjjj          24
    England     london      kkkk      88
    Can u plz cofirm for this...........
    Regards

  • How to avoid the presence of element in the Destination file if the value is empty

    Hi,
    I am using a map, in which Source is an XML File, Destination is a FlatFile
    For Eg:
    Input File
    <Name>
    FirstName>aaa</FirstName>
    <LastName>bbb</LastName>
    </Name>
    Output File
    FirstName     LastName
    aaa                bbb
    Destination Schema is also the same, but if the Last name value is empty, the LastName element should not be present in the Destination Flat File.
    Eg:
    Input File
    <Name>
    FirstName>aaa</FirstName>
    <LastName></LastName>
    </Name>
    OutputFile should be
    FirstName
    aaa
    Please help in making this requirment....
    Regards, Vignesh S

    Set the “Min Occurs” property of the LastName header element in the flat-file schema to “0” (Zero)
    Create a map which maps the Schema for the XML file to the flat-file schema.
    In the map, use the Logical Existence and Value mapping as shown in the below image. Here Logical
    Existence function is used to check the existence of the field LastName in the input XML. If LastName element exist, then using the Value mapping functiod, map the Contant-LastName  (this
    would be the header). Below image shall help you with thisexplanation.
     As you can see, for the detail record, the value is mapped directly and for the header, as per you requirement a check has been made to for the existence of the LastName
    field in the XML to populate the LastName header node. If LastName is empty in the XML, header LastName would not be populated.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • How to edit the head in a webpage created in a template

    I have created some webpages from a Dreamweaver template that I made and thought I'd add in all the content, then go back and add in the titles, metadata etc. However, the head section of all my webpages is greyed out, so that I cannot edit the content. I've added editable regions to the body and tried to create editable regions in the head section of the page, so that I could amend this section but it didn't seem to work. Does anyone know how I can edit this section? My concern is that I'm going to have to detach all pages from the template, which I didn't want to have to do. By the way, I'm using Dreamweaver CS5.
    Any help would be much appreciated!

    You need to open your Template.dwt tile and ensure that you have Editable Regions for doc title and <head> tags.  Otherwise those elements are not editable from Child pages spawned from that Template.
    So your Template must contain these important bits of code.
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    Nancy O.

  • How to change the font size of the header for a login page

    I am using theme 15. I want the header of my login page have a larger font size. Can anybody tell me how to do that?
    In HTML Header I put text like
    <a target="_blank" href="http://www.myweb.com"><img src="#WORKSPACE_IMAGES#my_header_logo_white.jpg" alt=http://www.myweb.com" title="Application" ></a> <center><b><font size="4">Web Management System</font></b></center>
    However, the font doesn't do anything.
    Any help is appreciated!!
    Edited by: user12048533 on Jun 14, 2010 8:19 AM

    In HTML Header I put textDid you mean Page Header Text? It wouldn't have done much of anything at all in the HTML Header...
    However, the font doesn't do anything.Yet another universal selector problem: see +{message:id=4184109}+
    How do I overwrite the style sheet? I am wondering if I change the default style sheet, does that also affect the other pages, which is not what I want. In that case you can just include the CSS inline, which will also get round the universal selector issue. You are also recommended to use a semantic HTML element instead of deprecated presentational elements like &lt;center&gt; and &lt;font&gt;. Assuming this text is the primary heading on the page, use &lt;h1&gt;:
    <img src="#WORKSPACE_IMAGES#my_header_logo_white.jpg" alt="" title="Application" />
    <h1 style="font-size: large; font-weight: bold; text-align: center;">Web Management System</h1>

Maybe you are looking for

  • Pop up Window Title Problem

    hi i have Jspx page and in the page i have command link when click on command link a new popup window is opening in that pop up window i have 4 submenus.... when click on each sub menu link page will be open in same pop up window. here when first tim

  • Web logic Session Invalidate

    hi, i developed j2ee code in eclipse and using tomcat server ver. 4.1. after completing the code, i uploaded the war file into web logic server. In weblogic server when i click on "LogOut" the server is also shutting down along with the page. but thi

  • Setting date and time is not working

    , I have restarted, and tried Network Settings, but still it just keeps thinking. What should I do?

  • Redo Generation Rate

    Hi, I am having problem with the redo generation rate. The size of redo logfiles in my DB is 400MB and log switch happens approximately after every 10 min which i think is very fast interval comparing to the size of my redo logfiles. I have even chec

  • SWF and FLV - help needed

    Hi, I'm finding flash very difficult, i've read tutorials and i still find it confussing. What i'm trying to do is embed my FLV video into my website that keeps my XHTML 1.0 Transitional page vaild. I download swfobject 2.2 and i have a FLV file that