Skip to content
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

Invalid naming for EmailService #2

Closed
knation opened this issue Dec 16, 2013 · 2 comments
Closed

Invalid naming for EmailService #2

knation opened this issue Dec 16, 2013 · 2 comments

Comments

@knation
Copy link

knation commented Dec 16, 2013

EmailService must actually be "APIEmailService" per the infusionsoft docs (http://help.infusionsoft.com/api-docs/emailservice). This isn't really a matter of naming convention preferences, but rather something that's causing a failure.

Library infusionsoft-api throws an error because of this: XML-RPC fault: No such handler: EmailService.optIn

@bvalosek
Copy link
Owner

I see. I didn't intend for the actually requested service name to be
altered, just the wrapper around it.

Ensuring that the generated code retains the exact name to use in requests
would fix this.

@knation
Copy link
Author

knation commented Dec 16, 2013

Yep - that would do it. Thanks!

@bvalosek bvalosek closed this as completed Jan 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants