54 | | Api może działać w dwóch "trybach" RPC/encoded lub Document/Literal. |
55 | | Podstawowy styl to RPC/encoded. Dla tego stylu adres usługi to http://{host}/eDokumentyApi.php (http://{host}/eDokumentyApi.php?wsdl). |
56 | | Jeżeli chcemy skorzystać z trybu Document/Literal to za adres usługi podajemy http://{host}/eDokumentyApi.php/2 (http://{host}/eDokumentyApi.php/2?wsdl) |
| 54 | Api może działać w dwóch stylach/formatach: |
| 55 | 1. RPC/encoded (domyślny). Adres usługi to !http://{host}/eDokumentyApi.php (!http://{host}/eDokumentyApi.php?wsdl) |
| 56 | 2. Document/Literal. Adres usługi to !http://{host}/eDokumentyApi.php/2 (!http://{host}/eDokumentyApi.php/2?wsdl) |