anthonyc
15 years agoNew Contributor
Attaching binary data files to requests.
I am attempting to send a fingerprint file (wsq) on a web service request.
It does not seem to be sending any file. Do I need to do some form of conversion to the file before attaching it?
One more question: I have a jar file that I wish to call in order to tear down a user record after an enrollment. From command line I would run it as follows
java -jar .\deleter.jar {Person_ID}
How could I do this from soapUI?
It does not seem to be sending any file. Do I need to do some form of conversion to the file before attaching it?
One more question: I have a jar file that I wish to call in order to tear down a user record after an enrollment. From command line I would run it as follows
java -jar .\deleter.jar {Person_ID}
How could I do this from soapUI?