CakeSWXPHP updated to SWX beta 1.3

I took some time updating my cakeswxphp package to the SWX beta 1.3. One of the new features is the new service explorer from SWX.

You can test your cake gateway, pointing your browser to the /explorer/ directory, gateway location being: cake_amf_gateway.php

Go to the cakeswxphp page for the latest downloads!

Enjoy!

3 Responses to “CakeSWXPHP updated to SWX beta 1.3”


  • Struggling to get this to work. I am getting the following error from the Service Browser:

    (mx.rpc::Fault)#0
    errorID = 0
    faultCode = “Client.Error.DeliveryInDoubt”
    faultDetail = “Channel disconnected before an acknolwedgement was received”
    faultString = “Channel disconnected”
    message = “faultCode:Client.Error.DeliveryInDoubt faultString:’Channel disconnected’ faultDetail:’Channel disconnected before an acknolwedgement was received’”
    name = “Error”
    rootCause = (null)

  • Fixed my first problem – there was an error in my php, the service explorer now works and it rocks! All my cake controllers are in there!

    However I was getting the following when trying to access cake_swx_gateway.php:

    Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in \vendors\swx\php\core\swx\app\Actions.php on line 96

    I changed line 96 to:
    $output = Executive::doMethodCall($body, $classConstruct, $methodName, $args);

    Now everything seems to work.

  • Hey Rudolf,

    Glad to see you’re playing with it! I’ll look into that warning, and submit a fix to the svn. Thanks for reporting :-)

Leave a Reply