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

[ICAT] Fix endpoint issue #9425

Closed
mantid-builder opened this issue Dec 10, 2013 · 1 comment
Closed

[ICAT] Fix endpoint issue #9425

mantid-builder opened this issue Dec 10, 2013 · 1 comment
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Jay Rainey

This ticket is blocks : TRAC7636

Although the end-point is set in Facilities.xml it is in fact not used in ICat4Catalog or other catalogs. As it is not used, the gSoap generated files see the related soap_endpoint as being empty, and use the endpoint the files were generated against. As such, we want to set this end-point accordingly.

To do this we need to:

  1. Update catalogLogin to contain a list of all available facilities.

  2. Update catalogLogin to obtain the soap-endpoint based on the facility selected, and then pass it to the related catalog login method.

  3. Update all catalogs (ICat4Catalog & ICat3Catalog) to set the end-point for the session in the login method, and then use the session class to "get" the end-point & use it throughout.

    Keywords: ICAT

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 8581

@mantid-builder mantid-builder added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant