suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Non-standard service name #33

Closed MrLucio closed 4 years ago

MrLucio commented 4 years ago

Cannot call a service with non-standard service name (example: client.service.wsExtAuth..ckAuth).

Tried with this solution but got this error:

SAXParseException: :77:13: not well-formed (invalid token)

phillbaker commented 4 years ago

Can you provide a link to a wsdl that has this issue and/or write a failing test case?

On Sun, Mar 1, 2020 at 5:44 PM MrLucio notifications@github.com wrote:

Cannot call a service with non-standard service name (example: client.service.wsExtAuth..ckAuth).

Tried with this https://stackoverflow.com/questions/34539092/python-suds-client-and-not-standard-service-name solution but i got this error:

SAXParseException: :77:13: not well-formed (invalid token)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/suds-community/suds/issues/33?email_source=notifications&email_token=AAAXCKOP5TJTZ37ZEM73MQDRFLQOFA5CNFSM4K7JANN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRQ4Z2Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKOHQMCF5T6LAJSSOO3RFLQOFANCNFSM4K7JANNQ .

MrLucio commented 4 years ago

Thank you for helping me. I ended up not checking the issues anymore and I forgot it. I really appreciate that.