cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

InterCompany Journal Entry Voucher Web service error

tarusun
Discoverer
0 Likes
674

Dear Experts,

I created an excel file and VBA script to call an Inbound Web service named "Manage InterCompany Journal Entry Voucher", I have set up Communication Scenarios and Communication Arrangements with ID and password as Authentication method.

I am trying to logon using business user credentials but the response says that "Authorization role missing for service". I tried with another Web service "Manage Customer Invoice Requests" but it allows business users to call... I used same configuration in Comm. Scenarios and Comm. Arrangements for both services above.

I read many posts in the community but still cannot find a suitable answer. Appreciate your help!

Best regards,

Tarusun

Accepted Solutions (1)

Accepted Solutions (1)

HarshalVakil
Active Contributor
0 Likes

Hello,

In general web services are meant to be used with Technical user maintained in the communication arrangement.

In some cases like for example Supplier invoice ByDesign have a Import from Excel feature. This Import from excel uses the same Web service operation and since Import from Excel can be done only by a business user these web services are allowed to use technical users as well as business users.

In case of intercompany JEV, this service does not allow the use of Business user and hence to create the Intercompany JEV, you must use Technical User defined in the communication arrangement.

Thanks,
Harshal

tarusun
Discoverer
0 Likes
Thank you so much for your clarification.

Answers (1)

Answers (1)

tarusun
Discoverer
0 Likes

Hi Experts,

Appreciate your help on this matter.