From 94249bc28edd8f4fa6532253f66ddbd2cb10fc68 Mon Sep 17 00:00:00 2001 From: DMadhuranga Date: Fri, 3 Apr 2020 14:11:37 +0530 Subject: [PATCH] Fix example wsdl endpoint Add a new entry to wsdl file as the existing one are cannot be found when running. Changing the synapse configurations and others accordingly. Related PR (WSDL new port): https://github.com/wso2-docs/WSO2_EI/pull/68 --- .../examples/endpoint_examples/using-wsdl-endpoints.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`