Rob is exactly right.
If you change two lines in SCA/Bindings/soap/
ServiceDescriptionGenerator.php to add the namespace prefix "wsdl" to
the generated wsdl, it will validate. Sorry about that.
I have checked in a change which will be in the next release.
Line 196 should read
$types_element = '<wsdl:types>'
Line 286 should read
$types_element .= ' </wsdl:types>' . "\n";
Matthew
> The type element needs to be within the wsdl namespace (http://
> schemas.xmlsoap.org/wsdl/).
> .NET code generator tool must be validating the WSDL against the WSDL
> schema.
>
> Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"phpsoa" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---