I have created a pass through soap proxy with base path '/v1/mobile-service'. I want to route the target endpoint to '/v1/mobile-service/firstApi'. When I am calling the soap api via 'https://<hostname>:/v1/mobile-service/firstApi', it is throwing org.xml.sax.SAXException: Invalid element error.
<HTTPProxyConnection>
<BasePath>/v1/mobile-service</BasePath>
<Properties/>
<VirtualHost>secure</VirtualHost>
</HTTPProxyConnection>
<RouteRule name="default">
<TargetEndpoint>default</TargetEndpoint>
<Condition>proxy.pathsuffix MatchesPath "/firstApi"</Condition>
</RouteRule>