About Me

My photo
London, United Kingdom
SOA tester in London
Showing posts with label soap. Show all posts
Showing posts with label soap. Show all posts

Wednesday, September 22, 2010

soapUI tips

I thought I will start compiling what ever am doing in SoapUI through series of several soapui posts. It may not be well aligned.. manage it.

How to create UI dialog ?

String name = UISupport.getDialogs().prompt("What is your name?", "Name prompt");

How to do log info ?
log.warn ("Am giving you warning");
log.info ("Am giving you info");
log.error("Am giving you error");