Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] how to invoke ECF REST service from a browser?

Hello Scott and folks,
I have created an ECF REST service here
http://localhost:3797/server1

I've confirmed that my ECF REST client can successfully call this
service interface:
public interface ISparqlService extends IInqleEcfService {
	public String querySelect(String query, String modelId);
}

So how can I call this service using a non-ECF client?  Presumably I
could open a browser to
http://localhost:3797/server1?...

Thanks!
David Donohue


Back to the top