Forum Discussion

scara79's avatar
scara79
New Contributor
12 years ago

it is possible to call a c# dll in side SoapUI

Hi

Is it possible to call a c# dll to do some form of encryption on data before it is send as a web services request

If not is there any other suggest on how to work around this problem

Thanks

1 Reply

  • ou_ryperd's avatar
    ou_ryperd
    Occasional Contributor

     

    You can make a COM call to a DLL via Groovy.

     

    You need scriptom and jacob libraries.

     

    import org.codehaus.groovy.scriptom.ActiveXObject

    def dll = new ActiveXObject("Name.ofDll")