#4: transport document ( draft-ietf-drinks-sppp-over-soap) presenter: syed ali (on behalf of the...

5
#4: Transport Document (draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 1

Upload: phillip-harper

Post on 19-Jan-2016

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: #4: Transport Document ( draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 0

1

#4: Transport Document(draft-ietf-drinks-sppp-over-soap)

Presenter: Syed Ali(On behalf of the author: Ken Cartwright)

Page 2: #4: Transport Document ( draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 0

2

Updates

Concrete structure for all the SPPP operations

Concrete structure of the object identity for all the SPPP objects

Specific Response Codes and Messages supported by the transport

Concrete structure to encapsulate the responses of all SPPP operations

Included section on specific examples of “over the wire” SOAP based SPPP request and responses (previously in the protocol document)

All of the above are In conformance with the requirements in the protocol I-D.

Page 3: #4: Transport Document ( draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 0

3

Object Identity Mapping

<complexType name="ObjKeyType"> <complexContent> <extension base="spppb:ObjKeyType"> <sequence> <element name="rant" type="spppb:OrgIdType"/> <element name="name" type="spppb:ObjNameType"/> <element name="type" type="spppb:ObjKeyTypeEnum"/> </sequence> </extension> </complexContent> </complexType>

Page 4: #4: Transport Document ( draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 0

4

Example Operation Mapping

• Concrete XML structure of each SPPP operation defined in the transport document: Like for “Add” operation:

<element name="spppAddRequest"> <complexType> <sequence> <element name="clientTransId" type="spppb:TransIdType" minOccurs="0"/> <element name="minorVer" type="spppb:MinorVerType" minOccurs="0"/> <element name="obj" type="spppb:BasicObjType" maxOccurs="unbounded"/> </sequence> </complexType>

</element>

Page 5: #4: Transport Document ( draft-ietf-drinks-sppp-over-soap) Presenter: Syed Ali (On behalf of the author: Ken Cartwright) 0

5

Example SPPP Response Type Mapping

• Concrete Response codes delegated to the transport document:Like: +----------+-----------------------------+-----------------------------------------------------+ | Result | Result Message | Overall or Object Level

| | Code | | | +----------+-----------------------------+----------------------------------------------------- + | 1000 | Request Succeeded. | Overall Response Code |