[spyne] Spyne: Issue with parsing of attribute with namespace

2016-12-01 Thread Himanshu Chuphal
Hi Sypne Dev, thanks for providing this amazing spyne lib. I have got the subscription to http://lists.spyne.io/subscribe/people I was using the lib for one of my tasks wherein I'm trying to parse a soap envelope request having multiple namespaces including an attribute with the namespace. See b

[spyne] Sypne: Return wsdl when GET requested with base URL using spyne

2017-01-18 Thread Himanshu Chuphal
Hi, I'm looking forward for an additional functionality of spyne lib. My sypne app goes like this : *spyne app:* app = Flask(__name__) nbi_spyne = Spyne(app) from spyne.model.primitive import Unicode, Integer from spyne.model.complex import Iterable class NBIService(nbi_sp

[spyne] Location Url in Generated wsdl by Spyne

2017-01-23 Thread Himanshu Chuphal
Hi Spyne support, I have a query regarding Location URL in the generated wsdl file by spyne, for example. ** *http://localhost:4500/someURL "/>* ** here, we get *localhost* by defualt in the soap:address location tag, which I guess should be the IP of the serve

[spyne] spyne : XML Syntax Error with POST request having additional Headers

2017-01-24 Thread Himanshu Chuphal
Hi, I'm getting XMLSyntaxError whilst parsing the POST request using spyne. With same code it works when xml is sent from SOAP UI, I compared the Request headers and I found the following difference. The difference I found was the additional header here : *MIMEBoundary etc.* *Not sure if that is

[spyne] Getting Client address from requests

2017-02-26 Thread Himanshu Chuphal
Hi, I'm looking forward for an additional functionality of spyne lib. My sypne app goes like this : *spyne app:* app = Flask(__name__) app_spyne = Spyne(app) from spyne.model.primitive import Unicode, Integer from spyne.model.complex import Iterable class SpynceService(nb