php 5 soap question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AndyW

    php 5 soap question

    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 <typeselement and use basic types in the
    message <part>, all works fine. But if I try and declare a
    complextype in the <typeselement I get an error message stating
    unexpected element <schema>.

    My understanding is that the <schemaelemen t means that the types
    defined inside it are imbedded rather than imported ?

    Cheers.
    Andy

Working...