Udo,
Could you point us to the SOAP classes you've come accross? I am in
the same
situation as you are but haven't found much yet. There is indeed a SOAP
server class from Manuel available at phpclasses.org, this is the first one
I've seen. I haven't found a SOAP client class yet.
ogers wrote:
> Hi
> Thanks for that info, was just what I needed :)
> You can also create $iv with this:
>
> $iv = pack("a".mcrypt_enc_get_iv_size($td),$iv);
>
> I use base64_encode() and base64_decode() to store the result and send via
> the web.
> Tom
>
> At
Hi,
I had an hard time converting my code from mcrypt 2.2.x to 2.4.x. There is a
big lack of info about the difference between the two and I could not find
anything to help me make the move.
My problem was not getting things to work with either version of mcrypt,
there are ple
3 matches
Mail list logo