Question


Coforge
IN
Last activity: 30 Nov 2015 14:46 EST
How to provide tcp endpoint url in connect-soap
How to provide tcp endpoint url in connect-soap
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!


Pegasystems Inc.
US
Can you please clarify 'tcp endpoint'? Do you mean SOAP endpoint URL or not? if yes, see the help document: https://community.pega.com/sites/default/files/help_v719/procomhelpmain.htm


Coforge
IN
I mean endpoint URL only. Actually endpoint url of webservice which i am trying to invoke is tcp://host:port. When i am passing it as endpoint url and testing connectivity, its throwing exception "java.net.MalformedURLException: unknown protocol: tcp"


Pegasystems Inc.
IN
I believe, you can't use a tcp://host:port/ URL, try using only host:port


Pegasystems Inc.
US
You need to use protocol http not tcp.


Coforge
IN
If i am using http, getting connection refused.
How to create tcp socket connection and then pass request


Pegasystems Inc.
IN
I meant...use http://host:port as URL


PEG
IN
You need to give hostname and the Listen Port number in the end point URL of Connect-SOAP.
http://hostname:Listen Port Number/ ---


Coforge
IN
Could you please explain it more detail