
Hi ,
I have to pass the arguments for the service class method like
(public str name(str name1)
{
return name1
}
)
when i give the input for service class method parameter through url like ("/api/services/group_ak/service_ak/name/?name1=hi";),showing like this exception,
anyone give a suggestion or solution for it.