PHP Classes

not quite

Recommend this page to a friend!

      SOAP Proxy  >  All threads  >  not quite  >  (Un) Subscribe thread alerts  
Subject:not quite
Summary:almost worked
Messages:2
Author:James Shaver
Date:2011-05-24 23:44:05
Update:2011-05-25 20:35:53
 

  1. not quite   Reply   Report abuse  
Picture of James Shaver James Shaver - 2011-05-24 23:44:05
But not quite...

/**
* Genarated webservice method ChangeEmployeePersonalInfo
*
* @param Services_UNKNOWN $ChangeEmployeePersonalInfoRequestPart
* @return Services_UNKNOWN
*/
public function ChangeEmployeePersonalInfo(Services_UNKNOWN $ChangeEmployeePersonalInfoRequestPart) {
return $this->soapClient->ChangeEmployeePersonalInfo($ChangeEmployeePersonalInfoRequestPart);
}

  2. Re: not quite   Reply   Report abuse  
Picture of Przemek Berezowski Przemek Berezowski - 2011-05-25 20:35:53 - In reply to message 1 from James Shaver
Could you please send me wsdl file for this ws, and code you used to run generator?