How to send a POST request for Teamcenter SOA API and get the response?
0
Hi all, I'm trying to use CALL REST API action to post a request to Teamcenter SOA API and get the response. For now, I don't want to use TcConnector. I'm trying to use ExpandPSOneLevel Soa service. I will share the request body. I have tried to get the cookie from the current session but it is not correct I guess because I have given the cookie in the custom headers section inside the call REST API action. Also where to find the csrf tokens?
asked
Vijay Ganesh S
1 answers
0
Hi Vijay,
Two questions to your question:
What is the reason you do not want to use the TC Connector module?
What is the response that you receive? If you wish to go this path it would make sense to try to model your REST request to the requests you can find while inspecting your network traffic in Active Workspace for instance.