Re: [OPEN-ILS-DEV] Pcrud update over http gateway?

2018-10-26 Thread Daniel Wells
Hello Eric, I think you are going to need a conduit which allows you to have a stateful OpenSRF session connection, and the OSRF gateway doesn't do that. You are going to want to use either osrf-websocket-translator (more modern) or osrf-http-translator to do what you are trying to do.

[OPEN-ILS-DEV] Pcrud update over http gateway?

2018-10-26 Thread Eric Klooster
Hi all, We've been running our Evergreen install for almost ten months, with a custom PHP API that uses the guzzle http client to make OpenSRF requests to the http gateway. Our current project is to update MARC records programmatically, and by viewing the gateway logs while using the staff