-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compatibility with PH5 services #10
Comments
The ph5ws-event service is also problematic to fix. The service doesn't recognize what's coming back from the library, and the library doesn't recognize what it's sending to the service.
On the library side, if we use the fdsnws-event service url instead, there's a glimpse of the problems that will be coming in from the library:
What parameters need to be validated by which piece? ph5ws-dataselect needs to validate:
ph5ws-event needs to validate:
IRIS-WS needs to validate:
|
Updated error output using the newest release candidate of the IRIS-WS library.
ph5ws-event service output:
|
Currently, irisFetch is not compatible with the suite of PH5 web services. The underlying dependency on the IRIS-WS Java library, by default, adds some parameters to the event and dataselect service calls that are not recognized/applicable to the ph5ws-* services but are compliant with the FDSN spec.
As an example:
The full list of parameters that need to be validated, the variable type, and the corresponding web service is below
ph5ws-event:
ph5ws-dataselect:
The text was updated successfully, but these errors were encountered: