-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Problem with extended classes #156
Comments
Solved, it was not a soap-client issue. |
@amaccis Hi, I have encountered similar problems. How do you solve it? Thank you very much. |
I have similar problem and same question as @smartydroid . |
The extension information is not coming out of ext-soap at this point. |
Hello, We noticed this issue got reported many times and want to tackle it at its core! In case you want this feature as badly as us: find out how you can support this project here 💚! |
Hi.
I need to consume a soap ws with the following wsdl (this is an excerpt):
By generating my classes, clearly, I got two classes:
but the xml created by the clientBuilder considers only the class objectResponse, as if it does not extend serviceResponse.
What am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: