Closed dedalus2000 closed 9 months ago
Hi @dedalus2000, unfortunately, I'm not understanding the issue. Can you share a runnable code snippet illustrating the problem?
Please clarify the package and version of suds being used.
Closing this as there's been no clarification.
Hi, I have to manage an XML attribute as the following wdsl:
"actionType" can be "change" or "create", and it is a SalesQuoteLine attribute (ie:
<SalesQuoteLine actionType="change"><quoteLine>10</quoteLine></SalesQuoteLine>
)What is the best way to handle that attribute?
I see from the tutorial that suds is able to add attributes via plugin. Is there easier way? I don't like to modify the Client instantiation.
Thanks