Forum Discussion

Akif123's avatar
12 years ago

syntax highlighting or content assist inside soapUI?

Okay So what i need is a way to use syntax highlighting or content assist like they provide in eclipse for java and other languages, inside soapUI..

1. I have tried Installing the SoapUI plugin for eclipse but even in that i cant find a way to open the script assertions in a groovy editor (I have it installed in my eclipse)..

So the question is there a way to get syntax highlighting or auto complete feature for groovy in soapUI? or perhaps in soapUI plugin for Eclipse?


Thanks
Akif

2 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Not there so far.

    However, if you are eclipse user, you may directly install groovy plugin where you get syntax highlighting, context help, debugging and do the coding part and just copy it in soapui's groovy step.
  • To anyone who is thinking that if they install the Eclipse SoapUI plugin and then also install the latest Groovy plugin for Eclipse, the content assist will not work within that context, I can tell you that it doesn't work. You will have to create a separate Groovy project that includes the SoapUI dependencies in order for that to work. Then, you will need to manually copy code over into SoapUI (assuming you are are then NOT using the Eclipse SoapUI plugin).