Hi Ken, Thanks for finding another bug :) Fix is in the trunk.
Best, Burak On 01/09/13 21:59, Ken Prows wrote:
Hello list, I am working on having my service support multiple protocols. To do this I am working off a slightly modified version of this example: https://github.com/arskom/spyne/blob/master/examples/multiple_protocols/server.py Here is my code: http://pastebin.com/Wz02Qbnw When I run this and go to http://127.0.0.1:9910/soap/?wsdl I see this as the application location: <wsdl:service name="HelloWorldService"> <wsdl:port name="Application" binding="tns:Application"> <soap:address location="http://127.0.0.1:9910soap/"/> </wsdl:port> </wsdl:service> I am then pointing the wsdl2java.sh script from the Axis2 project at the wsdl: sh wsdl2java.sh -uri http://127.0.0.1:9910/soap/?wsdl -o ~/Documents/workspace/spyne_test/ -uw The objects that get generated end up trying to contact "http://127.0.0.1:9910soap/" which doesn't work without the "/" between the port and "soap". Did I do something wrong? Thanks in advance!, Ken _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
_______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
