Hi Vaibhav,
Thank You. I pinged the VSE system from VS Invoking machine. It works fine.
I could not telnet with port number, no telnet in system and could not enable one due to security permissions. So I could not validate the opening of PORT.
Also the Real endpoint URL is SSL enabled
https://endpointserver
I have created VS with
http://VSE:PORT.
Can this be compatible, will a http VS replace a https real endpoint. If not, what are the additional steps to take to create a working SSL enabled VS.
If I try to test the VS with
http://VSE:PORT I get the following error:
java.net.ConnectException: Connection refused: connect
at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
at com.itko.lisa.test.ReuseSocketHttpProtocolSocketFactory.connectSocket(ReuseSocketHttpProtocolSocketFactory.java:30)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at com.itko.lisa.ws.axis.LisaHTTPSender.doInvoke(LisaHTTPSender.java:492)
at com.itko.lisa.ws.axis.LisaHTTPSender.invoke(LisaHTTPSender.java:267)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2837)
at org.apache.axis.client.Call.invoke(Call.java:2820)
at com.itko.lisa.ws.nx.NxWSStep.executeCall(NxWSStep.java:384)
at com.itko.lisa.ws.nx.NxWSStep.execute(NxWSStep.java:289)
at com.itko.lisa.test.TestNode.executeNode(TestNode.java:995)
at com.itko.lisa.test.TestCase.execute(TestCase.java:1297)
at com.itko.lisa.test.TestCase.execute(TestCase.java:1198)
at com.itko.lisa.test.TestCase.executeNextNode(TestCase.java:1183)
at com.itko.lisa.test.TestCase.executeTest(TestCase.java:1124)
at com.itko.lisa.coordinator.Instance.run(Instance.java:208)
</ns1:stackTrace><ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">VSEServer</ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Original Message:
Sent: 03-16-2021 12:58 PM
From: Vaibhav Jain
Subject: Accessing SV from outside DevTest tool
Hi Thulasi,
This seems more like of a connectivity issue. Make sure the VS invoking machine and VSE are having connectivity available (firewall rules, ports etc.)
Thanks
------------------------------
Regards,
Vaibhav Jain
Capgemini
Original Message:
Sent: 03-16-2021 02:47 AM
From: Thulasi K
Subject: Accessing SV from outside DevTest tool
Hi,
I am using a Client Citrix Server say Machine 'A' to access client network and have created Soap Virtualized Services over DevTest Portal installed on a different machine say Machine 'B'. I would successfully test it on the machine where devtest is installed (i.e Machine B)
I would like to access it from SOAP UI installed on Machine 'A' or any development systems in same network. i. e I am able to hit the VS from SOAP UI in 'B' but not on 'A'.
please guide, if I can change some settings in local.properties to achieve this or is this access issue from client side.
regards
Thulasi