cancel
Showing results for 
Search instead for 
Did you mean: 

Error in File (AXIS)

former_member192561
Participant
0 Kudos

Hi Experts,

I have a scenario to download a soap response to file. I want to use FILE (AXIS) transport protocol of SOAP adapter and download the payload directly to a file system. I have Error message 

MP: exception caught with cause org.apache.axis.ConfigurationException: handler is not instantiated

org.apache.axis.ConfigurationException: handler is not instantiated  as shown below.

Communication Channel:

I have used the following modules :

I get the following error: Log files attached.

MP: exception caught with cause org.apache.axis.ConfigurationException: handler is not instantiated
org.apache.axis.ConfigurationException: handler is not instantiated
at com.sap.aii.adapter.axis.modules.HandlerCore.process(HandlerCore.java:75)
at com.sap.aii.adapter.axis.modules.HandlerBean.process(HandlerBean.java:86)
at sun.reflect.GeneratedMethodAccessor17535.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)

Regards,

Amber Badam

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192561
Participant
0 Kudos

I tried removing the Unpivot module, however still have the similar issue. Any clues what i'm missing here.

Pls. note that  I have done with SOAP to file using sync-async bride it works fine. However I'm interested in using AXIS protocol.