🐍👑🌍
Request
URL
:https://instance.neolane.net/nl/jsp/soaprouter.jsp
Content-Type
:application/xml
SOAPAction
:xtk:builder#EvaluateJavaScript
HTTP body
: ```xml <?xml version=”1.0” encoding=”UTF-8”?>
## Response
```xml
<?xml version='1.0' ?>
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="urn:xtk:builder" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<EvaluateJavaScriptResponse xmlns="urn:xtk:builder" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<pdomContext xsi:type="ns:Element" SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml">
<ctxresult="3">
<hello>world</hello>
</ctx>
</pdomContext>
</EvaluateJavaScriptResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>