On Thu, Dec 3, 2009 at 12:46 PM, Aaron Fischer <afisc...@smith.edu> wrote:
> > 3) NuSOAP package - http://sourceforge.net/projects/nusoap/ > > NuSOAP has one small gotcha. A lot of SOAP interfaces are designed for Java/Ruby. This means they support things like having multiple soap function calls and choosing which function to use based on the variables being passe For example: $people = new Directory(); $person = $people->FindPerson("firstname", "lastname"); $employeeId = 12345; $person = $people->FindPerson($employeeId); Based on the variables, Java and Ruby know which functions to use. By the same token, when mapped to SOAP objects and exposed as functions, you will have 2 functions defined in the WSDL. When nuSoap parses the WSDL file, only the LAST function with the same name is active, all the others are ignored. -- ---- Hudson Valley Sudbury School What GPL is for application users Our school is for students Help your children grow, change, and learn Let your child direct, control, amend Check out http://www.sudburyschool.org
_______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation