Commit | Date | |
---|---|---|
2013-07-12 17:50:30 | Tree | |
[r244]
by
mikaelcom
[UPDATES] identical operation parameters type naming fix As the methods, representing the operations, had their parameters named as their type when the parameter type was an existing known class, it generated errors as we had multiple parameters with the same name (ex: login(StructString $_structString,StructString $_structString), which is conflictual). This was used to generate the sample file easily. This issue was fixed by naming the parameters with their real name (when there is multiple parameters) and by reviewing the sample file generation. |
2013-07-10 22:09:42 | Tree |
2013-07-08 20:49:49 | Tree | |
[r242]
by
mikaelcom
[UPDATE] adding several methods to manipulate headers Adding methods to get Soap headers (getLastRequestHeaders and getLastResponseHeaders) in order to get headers even as string or an associative array. Adding a method to ease the setting of HTTP Headers (setHttpHeader) in the Soap object stream context |
2013-07-06 09:29:00 | Tree |
[r241]
by
mikaelcom
[UPDATE] minor updates Minor update to avoid PHP warning about empty XML content when calling the method on a DOMDocument property type Php doc block comment update |
2013-06-26 16:26:25 | Tree |
2013-06-22 08:10:08 | Tree | |
[r239]
by
mikaelcom
[UPDATE] SoapHeader improvements After one case that breaks, we discover one little bug when catching data for SoapHeaders from schemas. Indeed, the namespace was wrong and the name of the parameter too. We made sure data are retrieved from the right WSDL attributes and that each SoapHeader is well defined in the Service class. Put setSoapHeader method in the *WsdlClass so each Service class can call it which simplifies its definition |
2013-06-21 23:15:19 | Tree |
[r238]
by
mikaelcom
[UPDATE] updates initiated by the pull request https://github.com/mikaelcom/WsdlToPhp/pull/11 |
2013-05-23 11:51:47 | Tree |
[r237]
by
mikaelcom
[UPDATE] minor fix and improvements Fix generic WsdlClass::__set_state() method in order to instantiate dynamically the object without any parameters. Improve "from schema" meta storage by providing the constant WsdlToPhpModel::META_FROM_SCHEMA and two methods WsdlToPhpModel::setFromSchema() and WsdlToPhpModel::getFromSchema(). These two methods are then used within WsdlToPhpGenerator methods to store this information. |
2013-05-14 22:05:30 | Tree |
2013-05-07 17:22:45 | Tree |