Question
8
Replies
481
Views
Tata Consultancy Services
Posted: November 17, 2015
Last activity: November 30, 2015
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
Posted: 5 years ago

×Close popover
Kevin Zheng (KevinZheng_GCS)
Director, Software Solutions Engineering
Pegasystems Inc.
US

PEGA
Pegasystems Inc.
US
Posted: 5 years ago
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"
Posted: 5 years ago
I believe, you can't use a tcp://host:port/ URL, try using only host:port
Posted: 5 years ago

×Close popover
Kevin Zheng (KevinZheng_GCS)
Director, Software Solutions Engineering
Pegasystems Inc.
US

PEGA
Pegasystems Inc.
US
You need to use protocol http not tcp.
Posted: 5 years ago
If i am using http, getting connection refused.
How to create tcp socket connection and then pass request
Posted: 5 years ago

×Close popover
Veera Gangababu Gollapalli (Gangababu)
Principal Technical Solutions Engineer
PEG
IN

PEGA
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/ ---
Posted: 5 years ago
Could you please explain it more detail
Can you please clarify 'tcp endpoint'? Do you mean SOAP endpoint URL or not? if yes, see the help document: https://pdn.pega.com/sites/pdn.pega.com/files/help_v719/procomhelpmain.htm#rule-/rule-connect-/rule-connect-soap/service…