On 6 June 2011 21:06, crazycoders <mdumoulin@k3media.com> wrote: > > This is exactly what i said in the last post, this error was found but did > NOT correct the problem. > > Thanks anyway Can you provide a URL for a clean/fixed wdsl please? Also, ideally, public facing. I have a tool I'd like to try out to see if I can get a working script. If I can and the data I can pass and receive is accurate, then this would indicate that the WSDL and server service are working fine and the issue lies in the client code. But I'd like a clean WSDL file. If the service isn't public, I can't test my code. Is the WSDL file built dynamically? Watch out for server side and client side WSDL caching. If you change the WSDL on the server, the client may still be using an old one. Take a look at the phpinfo() output, specifically for the SOAP extension and see what you've got running. During development, turning the wsdl cache off will allow you to always use the current wsdl file - but at the expense of speed. Under normal circumstances, the WSDL file won't change as it could potentially be describing unimplemented servers. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php