saurabhpb
11 years agoOccasional Contributor
Need help to run spatial queries on Spatialite db
Hello,
I need to validate a service response and the back end is spatialite db(.sl3) file.
I am using a JDBC type-2 driver for this and have been able to get it working successfully in eclipse through groovy code(Please find attached the same).
the driver comes packages as a JAR file and few .dll files.
the jar file has been places at C:\Program Files\SmartBear\SoapUI-Pro-5.1.1\bin\ext folder and is getting added to class path at soapui load.(referred soapui log)
the .dll files location have been added to Windows PATH system variable.
however Nothing happens when the same code which works in eclipse is run through Groovy Script step in soapui GUI.
no errors/warnings are captured in logs.
I have below queries regarding the same:-
1. Does soapui-pro support jdbc type-2 driver ?
2. If yes then where should i put the additional .dll files which comes packaged with the driver?
3. Do I need to specify the .dll files path somewhere in soapui-settings/vmoptions file so that soapui can pick it up.(I guess soapui doesn't refers to Windows PATH system variable)
any help in this regard is appreciated.
Thanks,
Saurabh
I need to validate a service response and the back end is spatialite db(.sl3) file.
I am using a JDBC type-2 driver for this and have been able to get it working successfully in eclipse through groovy code(Please find attached the same).
the driver comes packages as a JAR file and few .dll files.
the jar file has been places at C:\Program Files\SmartBear\SoapUI-Pro-5.1.1\bin\ext folder and is getting added to class path at soapui load.(referred soapui log)
the .dll files location have been added to Windows PATH system variable.
however Nothing happens when the same code which works in eclipse is run through Groovy Script step in soapui GUI.
no errors/warnings are captured in logs.
I have below queries regarding the same:-
1. Does soapui-pro support jdbc type-2 driver ?
2. If yes then where should i put the additional .dll files which comes packaged with the driver?
3. Do I need to specify the .dll files path somewhere in soapui-settings/vmoptions file so that soapui can pick it up.(I guess soapui doesn't refers to Windows PATH system variable)
any help in this regard is appreciated.
Thanks,
Saurabh