Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- php <<'EOF'
- <?php
- include "OSRFGatewayClient.php";
- $client = new OSRFGatewayClient("jasontest.cwmars.org");
- $request = new OSRFRequest("open-ils.circ", "opensrf.open-ils.system.ils_version");
- print_r( $client->postRequest($request));
- EOF
- stdClass Object
- (
- [payload] => Array
- (
- [0] => 3-10-3
- )
- [status] => 200
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement