Closed iwkse closed 2 years ago
I think it's actually a suds bug, I've implemented the call with requests passing the same data and it's successful
Hello, thanks for opening an issue. In order to investigate this further, we'll need the following:
Please note: if these can't be provided, we'll have to close this issue unfortunately as incomplete.
Hi, the url is that one but the access is not public and it's required user and password that I cannot provide. I can provide a code snippet, as it's basically just passing the xml to the method and executing it. As for the version, I'm using the 1.0.0. Right now I'm not using suds for that call, I just commented and workaround with a post request call which it works. Maybe if you can give me some hints about why it searches for xmlRequest and what it means I can try to find it out myself. Because for all other methods there's no issue and I've noticed they all have name that doesn't start with Thank you
Hello, I believe this is similar to https://github.com/suds-community/suds/issues/30, which also described issues of passing XML in an attribute with a leading underscore.
Archeology of this:
Hi, I'm adding this issue here to speed up the process, I don't believe it's a suds bug, so that's more like a question. I'm processing some shipment GLS API to, close shipment with the format like:
Here I get an error:
That's raised in the PrimitiveAppender class from suds/mx/appender.py
The difference I see up here with these two methods,
The name is "_xmlRequest"
Here parent is a suds.sax.document.Document object and indeed it doesn't have a set method as this class doesn't extend the suds.sax.element.Element class, which I believe should be there instead.
It doesn't seems my XML request is wrong, I don't get it. Do you have any hints?