Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I am new to using NMSDK.
I am using the latest version 5.7 for perl scripts.
I get the error in Zapi::invoke cannot connect to socket.
I am setting the transport to HTTPS using set_transport_type API.
I am setting the username and password using the set_admin_user API.
I set_transport_type to HTTPS
then I invoke ssytem-get-version.
I get the error in Zapi::invoke cannot connect to socket.
Can some one help me with this.
Thanks.
Banu Sundhar.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try this example.. might help.
the key is.. setting the HTTP version
$s->set_http_version('1.0');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for the response.
I see the proper api structure but the invoke fails.
So it still doesn't work.
Banu.
