7. What is an XML Manager and why do we need it?

1 Answer

Answer :

An XML Manager provides the following capabilities
 Basic network configuration, such as load balancing and accessing remote
servers.
 It acts as an XML parser in order to provide XML Threat Protection
 It helps in implementing Caching
 To configure the User Agent

Related questions

Description : 8. When can we use User Agent?

Last Answer : A user agent is a client that initiates a request for a local service to establish a connection to a remote server.

Description : How to integrate MQ with Datapower?

Last Answer : http://www.ibm.com/developerworks/websphere/library/techarticles/1410_sahoo/1410_sahoo.html

Description : How to take secure backup?

Last Answer :  To securely back up the appliance configuration from the WebGUI:  Click Administration => Main => System Control.  Locate the Secure Backup section.  From the Crypto certificate list, select the ... of the target directory for the backup files.  Click Secure Backup to back up the appliance.

Description : What are the different modes through which you can connect to Datapower?

Last Answer :  GUI  CLI  XML-Management Interface

Description : What is an Application Domain?

Last Answer : An application domain allows the administrators to partition an appliance into multiple logical configurations. For example the developers and production employees environment is different

Description : Explain about your Roles and Responsibilities?

Last Answer :  Gathering the requirements from Client  Preparing the Design Document  Presenting the Design document to Client for approval  Configuring the service in Development environment  Testing and Troubleshooting of DP Services  Migrating the services from Dev to test and to production environment

Description : What is an on-error action in XI52?

Last Answer : An on-error action defines a named rule that enables user-defined error handling when subsequent processing encounters errors. This topic instructs how to define an on-error action. The on-error action ... an error occurs during processing. In this case, the error rule acts as an error handler.

Description : How do you migrate your services from one environment to another or how do you deploy your services from one environment to another?

Last Answer : We have a support team who takes care of Service deployments. We take an export of the service which needs to be deployed and keep it in a secured server by doing FTP. Our support ... server and does the deployment We can also use Export and Import configuration along with the Deployment Policy

Description : What is the advantage of Datapower over Message Broker?

Last Answer : Message Broker Datapower Integrating and leveraging the WebSphere MQ messaging infrastructure. Similar to Message Broker, DataPower can do any-to-any transformation (in theory, Yes. But in practice, you ... from any-to-any. Offers z/OS clients platform-specific benefits (CICS, VSAM).

Description : Have you worked on Datapower Extension functions? If so, can you please name some of them

Last Answer : Yes. Whenever we need to use DP EXTN Functions, we always need to declare the below namespace. xmlns:dp=http://www.datapower.com/extensions extension-element-prefixes="dp" dp:set-variable: ... field does not exist, this extension function adds the specified name and value to the client request.

Description : How do you handle Error scenarios?

Last Answer : We create an error rule in which we use a generic XSLT, which creates a fault message by reading the Service variables env:Client

Description : What is a Passthrough Service?

Last Answer : assthrough is basically accepting and sending a request to the backend without modifying it in Datapower

Description : What are the Datapower Variables?

Last Answer : Local - var://local/userdefinedname A local context variable in the default (current) context. The local context does not persist beyond the scope of the transaction. A transaction can include both ... a variable that is made available to a DataPower service that is attached to a session.

Description : Difference between Copy and Copy-of?

Last Answer : The element creates a copy of the current node. Note: Namespace nodes of the current node are automatically copied as well, but child nodes and attributes of the current node are not ... : Namespace nodes, child nodes, and attributes of the current node are automatically copied as well!

Description : Difference between Apply-template and Call-template?

Last Answer : The element applies a template to the current element or to the current element's child nodes. If we add a select attribute to the element it will process only the child element that ... a normal function call. You execute exactly one (named) template, usually with one or more parameters.

Description : What is xsl:param ?

Last Answer : The element is used to declare a local or global parameter. The parameter is global if it's declared as a top-level element, and local if it's declared within a template.

Description : Have you worked on XSLT Coding? If so, rate yourself in the scale of 1-10

Last Answer : Yes. I would rate myself as 6-7

Description : . How do you Implement Dynamic Routing in Datapower?

Last Answer : In case of a dynamic backend, we update all the backend URL’s in an xml file and we use a generic XSLT which will read the URL from the xml file based on certain customized conditions and we set the routing variable var://service/routing-url in the XSLT.

Description : What kind of troubleshooting have you done in datapower?

Last Answer : We use probe to capture the ongoing transactions with respect to a service.  We can also set the log level to debug mode in Troubleshooting Panel.We can make use of Log targets and Log ... Appliance itself under logstore or logtemp directory  We can also save the logs in an external server.

Description : How do you test your Datapower Services?

Last Answer : We can use SOAPUI to test the Datapower Services

Description : 6. What are the Security features that you have enabled in Datapower?

Last Answer : SSL Proxy Profile or Transport Layer Security  Forward  Reverse  Two-way  When DataPower Acts as Server Create SSL proxy profile by following the steps shown below , it can be referred ... Header  We extract the Header and verify the same in the AAAinfo.xml file for Authentication purpose

Description : 5. What is SLM and options available with that?

Last Answer : SLM has mainly 3 statements  Throttle  Notify  Shape

Description : 4. What actions have you used in the processing policy?

Last Answer :  AAA  SLM  Match  Transform  Result  Sign  Verify  Encrypt  Decrypt

Description : 3. What are the components of a WSDL?

Last Answer :  WSDL Definitions  WSDL Types  WSDL Message  WSDP Port and Operation  WSDL Binding

Description : 2. Difference between WSP and MPGW?

Last Answer : WSP Web Service Proxy is a powerful service in DataPower which provides abstraction and security to the backend web services .It provide access to variety of web services. WSP has many important ... to manually configure a match action and Processing policy  We have a loopback mode in MPGW

Description : 1. What are the different services that have you used in Datapower?

Last Answer : WebService Proxy, Multiprotocol gateway and XML Firewall

Description : We need a/an ………….. to create and edit an XML document. -Technology

Last Answer : We need a/anXML parserto create and edit an XML document.

Description : Create XML markup to represent a message sent on 7 June, 2014 to Amit and Saurabh by Mohit. -Technology

Last Answer : Mohit Amit Saurabh Submitted Successfully

Description : What does it mean when we say that XML tags are case sensitive? -Technology

Last Answer : The case sensitivity of XML tags means the opening and closing tags must be in the same case. The following code is an example of a well-formeddocument, where the opening and closing tags are in the same case, i.e.Amit

Description : In XML we can specify the frequency of an element by using the symbols: (A) + * ! (B) # * ! (C) + * ? (D) - * ?

Last Answer : (C) + * ?

Description : To link an XML document with a stylesheet, you need to (a) use the PI component in the XML document -Technology

Last Answer : (a) To link an XML document with a stylesheet, you have to use the PI component in the XML document.

Description : To send objects across the wire, beans need to be encoded using the Java Architecture for XML Binding (JAXB). a) True b) False

