SOAP - Still not king.
Jun. 18th, 2012 11:37 amBwa. I'm using soapUI for SOAP-related testing, which is fine. I'd like to be able to automate this, as well. However, I don't speak the language At All.
A sample thing, using soapUI:
* Create a new project, that points to a URL:
* Within there, expand the Login item.
* Edit the request to put in the credentials (login items, key/secret pair).
* Run the request.
I receive an access token in response. I use that access token for future items, like creating this thing, returning a list of other things, and so forth.
How would I do this in Python or Perl? Or should I just use soapUI for automated testing?
A sample thing, using soapUI:
* Create a new project, that points to a URL:
http://[websiteURL.com]/WebService4/soap/[ProjectName].svc?WSDL
* Within there, expand the Login item.
* Edit the request to put in the credentials (login items, key/secret pair).
* Run the request.
I receive an access token in response. I use that access token for future items, like creating this thing, returning a list of other things, and so forth.
How would I do this in Python or Perl? Or should I just use soapUI for automated testing?