cancel
Showing results for 
Search instead for 
Did you mean: 

invalid content type for SOAP : using AAE

Former Member
0 Kudos

I am working on synchronous scenario : SOAP to proxy using AAE. On Receiver side, I am using SOAP channel with XI message protocol.

I am getting below error on RWB.

SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 401 Unauthorized

While reading other sdn forums, I have also included MessageTransformatioBean on receiver communication channel and also make sure that user has PIAPPUSER role.

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

401 unauthrozed: User credentials used in the soap receiver (XI) CC is invalid. Use the one is valid. Talk to Basis team to get the right credentials and configure in the soap reciever(xi proxy) cc.

Former Member
0 Kudos

Thank you guys,

Actually It was port issue in soap URL. I was using wrong port.

Thanks,

Shabarish_Nair
Active Contributor
0 Kudos

you need to create a user in ECC with sufficient roles (ex. a service user with SAP ALL).

this user needs to be provided in the SOAP (XI 3.0 ) CC configuration

VijayKonam
Active Contributor
0 Kudos

Try with PIAPPLUSER itself. Once you confirm that the interface is working, then better to play with roles and other users.

VJ

VijayKonam
Active Contributor
0 Kudos

By the way, of the error is coming on the receiver side, the PIAPPLUSER is not going to be on ECC. You must use the user who is capable of running proxies on ECC in the receiver channel.

VJ

Former Member
0 Kudos

But the user, I am using, has PIAPPLUSER role and also SAP ALL access..

Edited by: Chetankumar Patel on Sep 26, 2011 4:58 PM