Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Unable to make connection call using smarAPi.generateSession

    NodeJS SDK
    0
    1
    6
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Narendra swami last edited by

      User user = smartApi.generateSession(lRDto.getClientcode(), lRDto.getPassword(), lRDto.getTotp());
      
      		return ResponseEntity.status(HttpStatus.ACCEPTED).body(user.toString());
      

      exception createPostRequest
      Parameter specified as non-null is null: method okhttp3.Request$Builder.header, parameter value
      Parameter specified as non-null is null: method okhttp3.OkHttpClient.newCall, parameter request

      1 Reply Last reply Reply Quote 0
      • First post
        Last post