Posted by AndyW on 08/31/06 06:53
Hey folks,
I am using PHP5 in the latest xampp distro to write a proof of concept
soap application with wsdl and cannot get it to recognise the <types>
element.
If I comment out the <types> element and use basic types in the
message <part>, all works fine. But if I try and declare a
complextype in the <types> element I get an error message stating
unexpected element <schema>.
My understanding is that the <schema> element means that the types
defined inside it are imbedded rather than imported ?
Cheers.
Andy
Navigation:
[Reply to this message]
|