Hi,
I've set up a webservice using nusoap which works fine when called in php.
However, when I call it from coldfusion I get a " could not find deserializer " error.
Now I realise this is probably caused by the fact I'm returning a struct (array) and coldfusion / java cant handle it ..
Anybody got an idea on how to get around this?
Or set up a deserializer to cope with it ??😕