I need to develop a SOAP Client in my Zend Application but i am really confused on how to make it work. I tried almost anything possible, googled about a bilion times and no way to make that damn webservice call to work.
The Client should allow me to stream an image, and few strings, in order to get certificate and a object as response.
Finally that was the correct way to do it:
Thanks to @aporat and to Sebastien Lorber for their help !