[gsoap] OPC UA via gSOAP?

2008-07-29 Thread glork98
Looking to try this. Anyone have any experience with it? Thanks, Glen

[gsoap] Re: non-blocking version of soap_accept() ?

2008-09-29 Thread glork98
Look into accept_timeout --- In gsoap@yahoogroups.com, Andrew Wood [EMAIL PROTECTED] wrote: Is there a non blocking version of the soap_accept() function? So it immediately returns and I can then check the return value (possibly using soap_valid_socket() ?) to see if we've got an

[gsoap] Re: Core in soap_pointer_enter

2008-11-25 Thread glork98
First off, you need to debug this by building it debug, trapping on the fault and working back up the call stack to find where you went wrong. The likely fault is passing an unset pointer or other garbage back from the implementation method. The serializer doesn't test for non-garbage before

[gsoap] Anyone using gSOAP for OPC UA?

2009-03-23 Thread glork98
I'm looking into extending the capabilities of our SOAP-enabled embedded device to be an OPC UA server. Has anyone done this? If so, were there any specific problems? Thanks, Glen