-
Notifications
You must be signed in to change notification settings - Fork 616
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
WSDL problem #692
Comments
Hey @federicolucca thanks for reaching out. The problem you described (e.g. invoking The solution you discussed -- namely, the WSDL importing another remote WSDL for types, is a pretty common one. There's an open issue on Wasabi (another gem used by Savon) for this, but it hasn't had much progress lately. If that is your problem, you might try amending your WSDL to include the types defined by the external WSDL. |
thanks for the reply. Federico |
That's the result of setting |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is now closed due to inactivity. If you believe this needs further action, please re-open to discuss. |
Goodmorning
I must connect a ruby app to an external SOAP service. The supplier gave me a WSDL document for configure the calls. I have some problem with savon like this one below
undefined method `bytesize' for :get_depots:Symbol
I think the problem is that the WSDL has need an another external WSDL for types,but the types are define otherwise in the same WSDL.
Can i send you WSDL and my code for check?
Federico
The text was updated successfully, but these errors were encountered: