diff --git a/en/micro-integrator/docs/use-cases/examples/endpoint_examples/using-wsdl-endpoints.md b/en/micro-integrator/docs/use-cases/examples/endpoint_examples/using-wsdl-endpoints.md
index 0a5572281..5b1edd514 100644
--- a/en/micro-integrator/docs/use-cases/examples/endpoint_examples/using-wsdl-endpoints.md
+++ b/en/micro-integrator/docs/use-cases/examples/endpoint_examples/using-wsdl-endpoints.md
@@ -16,7 +16,7 @@ Following is a sample REST API configuration that we can used to implement this
+ service="SimpleStockQuoteService" port="SimpleStockQuoteServiceHttpSoapDefaultEndpoint"/>
@@ -100,8 +100,8 @@ in above sample is given below.
```xml
-
-
+
+
@@ -111,4 +111,4 @@ in above sample is given below.
According to the above WSDL, the service and port specified in the
configuration refers to the endpoint address:
-`http://localhost:9000/services/SimpleStockQuoteService.SimpleStockQuoteServiceHttpSoap11Endpoint`
+`http://localhost:9000/services/SimpleStockQuoteService`