Https port Issue

Hello All,

i have created demo service which will be get invokes by wM Https Port in my local IS 7.1 server.
but whn i trying to invoke service via Https port it not getting executed nor i am getting any error

Find the configuration done in my local 7.1 IS

Port 5505
Package Name Test
Bind Address (optional)
Backlog 200
Keep Alive Timeout 20000
Private Threadpool Configuration
Threadpool Min
Threadpool Max
Thread Priority
Security Configuration
Client Authentication Username/Password
Listener Specific Credentials (Optional)
Server’s Certificate unspecified
Authority’s Certificate unspecified
Private Key unspecified
Trusted Authority Directory unspecified
— Or —
KeyStore Location unspecified
KeyStore Type KeyStore(IAIK)
HSM Based Keystore false
Alias unspecified
Trusted Authority Directory unspecified

https Port is created with port : 5505 and using url below to invoke service
[URL]http://localhost:5505/invoke/Test:add_1[/URL]

Please let me know how to resloved ths Issue

RJ –

should be [url]http://localhost:5505/invoke/Test/add_1[/url]

Should be https://localhost:5505/invoke/Test/add_1

package name: Test and service name: add_1
Flow service:
1Map
num1 “2”
num2 “1”
2Map
add transformer “pub.math:addInts”
num1 and num2 wch gave result(variable)
3 pub.flow.debugLog
message set output = %result%

if i invoke ths service add_1 [URL]http://tech.forums.softwareag.com:5505/invoke/Test/add_1[/URL] i am getting output as junk value ie " ( "
but if i ran same service frm developer i will get proper and correct output

Is there anyone in ths forum who can reslove my Issue.
if i invoke ths service add_1 [URL=“http://tech.forums.softwareag.com:5505/invoke/Test/add_1”][COLOR=#22229c]http://tech.forums.softwareag.com:5505/invoke/Test/add_1[/color][/URL] i am getting output as junk value ie " ( "

-RJ