Hi , I need some help in defininh RESTfull web service in webmethods 9.5. We have created a REST application .
1) But when trying to invoke it, we are not able to pass the parameters.
2) How can we implement user/pwd authentication in the URL itself ? As in, the client when tries to access the URL should be able to give the user password so that the IS accepts the request.
Can somebody pls shed some light ? I have tried searching a lot but havent found too much of relevant articles.
sridhar
Hi , I need some help in defininh RESTfull web service in webmethods 9.5. We have created a REST application .
1) But when trying to invoke it, we are not able to pass the parameters.
2) How can we implement user/pwd authentication in the URL itself ? As in, the client when tries to access the URL should be able to give the user password so that the IS accepts the request.
Can somebody pls shed some light ? I have tried searching a lot but havent found too much of relevant articles.
Asadul
you have to write a code saying that some security authentication (Question and answers) while login. Refer wM 9.5 doc for the same.
Wei Yao
Using pub.client:soapClient the input: auth/message/user, and auth/message/pass can be set userId/password.