zend-soap Questions
2
Solved
I'm preparing the SOAP server and generating my WSDL using the follow code:
//(... Controller action code ...)
if (key_exists('wsdl', $params)) {
$autodiscover = new AutoDiscover();
$autodiscove...
Jimerson asked 25/6, 2013 at 21:8
1
I'm calling a service witch among many other parameters demands an entry like (Taken from soapUI):
<v110:ReadWorkerRequest>
<v111:Key v111:type="INITIALS">RKM</v111:Key>
<...
1
© 2022 - 2024 — McMap. All rights reserved.