Skip to main content
17-Peridot
February 7, 2024
Solved

how to get data from OData from within JSP

  • February 7, 2024
  • 1 reply
  • 1700 views

Team

Is it possible to GET OData data from within JSP code? It would GET from the local Windchill (localhost). 

Do I have an authentication problem? 

1 reply

rleir17-PeridotAuthor
17-Peridot
February 7, 2024

Petr:

As for authentication, I can see how in the JSP to get the username. Is the usr:pwd needed in the OData URL when the call is within Windchill?

cheers -- Rick 

HelesicPetr
22-Sapphire II
22-Sapphire II
February 7, 2024

Usually you need login with a password to open new session. 

I would say if you communicate with windchill you need to authenticate

PetrH