The purpose of this document is to explain how different URLs are modified, by default, when you move objects to a Module object other than the Root module.
Consider "ObjectC" in module "ModuleC", in the following image:
The URL will be as follows:
.../packagename.modulea.modulec.objectc
When using modules and generating for Java the Java package name property must be set; in this example, it is supposed that its value is: "packagename".
.../modulea.modulec.objectc.aspx
SOAP services are published using the following syntax:
.../modulea.modulec.objectc?wsdl
Rest services are published using the following syntax:
.../rest/modulea/modulec/objectc
Note: The URL of a web object and its parameters can be customized using
URL Rewrite object, and the one of ReST Services can be customized using
API object.
Qualified Name property
Modules - Object names