FAQ PI/XI Axis Adapter
- How can a user initiate utilizing the Axis adapter?
- How can a user verify incase the Axis adapter has been successfully deployed on his system?
- How to prepare for the axis provider lib sda?
- The user is getting NoClassDefFoundError exception during the Adapter manager startup
- I’m unable to deploy the axis provider lib sda archive.
- I have deployed the axis provider lib sda archive with the required jar files, however, I’m still getting the error at the servlet page.
- Should I be worried about any optional components at the servlet page?
- I’m seeing a java.lang.LinkageError.
- I’m getting java.lang.NoClassDefFoundError.
- I can see a java.lang.ClassNotFoundException.
- I’m getting org.apache.axis.ConfiguraitonException: the adapter is null
- Which version of Axis is currently being supported?
- Which all components are appropriate for generating a debug trace output?
- During the opening of an OSS problem report, what all information should I include?
- What are the various application component names of the Axis adapter?
- Can I ask a new question, even though it's not included in this list?
Sender Adapter General
- How can a user configure a simple sender adapter for testing and what can all can he do with it?
- Where can the user place few additional SAP adapter modules in his sender channel configuration?
- Where can I park some additional Axis handler in his sender channel configuration?
- What is the impact of setting the XI parameter Quality of Service to BestEffort?
- List the effect of setting the XI parameter Quality of Service to ExactlyOnce?
- What is the impact of setting the XI parameter Quality of Service to ExactlyOnceInOrder?
- How is the XI error message planned to the SOAP fault message?
- What is the impact of setting the XI parameter Keep XI Headers?
- What is the effect of setting the XI parameter Keep Attachments?
- List the differences amongst the XI parameter Payload Extraction options at the sender adapter?
- List the URL for sending SOAP messages to my channel?
- What security role is linked with the Axis adapter message servlet?
- Which is the security policy related to the Axis adapter message servlet?
- Can the user supply the Message-ID while sending a SOAP message?
- What is the impact when the user sends a message with the same message ID more than one time?
- How can the user determine why the call from my SOAP client fails?
- How can the user configure my sender channel for using SSL?
- How can the user configure my sender channel for using principal propagation?
- Can the user configure my channel for accepting only those messages which have been authenticated by some specific security mechanism?
- Can a user receive a SOAP message apart from the Axis adapter's message servlet?
- How can the user configure my sender channel for using DIME or MTOM?
- Can a user utilize SOAP 1.2 for his sender channel?
- Can the user configure my sender channel for reading SOAP messages from files?
- Can a user configure my sender channel for receiving SOAP messages using POP3?
- Can the user configure my sender channel for receiving SOAP messages using JMS?
- Can I utilize the sender adapter without XI30InboundHandler for receiving XI message directly?
- In case a user gets the DuplicateMessageException when he sends a message with Quality of Service set to ExactlyOnce
- Without XI30InboundHandler, a myABAP client is unable to process the HTTP 202 response from the sender adapter.
- With more than one Body child elements, how can a user process a SOAP message?
- With multiRef references at the sender adapter, how can the user process a SOAP message?
- Can a user modify or disable the user authentication performed at the Axis adapter message servlet?
- Can the user configure user login per channel, utilizing a handler?
- Can the user perform a channel specific authentication scheme using a handler (e.g., performing Basic Password, UsernameToken)
- Utilizing the assigned users for the services as well as the sender agreements can the user enable the access control?
- Can a user post a plain XML request (REST) to the sender adapter servlet?
- Can a user periodically call some of the HTTP services and use the response for calling the sender channel?
Receiver Adapter General
- Is it possible for a user configure a simple receiver adapter for testing and what all can he do with it?
- In his receiver channel configuration, where can the user place few of the additional SAP adapter module?
- In my receiver channel configuration, where can I park few additional Axis handlers?
- What should the web service throwback when it is called from a synchronous interface?
- What should the web service return, when it is called from an asynchronous interface?
- while sending a SOAP message, can a user include the Message-ID?
- How can the user figure out why the call to the web service failed?
- How is the SOAP fault message marked to the XI error message?
- List the differences amongst the XI parameter Payload Extraction options at the receiver adapter?
- How can user configure my receiver channel for using the SSL?
- How can I configure my receiver channel for using the principal propagation?
- How can I configure my receiver channel for using an SSL with a client certificate?
- How can a user utilizing a Windows NTLM authentication module in his receiver channel?
- Is Windows NTLMv2 supported?
- Where can the user set SOAPAction?
- Can a user use HTTP 1.1?
- Can the user use the HTTP keep Alive feature for reusing the connection over multiple calls?
- Can I utilize the HTTP chunked transfer mode?
- How can the user set some user-defined transport headers?
- For my receiver channel, can I use SOAP1.2?
- Where can the user set up the action parameter for SOAP 1.2?
- How can a user configure my receiver channel for utilizing DIME or MTOM?
- Can a user configure his receiver channel for storing the SOAP messages in files?
- Can I configure my receiver channel for sending the SOAP messages using SMTP?
- Can a user configure his receiver channel for sending SOAP messages utilizing JMS?
- How can the user utilize CommonsHTTPSender as the transport handler?
- Can the user use the receiver adapter without XI30OutbundHandler for it to directly send XI messages?
- Can the user call the target service with HTTP GET?
- How can a user call some service over an HTTP proxy server?
- Can I transmit a SOAP message with more than one Body child elements?
- Using multiRef references from the receiver adapter, how can I transmit a SOAP message?
- For the transport handler, how can a user set the timeout value?
- Can the receiver adapter manage the HTTP redirects?
- Can a user send a plain XML message to a REST service?
Handler Related Questions
- Can I try a sample handler?
- In case I write my own handler, where can I package it?
- How can I add or delete few of the SOAP headers?
- From where can I get to know more about the Axis handlers?
- How can I write to the adapter engine's trace (default trace)?
- How can a user write to the adapter engine's audit log?
- Can the user hide the value of some handler parameter in the module parameter table?
- Is there a log handler which can write the message content into a file?
- How can a user write to the audit log or to the channel monitor from his own handler?
- What is the result when the user sets the same parameter more than once for a handler?
- Is it feasible to send the response message from one call to another service?
Advanced Usage Questions
- How can the user enable the WS-Security features?
- Which wss4j versions have been verified for working on the described scenarios?
- From where can the user get additional information about the WS-Security handlers?
- How can a user configure a channel for using the UsernameToken authentication of WS-Security?
- Can a user set the user and password used for the UsernameToken dynamically?
- Can a user use SecureStore for storing the passwords used for the UsernameToken?
- How can a user insert the Nonce and/or Created elements for WS-Security UsernameToken?
- How can I configure a channel for using the encryption and signature feature of WS-Security?
- Would I require a Bouncy Castle for using WS-Security?
- Can the user turn off the WS-Security header's mustUnderstand flag?
- The user is getting a corrupted signature.
- How can the user insert the Timestamp element for WS-Security?
- How can the user encode arbitrary elements using WS-Security?
- How can a user use the UsernameToken and encrypt its content using WS-Security?
- How can I use the Timestamp and also sign its content using WS-Security?
- Can the user include the sender's certificate in the signed message using WS-Security?
- Can I include the sender's certificate issuer serial in the signed message utilizing the WS-Security?
- Can the user use a different symmetric algorithm like aes256-CBC or tripledes-cbc for WS-Security?
- Post setting the parameter encryptionSymAlgorithm I am getting NullPointerException.
- I it possible to combine several WS-Security actions?
- Can I club various WS-Security handlers?
- Can I utilize WS-Security with SAML?
- I am getting NullPointeException from CryptoBase.getAliasForX509Cert?
- How can I specify more than one user for decryption or signature validation in WS-Security?
- How can the user enable the WS Addressing features?
- How can I encompass the WS Addressing headers in my SOAP message?
- How can I modify the WS Addressing's namespace URI?
- From the addressing handler, I am gettingrg.apache.axis.types.URI$MalformedURIException.
- What is the Receiver task utilized in the sender adapter?
- Do we have a sample code for a receiver task?
- What is the Subscriber task utilized in the sender adapter?
- DO we have a sample code for a subscriber task?
- Can the user deploy an Axis java proxy and term it as the service target?
- How can I read some MIME or transport headers utilizing the XI DynamicConfiguration header (ASMA)?
- How can the user set some MIME or transport headers using the XI DynamicConfiguration header (ASMA)?
- Where should I place the XI30DynamicConfiguration handler in the handler chain?
- How can the user set the target URL using the XI DynamicConfiguration header (ASMA)?
- How can the user set the SOAPAction value using the XI DynamicConfiguration header (ASMA)?
- How can the user set or retrieve some Axis message context properties using the XI DynamicConfiguration header (ASMA)?
- Is it possible to extract some ID value from the SOAP envelope and utilize it as the message ID?
- Can the user link a domain-specific ID value to the message ID?
- Can I insert few SOAP headers?
- Can the user extract element and attribute values from few SOAP headers?
- Can the user use the Axis adapter functionality in his own adapter implementation?
- Can the user use the Axis adapter functionality by other adapters?
- From the sender adapter, can I directly forward the XI message to some specified XI system?
- What is the Axis sample adapter SDK?
- Can the user invoke a service internally by using Axis' service provider mechanism?
- As the target can the user invoke a POJO or EJB based service internally?
- Using the java:RPC provider, how can the user invoke an internal POJO based service?
- How can the user invoke an internal POJO based service using the java:MSG provider?
- How can a user invoke an internal EJB based service using the java: EJB provider?
- Can the user use the typeMapping or beanMapping features when he invokes some internal service?
- Can the user get the WSDL file for the internally configured service?
- How can the user set or retrieve the values of some Axis message context properties?
- Can the user resolve the multiRef references in the Axis adapter?
- List the Axis message context properties?