15 years ago
oAuth and REST testing using SOAPUI
I am looking for a way to test oauth REST web services using SOAPUI
Below is a sample request response code-
Calling URL [http://ssod3.autodesk.com/auth/oauth/requestToken] with header [OAuth realm="http://sp.example.com/", oauth_consumer_key="2qt24v4089a7pf4s", oauth_signature_method="HMAC-SHA1", oauth_signature="rnbdloBykUQv6330BX6PcN%2BH6tU%3D", oauth_timestamp="1261080571", oauth_nonce="903b8761947ccf06758505e95635e3dc", oauth_version="1.0"]
Http Response Status: HTTP/1.1 200 OK
Request Token Response=oauth_token=1vgsept65gh33q7d&oauth_token_secret=1fhpaqk0pokuuv3l
I want to know to send\reciever these kind of requests-responses using SOAPUI.
Thanks,
-Preet
Below is a sample request response code-
Calling URL [http://ssod3.autodesk.com/auth/oauth/requestToken] with header [OAuth realm="http://sp.example.com/", oauth_consumer_key="2qt24v4089a7pf4s", oauth_signature_method="HMAC-SHA1", oauth_signature="rnbdloBykUQv6330BX6PcN%2BH6tU%3D", oauth_timestamp="1261080571", oauth_nonce="903b8761947ccf06758505e95635e3dc", oauth_version="1.0"]
Http Response Status: HTTP/1.1 200 OK
Request Token Response=oauth_token=1vgsept65gh33q7d&oauth_token_secret=1fhpaqk0pokuuv3l
I want to know to send\reciever these kind of requests-responses using SOAPUI.
Thanks,
-Preet