This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Getting error while invoking a service operation with multiple parameters of JSON. In failure response i am getting status code 500.
Can you pls tell me how to send multiple parameters from invoke operation method in visualizer.
My service Receives a JSONof raw data i.e. given below :
{
"username" : "abcd",
"Password" : "1234",
"Confirm password" : "1234"
}
I have configured request template at mobile fabric end , it is working fine and giving me the success in response.
@Elinv Lvwwence This error generally observed in case where integration service,
Operation Security Level is Authenticated app user .
Below kony help :
The Operation Security Level specifies how the client must authenticate to this operation.
You can restrict access to this operation to only 'Authenticated Users' that have successfully authenticated using an Identity Service.
An 'Anonymous App User' operation allows access from a trusted client that has the required App Key and App Secret, but the client does not have to authenticate the user through an Identity Service.
Set the security level to 'Public' to allow any client to access this operation without any authentication requirement.