PHP ENUM SOAP WCF
Posted: Mon May 14, 2012 2:21 pm
Hello guys,
I'm trying send a enum type with WCF(WebService) and that's the problem:
" Uncaught SoapFault exception: [HTTP] Error Fetching http headers... "
I think that the main problem is that PHP not recognize enum type, so when the WCF try send a object that contain a enum, i'm receiving that error.
some idea of how solve that?
I'm trying send a enum type with WCF(WebService) and that's the problem:
" Uncaught SoapFault exception: [HTTP] Error Fetching http headers... "
I think that the main problem is that PHP not recognize enum type, so when the WCF try send a object that contain a enum, i'm receiving that error.
some idea of how solve that?