I configure SoapDispatcher as:
dispatcher = SoapDispatcher(
name = 'FStControl2',
location = "http://localhost:9081/FStControl2/",
action = 'http://localhost:9081/FStControl2/',
soap_ns = 'http://localhost:9081/FStControl2',
namespace = "http://tempuri.org/",
ns = True,
debug = True
)
But client still get responce from any path:
http://localhost:9081/
http://localhost:9081/FStControl2/
http://localhost:9081/FStControl3/
http://localhost:9081/FStControl4/
http://localhost:9081/FStControl5/
...and so on
Console output is: [28/Jul/2014 15:53:56] "POST /FStControl3 HTTP/1.1" 200
Software version in PySimpleSOAP-1.10, windows 7(64)
Is it nornal, and how I can specify path?
Original issue reported on code.google.com by ziva...@gmail.com on 28 Jul 2014 at 11:58
Original issue reported on code.google.com by
ziva...@gmail.com
on 28 Jul 2014 at 11:58Attachments: