rizkynich / php-wsdl-creator

Automatically exported from code.google.com/p/php-wsdl-creator
GNU General Public License v3.0
0 stars 0 forks source link

.NET complextype error if not using caching #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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".

Original issue reported on code.google.com by miroslaw...@googlemail.com on 22 May 2012 at 11:58

GoogleCodeExporter commented 8 years ago
I'm sorry for the big delay, I didn't receive the issue notify with email. I'll 
try to reproduce this issue.

Original comment by schickwa...@googlemail.com on 22 Aug 2012 at 8:39

GoogleCodeExporter commented 8 years ago
Is this problem already resolved?

Original comment by vaclav.s...@westbohemia.com on 22 Sep 2012 at 12:26

GoogleCodeExporter commented 8 years ago
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.

Original comment by vaclav.s...@westbohemia.com on 22 Sep 2012 at 6:47

GoogleCodeExporter commented 8 years ago
BTW it looks little bit crazy, but debug needs not "./folder" path definition 
and works. It probably needs look to construction cache file path.

Original comment by vaclav.s...@westbohemia.com on 22 Sep 2012 at 6:49