CWCLI and XML issue on RME 4.3

Hi All,
     On a Windows 2008 Server with SP1 running LMS 3.2, I have a script that creates IOS configuration files with the appropriate XML command file for use with the cwcli config import function.  The XML file contains the following tags and values:
<payload>
<command>
   cwcli config import -u admin -p [Base64PWD] -device [DisplayName]
  <arg>
   -f
  </arg>
  <arg-val>
   D:\Program Files\CSCOpx\tftpboot\[DisplayName].cfg.[ID]
  </arg-val>
</command>
</payload>
When I execute the sample script to invoke the Servelet, as provided in the RME users guide, I get the information that the job is running:
<!-- Executing: cwcli config import -u admin -p [Base64PWD] -device [DisplayName] -f D:\PROGRA~2\CSCOpx\temp\argValFile.txt -->
<cwcli> INFO - Devices to be attempted in the job:
[DisplayName]
<cwcli> INFO - The job 5548 is created
Waiting for the job results ...
<cwcli> - Job Status: Job Succeeded
Successful Devices:
[DisplayName]
<cwcli> INFO - CM0107 Import the config file to PRIMARY Running Config on device successful CM0091 Check if the device prompt is available.
CM0089 Config archival successful for [DisplayName]
<cwcli> INFO - The transport mode used is TFTP
SUMMARY
========
        Successful: import
<!-- Processing complete -->
After this is where it gets weird!  On the switch - having previously issued the command "term mon" - I see the following output displayed:
Apr 28 16:56:38: %SYS-5-CONFIG_I: Configured from console by cw_2000_hq on vty2 (10.185.64.101)
Apr 28 16:56:46: %SYS-5-CONFIG_I: Configured from tftp://[CWServer]/20110428165646943-[DeviceIP].cfg by console
and checking the device I see that no changes have taken place.  Inspection of the file that was sent via TFTP to the device indicates why - it contains garbage:
   D:\Program Files\CSCOpx\tftpboot\[DisplayName].cfg.[ID]
end
The file I am specifying between the XML <arg-val> tags contains these commands:
interface FastEthernet0/21
  switchport access vlan 2400
  switchport mode access
  no cdp enable
  spanning-tree portfast
  ip verify source
  shutdown
end
Can anyone tell me what I am doing wrong, please..?
Thanks,
SRGi

The documentation is wrong.  Your payload should include the commands you want to deploy.  So, use:
   cwcli config import -u admin -p [Base64PWD] -device [DisplayName]
   -f
  interface FastEthernet0/21
  switchport access vlan 2400
  switchport mode access
  no cdp enable
  spanning-tree portfast
  ip verify source
  shutdown
end

