Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A usage tutorial? #10

Open
tin2tin opened this issue Mar 7, 2017 · 1 comment
Open

A usage tutorial? #10

tin2tin opened this issue Mar 7, 2017 · 1 comment

Comments

@tin2tin
Copy link

tin2tin commented Mar 7, 2017

I've installed EDLProvider on Windows, but I can't seem to find any information on how to actually use it. How do I do that? As a command line tool, or how?

@pcipriano
Copy link
Owner

The application is a SOAP service so to test you'll need to use tools or implement a SOAP client using your favourite language and call the soap methods.

After installing, simply start the corresponding windows service, run the command below:
sc start EDLProvider

The best way for you to test if the service is up and running is to load the SoapUI project that is located in the root of the source directory "EDLProvider-soapui-project.xml". Open it navigate to TestSuite 1/TestCase EDL/Test Steps and open the getEdlDouble step.

You will need to change the port number to the port specified in the installer the default in the project is 8087. Run the step and see if you get any response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants