cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII 14.0 - Calling Transactions using SOAP Runner fails

former_member191528
Participant
0 Kudos

Hello All,

We are calling transactions in SAP MII 14.0 from external apps using SOAP Runner and we are passing the login info in the payload. But we are getting the following error.

We are passing the following in the payload.

<xmii:LoginName>Username</xmii:LoginName>

     
<xmii:LoginPassword>Password</xmii:LoginPassword>

We are getting 401 unauthorized as the user name and password is not propagated to the MII.

It works if we supply the info explicitly when we invoke the URL.

        
Thanks,

Kiran


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Kiran,

Are you allowed to disabled the option of authentication for MII Webservices? If so navigate to "System Management -> System Properties" and uncheck the check box "WSDLGen Security Enabled". This will allow you consume MII Transactions as webservices without passing login credentials

Regards,

Rajesh.

former_member191528
Participant
0 Kudos

Hello Rajesh,

I don't think that will be allowed. We usually pass the credentials in the payload and it has always worked for us in MII 12.1. But in MII 14.0 it does not seem to be working.

Thanks,

Kiran

Answers (0)