What is the name of the file which contain database call in RPC SOAP client source code?

mihan ayeshana May 7, 2012

What is the name of the file which contain database call in RPC SOAP client source code?

1 answer

0 votes
Azwandi Mohd Aris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

I don't think there is a file/class that makes direct call to database. In fact, the classes make use of available remote API methods, so you can only see the implementation of those.

See the example code for SOAP here - https://developer.atlassian.com/display/JIRADEV/Creating+a+JIRA+SOAP+Client

mihan ayeshana May 7, 2012

Then how it will update the database ?

Azwandi Mohd Aris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

Your SOAP client runs the remote method > This method sends request to JIRA > JIRA updates the database

Suggest an answer

Log in or Sign up to answer