Last Answer : True

Description : What does the use of the # symbol mean in XML Document Type Definitions?

Last Answer : answer:

Description : Should firefox be running js and xml files? And should it have a chrome folder?

Last Answer : I would bet money that something is funky with your profile. Since you didn't specify what OS you are using you can try to find it. I would start here. Close Firefox and move the profile folder to ... old one. You will loose all your bookmarks and passwords. That Is why I suggest saving the old one.

Description : If you submit an XML sitemap to Google, do you have to recreate and resubmit when you create new pages?

Last Answer : answer:Yes, you need to update your sitemap to reflect any changes to your site structure. You can re-submit it automatically by including a reference to the sitemap file (sitting somewhere on ... More information about the updating process can be found on the Google support page for this feature.

Description : Which is most commonly used: RSS, XML, Atom?

Last Answer : RSS is specified using XML. I do think RSS is more common than Atom though, although most readers will do both. RSS is probably more popular today

Description : How would I check if an XML element exists in PHP?

Last Answer : Wrap it in an if that checks for the existence first if($status->item(0)) { $eventStatus = $status->item(0)>getAttributeNode( value )->value; } and run from there, I haven't actually run your ... and does just about everything you'll want (then you can use the DOM stuff to fill in the blanks)

Description : Flash and Xml web service problem...

Last Answer : well,... just for the record,... the programmer enabled the application to refresh the cache on every request, and the problem dissappeared. simple. but it had me pulling my hair for days, going back and ... thing i'd think about was that it was something to do with the server. Go figure it out.

Description : Reading xml with flash: CDATA or just text?

Last Answer : If you don't use CDATA then you need to make sure that you don't have any reserved xml characters in your titles or stories, such as and &. One thing you can do with you php script is ... commands to control the data, and if so it needs to be outside a CDATA block. CDATA prevents xml formatting.

Description : What Functions,SP,tools are available within SQL for Creating XML?

Last Answer : have a look here… http://msdn.microsoft.com/en-us/library/ms190922.aspx

Description : What do you mean by XML file? -Technology

Last Answer : XML file or XML document is a component of XML document system which contains the real data and its semantics.

Description : Write the components of an XML file in terms of logical structure. -Technology

Last Answer : An XML file contains:1. an optional prolog2. a data instance

Description : What does XML parser do? -Technology

Last Answer : An XML parser basically checks whether a document is following XML standard or not.

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Which document is used to define the style of an XML document? -Technology

Last Answer : CSS is a text document (or stylesheet) that is commonly used to define the style and layout of an XML document.

Description : Explain the usage of an XML parser. -Technology

Last Answer : XML parser is a software used to read, write and update to an XML document. An XML parser converts an XML document into an XML DOM object.

Description : List the important points to create an XML document. -Technology

Last Answer : The points while creating an XML document are as follows:1. XML documents must have starting and closing tags.2. XML tags are case sensitive.3. XML elements must be properly nested.4. XML documents must have one root element.5. The values of XML attributes must be enclosed in double quotes.

Description : Explain the utility of comments in XML. -Technology

Last Answer : A comment is a note or information that appears in the code of an XML document to help you understand the code better. Comments are not displayed in the output. They are not part of the program and therefore, are not parsed by the XML parser.

Description : State whether the following XML document is well_formed or not Mapoj -Technology

Last Answer : The preceding XML document is not well-formed because it contains two root elements. An XML document contains only one root element.

Description : Name some languages, which are derived from XML. -Technology

Last Answer : Some languages are as follows:1. Ink Markup Language (InkML)2. Business Narrative Markup Language (BNML)3. Financial Product Markup Language (FPML)4. Virtual Human Markup Language (VHML) .5. ... Language (ADML)6. Artificial Intelligence Markup Language (AIML)7. Chess Markup Language (ChessML) etc.