Official Content

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:

Module path

Web Objects URL

The URL will be as follows:

Java

.../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".

Net and .NET Core

.../modulea.modulec.objectc.aspx

SOAP services URL

SOAP services are published using the following syntax:

.../modulea.modulec.objectc?wsdl

Rest services URL

Rest services are published using the following syntax:

.../rest/modulea/modulec/objectc

Info: 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.

See Also

Qualified Name property

Modules - Object names




Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant