spyne Questions

1

I'm trying to port a Soap server from an old PHP project to Python. Django to be exact. In PHP you use $server = new SOAPServer("xyz.wsdl", .... As far as I know this app = Application([Hello...
Ma asked 7/3, 2016 at 21:29

2

Is there any way to use elementFormDefault="unqualified" server schema type with Spyne server? Now my all trials end up with method response result: <senv:Envelope xmlns:tns="http://test.com/re...
Vassalize asked 7/5, 2013 at 13:14

3

Solved

Implementing a WebService according to a specific WSDL. Client cannot be changed. Correctly processing request from Client, but Client is complaining on Response because of namespace in variables. ...
Bombard asked 3/3, 2015 at 13:24

1

Solved

I'm trying to use spyne (http://spyne.io) in my server with ZeroMQ and MsgPack. I've followed the examples to program the server side, but i can't find any example that helps me to know how to prog...
Wacker asked 6/8, 2014 at 16:2

2

Solved

I'm using Spyne (the example "hello world" code) to make a webservice that produces some json data and then I'm trying to consume this data in javascript code in client's browser. When I go to th...
Unit asked 1/7, 2014 at 17:40
1

© 2022 - 2024 — McMap. All rights reserved.