SoapUI Java API sending simple Http POST
Hi,
I'm using Soap UI java API for some basic functionality, such as sending soap requests and running a wsdl mock service.
Now however I want to simply create a default project; a test suite; a test case and a http request test step. But I can't find out how to go about this using the Java API.
Since I have no wsdl I only want to maka a simple HTTP POST call. Setting this up in SoapUI gui, no problems but I don't get which java methods to use when doing this programmatically.
Can anyone give me a pointer, or two?
Thanks in advance!
// Nisse Bakkerud
Hi Nisse,
Is this the type of thing you mean?
REST example:
SOAP example:
Other people have also posted stuff like this in the community from time to time, but it can be hard to find in searches.
Hope this helps,
Regards,
Rupert