Similar Messages

  • Menubar component and xml issue

    Hi folks,
    I am using the menuBar component that ships with mx2004pro,
    to choose galleries in an xml gallery. The gallery selector code is
    this:
    It's the second to last line, bassmenu.childNodes.onRelease =
    function, that I am having trouble with. bassmenu is the instance
    name of the component. The menubar component is loading the xml
    just fine. If I change the above to "bassmenu.onRelease =
    function..." the top level buttons on the bar will change the
    gallery. I just can't figure out how to address the child nodes of
    the menubar.
    I have spent a ridiculous amount of time on this, bought and
    read a book, read every tutorial and help file out there, any help
    would be greatly appreciated. I would be happy to post the source
    and the xml if that helps.

    The documentation is wrong.  Your payload should include the commands you want to deploy.  So, use:
       cwcli config import -u admin -p [Base64PWD] -device [DisplayName]
       -f
      interface FastEthernet0/21
      switchport access vlan 2400
      switchport mode access
      no cdp enable
      spanning-tree portfast
      ip verify source
      shutdown
    end

  • XML Parser for PL/SQL and related issues

    I need to have further information about some of the following
    issues and XML features and make a determination useful for
    evaluation and recommendation:
    ISSUES
    1) Is there a maximum size for an XML document to provide data
    for PL/SQL(or SQL) across tables, provided that no CLOB are used?
    2) How about from Oracle to an XML document ?
    3) Is there a ratio between XML document size and main memory and
    SGA size. What are Oracle's recommendations /
    4) Can the Oracle Application Server run on a DHCP NT server when
    using XML parsing ? Is it NT Service Pack 3 and 4 compatible ?
    5) How parsers can interact with one another or related tools ?
    For example, how the XML parser for c/c++ could be useful when
    using Pro*C/C++ (programmer 2000) or OCI interfaces ? In other
    words, what is the business logic in using these tools ?
    null

    Anthony D. Noriega (guest) wrote:
    : I need to have further information about some of the following
    : issues and XML features and make a determination useful for
    : evaluation and recommendation:
    : ISSUES
    : 1) Is there a maximum size for an XML document to provide data
    : for PL/SQL(or SQL) across tables, provided that no CLOB are
    used?
    The limit should be what can be inserted into an object view.
    : 2) How about from Oracle to an XML document ?
    The limit should be what can be retrieved from an object view.
    : 3) Is there a ratio between XML document size and main memory
    :and SGA size. What are Oracle's recommendations /
    Not directly due to the relationship between XML metadata and
    data not being constrained.
    : 4) Can the Oracle Application Server run on a DHCP NT server
    : when using XML parsing ?
    If it can run a JavaVM with the correct permissions there are no
    other special requirements.
    :Is it NT Service Pack 3 and 4 compatible ?
    No special requirements here.
    : 5) How parsers can interact with one another or related tools ?
    : For example, how the XML parser for c/c++ could be useful when
    : using Pro*C/C++ (programmer 2000) or OCI interfaces ? In
    other
    : words, what is the business logic in using these tools ?
    Not really sure of your question. The XML components are useful
    in any application where I am processing documents or data with
    an XML structure. The choice to use XML can be based on quite a
    range of requirements due to its declarative syntax and open
    standards. If you give me a specific application, I can perhaps
    be more helpful.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • How to disable 'Save' button when OAF and XML Publisher integrated...URGENT

    Hi,
    I am new to the OA Framework and XML publisher. I have been working on a requirement where I am designing a new page in Manager Self Service with few fields and a submit button. Also designed a RTF template in XML publisher to display the output in PDF format.
    When the details are entered on the page and click on 'Submit' button, the PDF will Open with the data populated. This is working perfectly... thanks to the forum.
    But my issue is: When the submit button is clicked, it displayes a dialog box with Open/Save/Cancel options and if I click the 'Open', the PDF will be opened. But my client is a retail client and they don't want store managers to save this PDF so either I have to skip this dialog box and directly open the PDF or I have to disable the 'Save' on the dialog box.
    Gurus -- Please help me how to achieve this. This is very urgent
    Below is the piece of code I am using in the controller to generate the PDF.
    TemplateHelper.processTemplate(
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getAppsContext(),
    APP_NAME,
    TEMPLATE_CODE,
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getLanguage(),
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getCountry(),
    inputStream,
    TemplateHelper.OUTPUT_TYPE_PDF,
    null,
    pdfFile);
    Thanks in Advance,
    Naren

    Frank, thanks for the update.
    But do you want me to try ControllerContext.getInstance().getCurrentViewPort().isDataDirty(); in button disable property?
    I have written one method in my am like
    public boolean isTransactionDirty(){
    return getDBTransaction.isDity();
    and exposed that method to client side and i try to use this method in my button disable property as
    disable#{bindings.isTransactionDirty.execute} but this is not working.
    Thanks

  • Java framework/toolkit for POJO, database persistence and XML

    Hi all,
    I've been wondering if there's a toolkit or framework for developing Java program (could be standalone Java program, EJBs etc.)
    I surfed around casually and found some but there isn't any detailed description of what and how each framework/toolkit does. So I hope to ask around if you've anything that you have used before and would like to point to me to look further.
    Given the huge number of open source toolkits, libraries and frameworks out there, it can be quite confusing as to which one is more suitable for me. Also with Sun's move into JDO and Java Persistence API, things become more messy and complicated - there isn't any clear leader in this area and things are starting to change with the inclusion of JDO which seems to be the future standard persistence API to use.
    So far, I've only worked with Hibernate for database persistence before. So I'm wondering if there're other options such as Hibernate with XDoclet, Castor and Spring framework etc. that can easily transform Plain Old Java Objects (POJO) -- hopefully using Java Reflection w/o using mapping XML files like in Hibernate -- into SQL for database persistence and XML text data and vice-versa. The current problem is that I've been spending tons of time writing code to transform data in Java objects into XML (using my own format) and also doing mapping files for Hibernate.
    I am hoping for something simple like:
    Object o = new Object();
    o.setProperty = "something";
    String xml = o.toXML(); // Convert object to XML text.
    o.save(); // Save to database.
    // The reverse: Parse XML into object and load from database
    Object o = new Object();
    o.fromXML(xml);
    o.load();
    // Properties should be initialized from database or XML.
    Anything similar to this out there?

    Hi,
    Just to share what I've found after surfing a bit more on this issue to promote more discussion on this area.
    For mapping of Java objects to XML, we can try looking more at Castor and JAXB.
    For database persistence to/from Java objects, look at Hibernate and JDO.
    There is this Hydrate project (hydrate.sourceforge.net) that I do not know where it fits in still. But it is supposed to do data transformation and mapping between Java objects, XML and database representation.
    Fyi.

  • Continuing font encoding and tag issues with snow leopard and CS4oI

    I am looking for help with a font handling issue with snow leopard and cs4 Indesign. Despite numerous calls and hours on the phone neither Apple nor Adobe has been helpful. I have had this issue open with Adobe since oct 5 but they remain totally unresponsive to date. I need to be able to use Type 1 fonts and do the following , export a pdf from Indesign with the following attributes: 1) xml tags for stories and objects. 2) have the fonts encoded as ansi and embedded.
    Some additional information  - exporting to ps is not an option as it destroys the xml tags. and doesn't guarantee that the fonts won't become CID or some other odd encoding.
    As it stands now,
    Leopard (10.5.8) and CS3 creates ansi encoded fonts with xml tags.
    Leopard (10.5.8) and CS4 creates ansi encoded fonts with xml tags.
    Snow leopard and CS3 creates ansi encoded fonts and xml tags
    Snow leopard and CS4 creates custom subsetted fonts and some xml tags.
    If any one has any advice on how to force specific font encodings from CS4 pdf exports so that i can preserve the tags and get the correct fonts I would be grateful.

    The font encoding is not a function of the OS version, but rather of how a font is internally encoded and the content you are representing with the font.
    If you are seeing a difference between MacOS 10.5 and 10.6 with the same Adobe software, it probably has something to do with use of a system font that is somehow different from one version of the OS to another. InDesign does not use any of the OS' font handling software.
    Assuming that the fonts are embedded, subset or not, what is your issue with whether a font is ANSI-encoded, custom-encoded, or CID-encoded? It should make no difference for purposes of workflow beyond InDesign for software that adheres to the PDF specification (including all versions of PDF from 1.3 and up to 1.7 plus ISO 32000-1 PDF and all versions of PDF/X and PDF/A).
    Neither InDesign or any other Adobe application provides user choices for the encoding since it shouldn't make a difference. The encodings chosen by Adobe's core technology components are for a combination of optimization and to support proper text search, copy, etc.
              - Dov

  • How to retreive images and xml stored in temporary internet files

    hi all,
                  I am creating an air application that has to work in offline too.so i have decided to retrieve datas it from temporary internet files(is it a rightway or anyother way to do that if so pls suggest).   I have an issues of retreiving images and xml stored in the temporary internet files of the user system ..can anybody help me and give solution for this..
    regards,
    Divya.

    What software are you using to create the website? Perhaps there is some command you can implement on the website to force the entire file to be downloaded. If you use Dreamweaver, you might ask in that forum. If you make the link an ftp link rather than a http link, you might guarantee that the file will be downloaded in its entirety, but the download location will not necessarily be in a temp folder.

  • Edit RSS and .xml in iweb on .mac

    I am desperately trying to find out how to edit my RSS and (.xml) file in iweb. I can get to the file if I publish my website to a folderr on my MAC, but this doesn't help me. I need to edit this file and let iweb publish it on my .mac podcast site.
    The real issue is that in itunes the wrong image is appearing (it is by default using my background image from my podcast website) AND also I am not able to give a "summary" in the podcast description area.
    I'm really frustrated that I can not see the .xml file directly in iweb and also that the RSS inspector editor in iweb does not allow you to edit all parts of your .xml file!
    Can anybody help?
    Thanks!!!
    http://web.mac.com/stl_ocds/iWeb
    http://web.mac.com/stl_ocds/iWeb/Meditations%20from%20Carmel/Meditations%20from% 20Carmel%20Podcast/Meditations%20from%20Carmel%20Podcast.html
    iMac   Mac OS X (10.4.6)  

    I have put together a website that I'm trying to manage daily. I'm creating in in iweb, then saving it to a folder and uploading using FTP (Fetch). So the problem I'm running into is that my server seems to be choking on the following like of XML code every time. For me this is a bummer because I'm not a code person and so it means relying on others to scrub the code out each time. How can I use iweb and avoid this problem.
    here is the head of a typical html file generated by the sw.
    the first line is choking the server.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head><meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <meta name="Generator" content="iWeb 1.1.2" />
    <title>About Me</title>
    <link rel="stylesheet" type="text/css" media="screen"
    href="About%20Me_files/About%20Me.css" /><script type="text/javascript"
    src="About%20Me_files/About%20Me.js"></script>
    </head>

  • Put report .rdf file and .xml customization

    hi frnds,
    where can i keep .rdf file and .xml file (for customization)? shall i keep on application server? now, to generate report i've written one script ...where can i keep this?
    -bhavin

    Hi Tim,
    Context: R12 France Telecom (FT) migration from 11i
    FT Reports are complex and the quantity of data / size of files generated by reports can reach up to 20Go. So I need to convert RDF to DATA Template because RDF can not generate some so big files (limit=2Go in 11i and may be 10Go in 12)
    I experience some troubles / issues / limits with reports conversion to XML.
    1 - some Data templates are not generated because of error : [052107_102109040][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0. I sent you 2 mails in the past with error detail but have no answer.
    2 - Data Templates are not directly usable because Reports include call to packages stored in PLL files. Pakages definition are well include in XML file generated by Report converter (1st step of conversion) but are not take in account when PL/SQL routine generation (Data template generation).
    Can you help me especially for the 1st issue
    I'd like to show a XMLP demo to FT using the Data source generator XDODTEXE in GL. I see XDOGLDEMO and GLGENJRNDT concurrent programs but there is no Data Definition / XML Data Template associated. Can you tell me if it exists a Data Template and where it can be retrieved from.

  • Send pdf and xml  to URL on one click

    My scenario is:
    -online Adobe form in ZCI layout with XML based interface created in webdynpro.
    -In webdynpro (form is embedded) Vendor fills out the form with the requested Payment, clicks the button and the form is saved at URL.
    -Then Approver will open PDF from that link, make his change and save it at that URL.
    -Then another Approver will open PDF from that link, make his change and save it at that URL.
    -Finaly Webdynpro program will upload the XML data from that URL into the embedded form and User will initiate sending the form data to SAP.
    I understand that every time the form is saved - it is needs to be saved in both PDF and XML.
    PDF is for the user to make changes on the form.
    XML  is for webdynpro to upload the form data and then send it to SAP.
    In Livecycle Designer there is Submit buttom in Standard library.
    The button has dropdown of Submit As : xdp, pdf, xml.
    So I can select only pdf OR xml - not both.
    How could I send to URL both PDF and XML on one click?
    Thank you ,
    Tatyana.

    From this conversation's thread it appears that Acrobat is not the application / service at issue.
    As this user forum has as its focus "Acrobat" it seems that the OP is in the wrong place.
    Acrobat's one click send feature provides the user a "draft" email. The user still has to process ("click") through steps with the email client/service to actually get the email out and on its way.
    I'm sure that "one click" does everything is available somewhere. Considering all it'd have to do and do right it'd be rather expensive.
    Be well...

  • Deposit Advice XML Issue

    Hello Gurus, I am having an issue with XML Deposit Advice and XML Check Writer. In our deductions, we have City Withheld and Head Tax Withheld. For some employees, the City Withheld is showing as '0' on the Deposit Advice Slip but '6.92' on the SOE. Though the Deposit Slip shows '0' for withheld under deductions, the Net Pay matches with that on the SOE. Can anyone tell me why this is happening? Any help is highly appreciated.
    Thanks, Naveen.

    This is an internal error with Hr/Payroll.
    Thanks, Naveen Gagadam.

  • RoboHelp 7 and XML output

    Can RoboHelp 7 output topics as XML (.xml files) ?
    We are researching upgrading to RoboHelp 7 from our RoboHelp
    HTML 2002 versions. We skipped the X-series upgrades, but I recall
    reading that the X-series supported XML in some way. I downloaded
    the RH7 trial version and could not find anything in the Help about
    XML. Then it seems that suddenly an XML Output icon appeared in the
    Single Source Layouts pane. It was not there previously. I then
    could generate xhtml (.htm) files.
    We called sales who didn't seem to know and said we'd need a
    valid license to ask tech support.
    Can someone enlighten me about the history of the X-series
    and XML output, and what is actually possible for XML from RH7? And
    what you need to do to get the XML Output to appear in the Single
    Source Layoutspane? XML Output is not covered anywhere I found in
    help or knowledge base, but it seems so huge a deal that it makes
    me think I must be missing something.
    Thanks for your help.

    Hi Peter
    Thanks for your help. In the Single Source Layouts pane, I
    clicked create Layout, and selected XML Output, and it now appears
    in the Single Source Layouts screen. Still have some questions.
    1\ Do you know any of the history of what kind of XML support
    was offered in the X-series, and if version 7 offers less, more, or
    the same support?
    2\ Any idea why there is NOTHING mentioned in the RoboHelp
    Help if you search using XML or XML output? Even more curious is
    when I click the Help button from the XML Output Options box, I do
    find a topic called XML Output Options. I wonder why their main
    Search tool doesn't find this...
    We were hoping to migrate to XML using XMetaL, but Mgt is
    balking due to the time and costs involved in conversion and
    translation issues. Which is why we may need to upgrade RH2002 to
    RH7, so our legacy docs remain pretty much intact. But at the same
    time, we want to know what the current RH XML capabilites are, and
    are wondering what their plans are for the future, like, will they
    offer real XML out to the current major tech writing standard,
    DITA. We hope to start authoring new docs only then using XMetal so
    we don't take the conversion/translation memory hit.
    So yes, our XML questions are deliberate.

  • SWF and XML for Command line compiling for iOS

    I need to compile an application for iOS using command line ADT. I need to pass the SWF and XML to the ADT command. But which ones do I need to pass as the ones available are in the debug folder and I don't think they are well optimized for mobile publishing. Also the XML has debug with id in it.

    Hi,
    Yes, Flash Builder, by default, doesn’t save release swfs. A simpler way to get them however be to go to Project->Properties->Flex Compiler and set
    ‘-debug=false’ in compiler arguments.
    Now the swf generated in bin-debug will be a release swf.
    Please let us know in case you face any issues.
    Thanks,
    Amish.

  • Wls10 jwsc task and XML Bean namespace warning

    I would like to thank whomever reads this post in advance for their time and assistance.
    We are writing webservices starting from a Java file and using XMLBeans for the databinding. These webservices compile but many generate an internal bind warning. Here is an example of the warning message:
    [jwsc] [WARNING] Java2Schema internalBind warning: 'error: src-resolve.a: Could not find type 'SearchFacilityLayer@http://ltfinc.net/ltfeb/facility'. Do you mean to refer to the element named searchFacilityLayer@http://ltfinc.net/ltfebservices?'
    The webservices seem to operate fine when using a java client that uses the client jars generated by the clientgen ant task. However, our qa group encounters problems on wsdl validation when importing the generated wsdl.
    Here is an example of one of the problematic web services and the schemas.
    JWS File: (package and imports omitted for brevity)
    @WebService( serviceName = "FacilityService",
    targetNamespace = "http://ltfinc.net/ltfebservices" )
    @WLHttpTransport( contextPath = "ltfebservices",
    serviceUri = "FacilityService",
    portName = "FacilityPort" )
    @RolesAllowed
    @SecurityRole( role = "wsuserrole",
    mapToPrincipals = { "AdminGroup" } )
    @SOAPBinding( style = SOAPBinding.Style.DOCUMENT,
    use = SOAPBinding.Use.LITERAL,
    parameterStyle = SOAPBinding.ParameterStyle.WRAPPED )
    @HandlerChain( file = "FacilityServiceConfig.xml",
    name = "FacilityServiceChain" )
    public class FacilityService
    @WebMethod()
    @WebResult( name = "result",
    targetNamespace = "http://ltfinc.net/ltfeb/facility" )
    public
    FacilityList
    searchFacility(
    @WebParam( name = "param",
    targetNamespace = "http://ltfinc.net/ltfeb/facility" )
    SearchFacility a_message )
    throws RemoteException
    try
    FacilityProxy l_proxy = new FacilityProxy();
    return (FacilityList) l_proxy.invoke( a_message );
    catch ( Exception l_e )
    throw new RemoteException( l_e.getMessage(),
    ExceptionUtil.getRootException( l_e ) );
    @WebMethod()
    @WebResult( name = "result",
    targetNamespace = "http://ltfinc.net/ltfeb/facility" )
    public
    FacilityLayerList
    searchFacilityLayer(
    @WebParam( name = "param",
    targetNamespace = "http://ltfinc.net/ltfeb/facility" )
    SearchFacilityLayer a_message)
    throws RemoteException
    try
    FacilityProxy l_proxy = new FacilityProxy();
    return (FacilityLayerList) l_proxy.invoke( a_message );
    catch ( Exception l_e )
    throw new RemoteException( l_e.getMessage(),
    ExceptionUtil.getRootException( l_e ) );
    SCHEMAS:
    FacilityServiceComponents.xsd
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:pp="http://ltfinc.net/ltfeb/facility" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ltfinc.net/ltfeb/facility" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xs:complexType name="Facility">
              <xs:annotation>
                   <xs:documentation>Facility details</xs:documentation>
              </xs:annotation>
              <xs:sequence>
                   <xs:element name="FacilityType" type="xs:string"/>
                   <xs:element name="AddressSpecifiedFlag" type="xs:boolean"/>
                   <xs:element name="FacilityName" type="xs:string"/>
                   <xs:element name="FacilityDescription" type="xs:string"/>
                   <xs:element name="ComponentFacilityID" type="xs:int" minOccurs="0" maxOccurs="unbounded"/>
                   <xs:element name="ContainerFacilityID" type="xs:int" minOccurs="0">
                        <xs:annotation>
                             <xs:documentation>ID of facility that contains this facility.</xs:documentation>
                        </xs:annotation>
                   </xs:element>
              </xs:sequence>
              <xs:attribute name="ID" type="xs:int"/>
         </xs:complexType>
    </xs:schema>
    FacilityServiceMessages.xsd
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:pp="http://ltfinc.net/ltfeb/facility" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ltfinc.net/ltfeb/facility" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xs:include schemaLocation="FacilityComponents.xsd"/>
         <xs:complexType name="FacilityList">
              <xs:annotation>
                   <xs:documentation>Result message schema for the facility "search" service</xs:documentation>
              </xs:annotation>
              <xs:sequence>
                   <xs:element name="Facility" type="pp:Facility" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
         <xs:complexType name="SearchFacility">
              <xs:annotation>
                   <xs:documentation>Message schema for the facility "search" service</xs:documentation>
              </xs:annotation>
              <xs:sequence>
                   <xs:element name="FacilityID" type="xs:int" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                             <xs:documentation>Retrieve facility details by ID value. Overrides all other search criteria.</xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="FacilityType" type="xs:string" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                             <xs:documentation>Filter result by facility type</xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="CompositeFacilityID" type="xs:int" minOccurs="0">
                        <xs:annotation>
                             <xs:documentation>Retrieve the components of this facility</xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="ComponentFacilityID" type="xs:int" minOccurs="0">
                        <xs:annotation>
                             <xs:documentation>Retrieve the root facility that contains this facility.</xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="ParentPartyID" type="xs:int" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                             <xs:documentation>Used with RelationshipType for headquarters facility search. ParentPartyID is the starting point of the relationship tree. The search result contains the distinct list of headquarter facilities associated with the parties in the relationship tree.</xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="RelationshipType" type="xs:string" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                             <xs:documentation>Array of relationship types used to define the relationship tree for ParentPartyID. Required if ParentPartyID is provided.</xs:documentation>
                        </xs:annotation>
                   </xs:element>
              </xs:sequence>
         </xs:complexType>
         <xs:complexType name="SearchFacilityLayer">
              <xs:annotation>
                   <xs:documentation>Retrieve the facility id's in the facility hierarchy for the given set of starting points</xs:documentation>
              </xs:annotation>
              <xs:sequence>
                   <xs:element name="FacilityID" type="xs:int" maxOccurs="unbounded"/>
                   <xs:element name="Direction">
                        <xs:annotation>
                             <xs:documentation>Direction of tree traversal. PARENT returns all of the containing facilities. CHILD returns all of the component facilities.</xs:documentation>
                        </xs:annotation>
                        <xs:simpleType>
                             <xs:restriction base="xs:string">
                                  <xs:enumeration value="PARENT"/>
                                  <xs:enumeration value="CHILD"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:element>
              </xs:sequence>
         </xs:complexType>
         <xs:complexType name="FacilityLayerList">
              <xs:annotation>
                   <xs:documentation>Result message for SearchFacilityLayer</xs:documentation>
              </xs:annotation>
              <xs:sequence>
                   <xs:element name="FacilityID" type="xs:int" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
    </xs:schema>
    The warning is generated for the second method "SearchFacilityLayer" but not generated on the first method. What have I overlooked?

    I do not see any change on JWSC and reported issues with specific to JWSC
    please open a SR. This would need more time to debug.
    Regards,
    Sunil P

  • I fouled up; erased library .itl and .xml files; need a little help

    I think I see what I did wrong (my issue relates to this reply post I submitted earlier today >> https://discussions.apple.com/message/16254985#16254985 but I don't think there's any need to go back and read that post to get the gist of my problem).
    So, after knocking around and reading a whole bunch of forum posts and Apple support pubs, I now know I did something dumb.
    Simply put, last night, in the course of attempting to delete from my MacBook Pro the iTunes library file residing there (the one designed to contain actual media files, i.e., music, books, podcasts, etc.), I also deleted the iTunes Library.itl and iTunes Library.xml files.  Yes, doh! is right.
    [BTW, the idea behind deleting the media library on the MBP was because my media files are -- and have been for some time -- located on an external hard drive.  So the good news is I still have all my media.  Of course, the bad news is I lost all playlists and a host of song-specific information and I'm sure a bunch of other stuff that is organized on the iTunes Library.itl file.  (Apple's helpful info sheet on the .itl and .xml files at >> http://support.apple.com/kb/HT1660)]
    So  I opened up iTunes today and there is nothing there, i.e., looks like just opened for the first time ever.  I now know that in the absence of the .itl and .xml files (which I trashed yesterday), iTunes went ahead and created new, empty versions of these files.
    HERE'S THE QUESTION: what should or can i do now to rebuild my library?  My media files still reside on my external HD and there they must stay because there isn't remotely enough room on the MBP hard drive itself.
    I'm just sort of stumped.  And skittish.  I don't want to make another dumb mistake that will make things even worse.  Any ideas?

    Hey, sorry to hear that, but good to know  that you have all your "stuff" and its just a matter of getting it all back together in the right place.  So, I have some ideas why it happened to me and maybe why this happened to you, which may be relevant later, but first I'll first explain how I got out of this jam.
    After much investigating, I finally did a search for .itl files and ended up "finding" one in the Media folder itself, specifically in the Music folder (yeah, should have done this much earlier).  Looking around, I also found the other files and folders that are supposed to be at same directory level as "iTunes Media." 
    At this point, I just moved them back to where they were supposed to be and opened iTunes and, voila, there was my stuff (albeit not quite all of it or exactly as it should be).  Then, after making sure my Media folder was properly identified in Advanced Preferences, I checked the boxes under File -> Library -> Organize Library and iTunes started doing some activity that seemed like it was reorganizing or rechecking the organization (you can see I am no expert here).
    So like I indicated, it wasn't exactly the way it was when I last used iTunes before I had the problems (e.g., various podcasts, books, etc. werent there -- so i just added them into the Library manually, i.e., File -> Add To Library, etc.).
    Anyway, I hope this helps if you haven't already fixed your problem.  If not, I might have some other ideas I came across while still searching for solution to my problem.  Best of luck.

Maybe you are looking for

  • Saving the output from a JSP request

    I have developed a decision support web site that amongst other things generates a "report" page. Now my client would like to add the ability for users of the site to have that report emailed out to them. Sending the email obviously isn't a problem,

  • Use of partner function && and $1 in PO output determination

    Hi, I have setup a message type for sending PO's to vendor by email. I use medium '5 - external send' in the output message record. During PO output, the system takes the email address of the PO wich is defaulted from vendor master record. Now our en

  • Problem with HTMLLoader

    I'm loading an external swf with HTMLLoader to open it in a new window from an Air application. But it generates a blank space of 28 pixels above the swf loaded in the new window. How could I remove that blank space?

  • Won't sleep, wakes spontaneously

    My new Mac Pro has some odd behaviors. First, when using the keyboard shortcut to make it sleep it sometimes won't respond the first time. Sometimes it sleeps right away. Sometimes it takes a few seconds. Sometimes it won't sleep at all unless I use

  • Reduce PO commitment to Zero

    Hi, We Have limit PO with Multiple account assignment in SRM. The issue with commitment distribution for all the account assignment. when i post service entry sheet the value is posting for only first one cost centre/Order but not all. So in the purc