n-jay commented on code in PR #55:
URL: https://github.com/apache/synapse/pull/55#discussion_r979421332


##########
modules/core/src/main/java/org/apache/synapse/endpoints/WSDLEndpoint.java:
##########
@@ -77,8 +83,14 @@ public String getWsdlURI() {
         return wsdlURI;
     }
 
+    public String getOriginalWsdlURI() {
+        return this.originalWsdlURI;
+    }
+
     public void setWsdlURI(String wsdlURI) {
-        this.wsdlURI = wsdlURI;
+        this.originalWsdlURI = wsdlURI;
+        String fetchedURI = ConfigUtils.fetchEnvironmentVariables(wsdlURI);

Review Comment:
   Resolved 
https://github.com/apache/synapse/pull/55/commits/61fb9e4da909b00d6da8dfe9fb57a3c0a5892793



##########
modules/core/src/main/java/org/apache/synapse/endpoints/WSDLEndpoint.java:
##########
@@ -93,15 +105,27 @@ public String getServiceName() {
         return serviceName;
     }
 
+    public String getGetOriginalWsdlServiceName() {

Review Comment:
   Resolved 
https://github.com/apache/synapse/pull/55/commits/61fb9e4da909b00d6da8dfe9fb57a3c0a5892793



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to