cancel
Showing results for 
Search instead for 
Did you mean: 

Error Axis Transport

0 Kudos

Hello guys,

I have to send through SOAP adapter message, with HTTP BASIC authorization.

Therefore I have chosen HTTP AXIS transport protocol, where as standards were set up this processing sequence steps and modules.

Processing Sequence:

1. AF_Adapters/axis/AFAdapterBean     Local Enterprise Bean      afreq

2. AF_Adapters/axis/HandlerBean       Local Enterprise Bean      xireq

3. AF_Adapters/axis/HandlerBean       Local Enterprise Bean      trp

4. AF_Adapters/axis/HandlerBean       Local Enterprise Bean      xires

5. AF_Adapters/axis/AFAdapterBean     Local Enterprise Bean      afres

Module Configuration:

xireq      handler.type      java:com.sap.aii.axis.xi.XI30OutboundHandler

trp        handler.type      java:com.sap.aii.adapter.axis.ra.transport.http.HTTPSender

trp        module.pivot      true

xires      handler.type      java:com.sap.aii.axis.xi.XI30OutboundHandler

The log that we have is:

Success Using connection SOAP_http://sap.com/xi/XI/System. Trying to put the message into the request queue.

Success Message successfully put into the queue.

Success The message was successfully retrieved from the request queue.

Success The message status set to DLNG.

Success Delivering to channel: CC_SIGNAMUS

Success MP: Entering module processor

Success MP: Processing local module localejbs/AF_Adapters/axis/AFAdapterBean

Success Axis: xioutbound-request mutation

Error   Axis: error during metamorphosis

  MP: exception caught with cause {0} com.sap.engine.interfaces.messaging.api.exception.MessagingException: The WSDL could not be parced; nested exception is: The WSDL could not be obtained; nested exception is: The WSDL could not be obtained:partner server returned:HTTP/1.1 401 Authorization Required

  AFW_ERROR The WSDL could not be parced; nested exception is: The WSDL could not be obtained; nested exception is: The WSDL could not be obtained:partner server returned:HTTP/1.1 401 Authorization Required

Error   REQUEST_DELIVER_ERROR_FAILED SOAP_http://sap.com/xi/XI/System; com.sap.engine.interfaces.messaging.api.exception.MessagingException: The WSDL could not be parced; nested exception is: The WSDL could not be obtained; nested exception is: The WSDL could not be obtained:partner server returned:HTTP/1.1 401 Authorization Required

STATUS_SET_SUCCESS FAIL.

Could someone help us explain were should be the problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Antonio,

Do you have a WSDL in your endpoint?. Try to set it in the channel in this way:

Regards,

0 Kudos

Hello Iñaki,

i've inserted the wsdl.url in afreq but problem and log is the same.

I remenber that i've putted the url + username + password into Parameters of the Communication Channel.

0 Kudos

Can we discuss this in PM ?