Making calls from a php soap client, could just be weird because php is week typed. I have some experience with php soap implementation nusoap, it's not easy to make things work.
What is the error message you got? At first, try to make things work with a simple method call. For example, if you have a service with 5 parameters, remove 4 parameters and try if it works with one parameter. If things works after that, add the parameters one for one and after adding a new parameter, try if it works. What also might help, is to compare the soap xml messages which you are sending. Regards, Kees van Dieren Justin Leung wrote: >Hi all, > >I use Axis server and php client, using Pear. Refer to some beginner guide >on the internet, I successfully make a "Hello world" call. But when I build >my real-life application, when using multiple args call, eg. dummy(String s, >int i, Date d), Axis seems never parse the SOAP message, and the call always >failed. > >But if I use Axis to make a Java client to call the same Axis server, the >call works fine. > >Anyone can point me the light to use the Pear package correctly or needs any >configuration in Axis? or any more advanced tutorial talking about Pear and >Axis? > >Thanks in advance. > > > > > > -- Kees van Dieren MP Objects Stationsplein 45 3013 AK Rotterdam Postbus 29126 3001 GC Rotterdam tel: +31 (0)10-2900304
