Web Service
A web service is a server-side program that provides functionality that can be invoked and used at the programming level (interoperable architecture).
Last updated
Was this helpful?
A web service is a server-side program that provides functionality that can be invoked and used at the programming level (interoperable architecture).
Last updated
Was this helpful?
.
Remote Procedure Call (RPC) protocol that uses XML (usually over HTTP) to invoke functionality. Composed of <methodCall>
, <methodName>
and <params>
.
Use Wsdler
extension of BurpSuite.
.