1

Given the below SOAP function (login) and types, how can I send (i need syntax) a SOAP request using php? I'm using WSDL file.

Function:

Array ( [0] => LoginResult login(LoginCallParms $loginCallParms) 

Types:

[32]=> string(197) "struct LoginParms { string adminId; string password; ListOf_xsd_string response; ListOf_NameValue parms; string delegateId; ListOf_Base64Binary clientCert; DelegationAuthType delegateAuth; }"

[33]=> string(44) "struct LoginCallParms { LoginParms parms; }"

Thanks!

Syscall
  • 19,327
  • 10
  • 37
  • 52
Franz
  • 17
  • 2
  • Duplicate of this question: https://stackoverflow.com/questions/11593623/how-to-make-a-php-soap-call-using-the-soapclient-class – jjok Feb 21 '18 at 09:10

0 Answers0