cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Java ws url from xsjs function ?

former_member250641
Participant
0 Kudos

Hi Everyone

I have some requirement to call the Java service from XSJS web service , so in xsjs I try to call this $.ajax and $.post was not working , So what should we do to call the Java service from XSJS .

Thanks,

Sumit


Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

jQuery client side functions are not available on server-side XSJS.

You have to use a HTTP destination configuration with the HTTP outbound API.

Regards,
Florian

former_member250641
Participant
0 Kudos

Hi Florin ,

Thanks for your reply ,

We are able to call the web service from different system , But from http service to https service its asking for SSL trust

when we put useSSL = true; what should we do for that ?

Thanks,

Sumit

Answers (0)