.NET complextype error if not using caching
PhpWsdl I started to develop my own WSDL generator for PHP because th
Brought to you by:
odvpbre
Originally created by: miroslaw...@googlemail.com
Originally owned by: schickwa...@googlemail.com
If you use a .NET client to access your PHP WSDL webservice with complextypes, you NEED to use caching on your server!! Make sure to enable it, otherwise you get a .net error like "Error in xml document".
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: schickwa...@googlemail.com
I'm sorry for the big delay, I didn't receive the issue notify with email. I'll try to reproduce this issue.
Owner: schickwa...@googlemail.com
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: vaclav.s...@westbohemia.com
Is this problem already resolved?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: vaclav.s...@westbohemia.com
So I hope it works to me now. The problem was the cache path was not started with "./bla bla ". The the WSDL file was not created and was distributed to client as Default Struct Not the Complex type.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: vaclav.s...@westbohemia.com
BTW it looks little bit crazy, but debug needs not "./folder" path definition and works. It probably needs look to construction cache file path.