kb:ws:sifarnici_subgroupsavailable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kb:ws:sifarnici_subgroupsavailable [2016/03/02 13:02] – [SOAP Response (primer)] milanokb:ws:sifarnici_subgroupsavailable [2020/08/06 09:30] (current) – [SOAP Response (primer)] aleksandar
Line 19: Line 19:
 ===== Parametri ===== ===== Parametri =====
  
-^Naziv ^Vrsta ^Opis | +^Naziv^Vrsta^Opis^Revizija
-|sessToken |String |Jedinstveni niz znakova dobijen metodom [[:kb:ws:autorizacija_gettoken|GetToken]]() koji identifikuje korisničku sesiju. | +|sessToken|String|Jedinstveni niz znakova dobijen metodom [[:kb:ws:autorizacija_gettoken|GetToken]]() koji identifikuje korisničku sesiju.|19-6-11
-|groupID |Integer |Identifikacioni broj grupe (kataloga) odgovarajućeg [[:kb:ws:entiteti:katalog|Katalozi ]]entiteta. |+|groupID|Integer|Identifikacioni broj grupe (kataloga) odgovarajućeg [[:kb:ws:entiteti:katalog|Katalozi ]]entiteta.|19-6-11|
  
-==== SOAP Request (primer) ====+\\ 
 + 
 + 
 +==== SOAP zahtev (primer) ====
  
 <code> <code>
-<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> +POST https://ws.melany.rs:8191/Assets/Assets HTTP/1.
-    <SOAP-ENV:Header/> +Accept-Encoding: gzip,deflate 
-    <S:Body> +Content-Type: text/xml;charset=UTF-8 
-        <ns2:SubGroupsAvailable xmlns:ns2="http://services.bort.com/"+SOAPAction: "
-            <sessToken>16030213264130618036</sessToken> + 
-            <groupID>145011</groupID> +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.bort.com/"> 
-        </ns2:SubGroupsAvailable> +   <soapenv:Header/> 
-    </S:Body> +   <soapenv:Body> 
-</S:Envelope>+      <ser:SubGroupsAvailable> 
 +         <sessToken>20010110584722719004</sessToken> 
 +         <groupID>0</groupID> 
 +      </ser:SubGroupsAvailable> 
 +   </soapenv:Body> 
 +</soapenv:Envelope> 
 </code> </code>
  
-==== SOAP Response (primer) ====+==== SOAP odgovor ====
  
 <code> <code>
-<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> +HTTP/1.1 200 OK 
-    <SOAP-ENV:Header/> +Server: GlassFish Server Open Source Edition  4.1.2 
-    <S:Body> +X-Powered-ByServlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1.2  Java/Oracle Corporation/1.8) 
-        <ns2:SubGroupsAvailableResponse xmlns:ns2="http://services.bort.com/">+Server: grizzly/2.3.23 
 +Content-Typetext/xml; charset=utf-
 + 
 +<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> 
 +   <S:Body> 
 +    <ns2:SubGroupsAvailableResponse xmlns:ns2="http://services.bort.com/">
             <return>             <return>
                 <ID>145021</ID>                 <ID>145021</ID>
Line 62: Line 76:
     </S:Body>     </S:Body>
 </S:Envelope> </S:Envelope>
 +
 </code> </code>
 +
  
  • kb/ws/sifarnici_subgroupsavailable.1456923745.txt.gz
  • Last modified: 2016/03/02 13:02
  • by milano