How apex add web services

 Old web service reference settings: open the application, in the corresponding shared components, the use of web services applications

Use editing interface,
fill in the corresponding service name in the rul: http: //192.168.32.211/api/Patient/GetPatientIDByID. Here use their own definition of webapi service
http method to select the corresponding methods defined.
Select the output format defined json format, click on the test interface, if the return of the correct format, then saved successfully.
Using a web based source module:

 

 1, set the corresponding need to select the type of web feed oracle rest data sercices

2, url path prefix, the corresponding access method is provided.
3, in the advanced setup, add corresponding parameter values.
4, after the corresponding parameters, test operation can be performed.
5, after the return to normal json format, the call was successful.

 

Guess you like

Origin www.cnblogs.com/wjysp/p/12425305.html