← Back to team overview

ladon-dev-team team mailing list archive

[Question #250158]: How to define the namespace

 

New question #250158 on ladon:
https://answers.launchpad.net/ladon/+question/250158

How do you define the ns namespace?  It appears to take the name of the class you use in the webservice.  For example:

class MyService(object):
    # define functions here


When the return object from a function is returned the ns namespace is defined as:

xmlns:ns="urn:MyService"

How would I change this so it's defined like this:

xmlns:ns="http://mysite.com";

Thanks.

-- 
You received this question notification because you are a member of
Ladon Developer, which is an answer contact for ladon.