Topic by Ross Crockett
Content
Hello,
I've managed to configure a custom process to include the NuSOAP library to make a web service call on trigger of an event. I have migrated code from customer portal Model classes that is working fine into the Custom Process. At the moment I am adding a little bit at a time and building on it as it works so the code below isn't the end picture.
Upon testing the client though, the process finishes abruptly with no error in the Process Designer. My output would indicate that it got to the line where it was creating the client and then it just ends. If I check the Logs though, the error logs show this:
Fatal signal '11' received, current errno=11
Client Type: Console-C#
-- Call Stack ----------------------------------------
-- Raw Post Data ------------------------------------
-- CGI Environment -----------------------------------
REQUEST_URI : /cgi-bin/[myinterface].cfg/php/xml_api/soap_api.php
SCRIPT_NAME : /cgi-bin/[myinterface].cfg/php
PATH_INFO : /xml_api/soap_api.php
REQUEST_METHOD: POST
The apply method is given in the snippet below, i have masked the interface and URLs etc so that isn't the issue. i have provided some code comments too to give some context.
I read that outgoing connections from Custom processes might be blocked from August 2013, and given that we are on Nov 2013 I was wondering if that could be the problem. Could anyone provide some insight?
Thanks