-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Version #66
Comments
It's the generic error when something's wrong. You might need to add SoapFault and logs to your code to check that the methods called are ok. |
I dont know when I must use the SoapFault. The error message said me that the problem is when a client use SoapClient for consume the method of the webservice. |
The source code of a method.... /**
|
@JuanDaniel Do you still have this problem? I think that this problem is solved by BeSimple/BeSimpleSoap@e99f707. |
Hi, I am developing a application with Symfony 2.0.21. I installed the bundle and I defined a web service with several method and everything is ok. But... when I want to consumed any method, I get response "Wrong Version".
Someone can help me?
The text was updated successfully, but these errors were encountered: