Piotr Nowojski

Show:

What's happening?

  • Automatic adding default bindings

    At the moment if you try to add wsdl without specified binding, soapui shows error "nothing to add". In such case, many times i had to open such wsdl file in (for example) netbeans, and quickly add some default binding. Patch in the attachment do the same thing but "on the fly" in soapui. When soapui opens InpuStream with wsdl to add, WsdlBindingAdder intercept such stream and checks if...

    2009-08-31 12:02:29 UTC in soapUI

  • Comment: WSDL interface rename

    Ok, in "but it wasnt tested very extensively" i was worried about those possible side effects Pitor Nowojski.

    2009-08-31 10:12:19 UTC in soapUI

  • Adding multiple wsdls at once

    Its frustrating when you have to add multiple WSDL's one by one. This feature add's possibility to select folder (file or folder feature: https://sourceforge.net/tracker/?func=detail&aid=2847635&group_id=136013&atid=737766 ) in AddWsdlAction, which will find recursivly all *.wsdl files and will add all of them. There was one bigger change with: public static void...

    2009-08-31 10:07:29 UTC in soapUI

  • WSDL interface rename

    "It would be nice to have an editable wsdl binding name in project navigator. Example situation: when I want to add multiple wsdls exposed through servicemix-http component I end up with soapui adding them with name 'defaultBinding'. This would be the way to change their names without ugly hacking through xml files." patch adding requested functionality is in the attachment (but it wasnt...

    2009-08-31 09:41:59 UTC in soapUI

  • file or folder dialog

    While developing some improvments to soapUI and one external action, i had a need to use "file or folder" dialog in form. soapUI supports seperate fields for folder and seperate for files. Patch enabling this feature is avaible in the attachment. It doesnt brake any compatibility, just adds new field type to forms. It can be used this way: (in form interface which is passed to dialog builder):

    2009-08-31 09:33:13 UTC in soapUI

  • Attempt to edit already running groovy script blocks gui

    When running groovy TestStep with following script: Thread.sleep(10000) any attempt to edit such TestStep will block gui until groovy script stops running. If groovy script hangs (f.e. an infinite loop), gui will stay locked forever. Problem is visible in soapUI 3.0.1 ( with this feature: http://sourceforge.net/tracker/?func=detail&aid=2828357&group_id=136013&atid=737766 ). Patch is...

    2009-08-20 08:47:56 UTC in soapUI

  • Comment: Groovy TestStep runs groovy script in new thread

    i have attached small improvment, to prevent running multiple teststeps at same time (when user hit "run" button multiple times)

    2009-08-20 08:41:00 UTC in soapUI

  • Comment: Groovy TestStep runs groovy script in new thread

    Working great.

    2009-07-29 12:06:39 UTC in soapUI

  • Comment: Groovy TestStep runs groovy script in new thread

    you're welcome :)

    2009-07-28 14:25:19 UTC in soapUI

  • Groovy TestStep runs groovy script in new thread

    This feature improves SoapUI's behaviour when testing scripts. If script hangs or loops GUI still responds to user actions allowing for example to save project.

    2009-07-28 12:30:28 UTC in soapUI

About Me

  • 2008-04-21 (2 years ago)
  • 2068676
  • b4ndit (My Site)
  • Piotr Nowojski

Send me a message