WSG B2B Web Service Tutorial

Size: px
Start display at page:

Download "WSG B2B Web Service Tutorial"

Transcription

1 WSG B2B Web Service Tutorial Issue date Replaces version 29 Valid until Classification Status recalled or replaced by new version Technical Support Documentation (BBCS and FA) Released - 1/98

2 - Contents Release Introduction Purpose Target readership, requirements of the reader Referenced documents Notification (Tracking) Subscribe to Notifications Notification Web Service Fulfillment (BBCS Order) Process Overview Qualification Customer order creation Modification of Base Product (Access) and Addition of Streaming Service Change of Best Effort Service (Speed) and Reduction of Streaming Service Change of Internet Service Provider Deprovisioning Products, Restrictions and Dependencies Fulfillment (ULL Orders) Qualification Creating a Full Access subscription Modification of a Full Access description Disconnection of a Full Access subscription Assurance (BBCS Trouble Ticket) Process Overview Creation of a Trouble Ticket Trouble Ticket Types and Restrictions AccessProfile modification Voice Messages GUI Notifications Appendix A: Notifications created for Fulfillment (BBCS Order) Request Response Appendix B: Notifications created for Assurance (BBCS Trouble Ticket) Request Response Appendix C: getdetail BBCS TroubleTicket Request Response /98

3 Checklist of changes Version Date Changed by Comments / nature of the change HP - Initial version HP - Worked over after review with Swisscom HP - Updated to BB-V HP - Updated for newer B2B versions Peter Rosenberger - Review xml Requests HP - Corrected XML-Requests and adding FA - Updated for new WS versions Roland Staub - Updated for newer B2B Versions Roland Staub - Update for newer B2B Versions Roland Staub - Update for newer B2B Mai Roland Staub - Update for newer B2B Aug Roland Staub - Update for newer B2B Aug Roland Staub - Update for newer B2B Feb Roland Staub - Update for newer B2B Mai Roland Staub - Update for newer B2B Aug Roland Staub - Update for newer B2B Nov Roland Staub - Update for newer B2B March Roland Staub - Update for newer B2B June Roland Staub - Update for newer B2B Aug Roland Staub - Update for newer B2B Nov Roland Staub - Update for newer B2B Feb Roland Staub - Update for newer B2B May Roland Staub - Update for newer B2B Nov Roland Staub - Update for newer B2B March17 Release int.version Date Released by Comments / nature of the change A. Studerus (ia rope1) Released for WSG-8.3 (Mar 2011) 3/98

4 A. Studerus (ia rope1) Released for WSG-8.4 (Jun 2011) H.Künzi Released for WSG-8.6 (Nov 2011) H.Künzi Released for WSG-9.0 (Mai 2012) H.Künzi Released for WSG-9.2 (Oct 2012) H.Künzi Released for WSG-9.4 (Mai 2013) H.Künzi Released for WSG-9.5 (Aug 2013) H.Künzi Released for WSG-9.7 (Feb2014) H.Künzi Released for WSG-9.8 (Mai2014) H.Künzi Released for WSG-9.9 (Aug2014) H.Künzi Released for WSG-9.10 (Nov2014) H.Künzi Released for WSG-9.11 (Mar2015) H.Künzi Released for WSG-9.12 (Jun2015) H.Künzi Released for WSG-9.13 (Aug2015) H.Künzi Released for WSG-9.14 (Nov2015) H.Künzi Released for WSG-9.15 (Feb2016) H.Künzi Released for WSG-9.16 (Mai2016) H.Künzi Released for WSG-9.18 (Nov2016) H.Künzi Released for WSG-9.19 (Mar2017) 4/98

5 1 Introduction 1.1 Purpose This document provides information on how to integrate an ISP s/pts s fulfillment (order handling) and assurance (trouble ticketing) system using the Web services offered by WSG. The following services are covered with examples: Notification Fulfillment Assurance 1.2 Target readership, requirements of the reader This document addresses architects and developers of client applications using the services mentioned above. Knowledge of Web service technology, the WSG system and the BBCS ordering process are needed. 1.3 Referenced documents [1] B2B Interfaces Overview, B2B_Interfaces-Overview.doc [2] WSG Model Notification - WEB Outbound (v18.0.1), wsgnotification_v zip [3] WSG Model - WEB Outbound (v31.0.2), wsgbb_v zip [4] WSG Model - WEB Outbound Trouble Ticket (v24.0.3), wsgtt_v zip [5] WSG Model - FA / TAL - Fulfillment (v12.0.0), wsgfa_v zip [6] WSG Model - FA / TAL - Assurance (v3.0.0), wsgfaa_v3.0.0.zip 5/98

6 2 Notification (Tracking) The Notification Service is used to track the processing of Orders in WSG and acts as a replacement for the different list functions of the file transfer (listrequest, listtdmmessagerequest, etc.) and the notification by . Instead of requesting a list of orders in form of a file the Notification Service offers the possibility to subscribe to notification messages which are created if a specific event occurs. They can then be retrieved via the Notification Web service and remain on the system for a defined number of days (currently 4 days). The notification messages contain the data that is needed to keep the client system up-to-date with the progress of an order. If at a certain point more data is needed, there is always the possibility to retrieve all the details of an order by using a different Web service, e.g. the BB Outbound service for orders. 2.1 Subscribe to Notifications Changes to the following objects can be notified: BBCS-Order BBCS-Installation Ticket BBCS-Access TT BBCS-Connectivity TT FA-Order FA-TT FA-Clarification T Information Request NetworkCustomerNotifications Voice Business The notifications can be subscribed to in the administration of the corresponding service, for example in the BBCS Order GUI as shown on the next screen shots: 6/98

7 7/98

8 2.2 Notification Web Service The Notification Web service is used to retrieve the notifications created based on the subscriptions to the different objects that can be notified. For a detailed interface definition see [2] Request The typical usage is to periodically poll for all new notifications for a specific ISP/PTS. This can be achieved by calling the getnotification() operation with the ispid of the ISP/PTS and the notificationidfrom set to the 8/98

9 maximum value received on the previous call + 1 (boundaries are included in the selection). It is also possible to additionally filter the notifications by object which is useful if the states of the different objects are tracked by different client processes. A sample XML for the getnotification() request: <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v18:getnotification xmlns:v18=" <v18:request> <v18:ispid>777710</v18:ispid> <v18:object>3</v18:object> <v18:notificationidfrom> </v18:notificationidfrom> </v18:request> </v18:getnotification> </soapenv:body> </soapenv:envelope> Response The response contains the success flag which indicates whether the operation succeeded or failed. In case of failure the reason and reasoncomment offer additional information about the problem that occurred. The payload consists of a flag limitreached and a list of notifications. If the flag limitreached is true then there 9/98

10 are more notifications available and it is good practice to repeat the retrieval of notifications immediately until the flag is false instead of waiting for the next interval. The notifications contain the fields that are common for all types of notifications and data structures that are populated depending on the object. The following picture shows the structure of a notification for a BBCS Access order: 10/98

11 Common notification fields A sample XML for the getnotification() response: Object specific fields <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v18:getnotificationresponse xmlns:v18=" <v18:response> 11/98

12 <v18:success>true</v18:success> <v18:limitreached>false</v18:limitreached> <v18:notification> <v18:notificationid> </v18:notificationid> <v18:notificationdatetime> t12:11: :00</v18:notificationdatetime> <v18:notificationevent>2</v18:notificationevent> <v18:object>1</v18:object> <v18:objecttype>1</v18:objecttype> <v18:initiator>1</v18:initiator> <v18:activator>1</v18:activator> <v18:objectstate>2</v18:objectstate> <v18:bbcsorder> <v18:ordernr> </v18:ordernr> <v18:dnvnnsn> </v18:dnvnnsn> <v18:contreleid>110</v18:contreleid> <v18:ordertype>1</v18:ordertype> <v18:estimatedduedatestart> T06:02: :00</v18:estimatedDueDateStart> <v18:estimatedduedateend> T12:00: :00</v18:estimatedDueDateEnd> <v18:bbtype>1</v18:bbtype> <v18:customerordernr> </v18:customerordernr> <v18:accessspeedchanged>1</v18:accessspeedchanged> </v18:bbcsorder> </v18:notification> </v18:response> </v18:getnotificationresponse> </soapenv:body> </soapenv:envelope> 12/98

13 3 Fulfillment (BBCS Order) For a detailed interface definition see [3]. 3.1 Process Overview The following picture shows the interactions between the ISP s fulfilment system and WSG: 13/98

14 3.2 Qualification The qualification delivers the capabilities (e.g. available speeds) of a location and should be used to determine if a certain service can be ordered at that location. The following example shows a qualification for an existing voice subscriber Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v31:srvqualifbynumber> <v31:request correlationid="regrtest T123 WS qualifbynr"> <v31:ispid>777710</v31:ispid> <v31:basiscontreleid>120</v31:basiscontreleid> <v31:contreleid>100</v31:contreleid> <v31:bbtype>2</v31:bbtype> <v31:qualifextref>regression WS qualifbynr</v31:qualifextref> <v31:synchwithvoice>false</v31:synchwithvoice> <v31:sfslaid>1</v31:sfslaid> <v31:customerwishdate> :00</v31:customerwishdate> <v31:dnvnnsn> </v31:dnvnnsn> </v31:request> </v31:srvqualifbynumber> </soapenv:body> </soapenv:envelope> > Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:srvqualifbynumberresponse xmlns:v31=" <v31:response correlationid="regrtest T123 WS qualifbynr"> <v31:success>true</v31:success> <v31:dnstnr> </v31:dnstnr> <v31:qualificationresult> <v31:contreleid>120</v31:contreleid> <v31:contreleid>100</v31:contreleid> <v31:bbtype>2</v31:bbtype> <v31:dntype>13</v31:dntype> <v31:qualifnr> </v31:qualifnr> <v31:linestate>1</v31:linestate> <v31:qualifanswer> <v31:qualiresultstate>ok</v31:qualiresultstate> <v31:qualiresultdetail> <v31:resultcode>q00</v31:resultcode> <v31:resultcomment>this telephone line is suitable for xdsl.</v31:resultcomment> </v31:qualiresultdetail> <v31:endpoint> <v31:taxregion>64</v31:taxregion> <v31:accessnet>bol</v31:accessnet> 14/98

15 <v31:site>bolq</v31:site> <v31:sitecategory>6</v31:sitecategory> <v31:bbdevicelocation>deloc</v31:bbdevicelocation> <v31:availabletechnologytype> <v31:technologytype>2</v31:technologytype> <v31:technologytype>1</v31:technologytype> </v31:availabletechnologytype> <v31:bbportinfo> <v31:dslamname>ipc-sur710-s-vd-05</v31:dslamname> <v31:dslamtype>3</v31:dslamtype> <v31:bbportnr>vdsl </v31:bbportnr> <v31:bbadslemulated>1</v31:bbadslemulated> </v31:bbportinfo> </v31:endpoint> <v31:plannedendpoint> <v31:taxregion>64</v31:taxregion> <v31:accessnet>bol</v31:accessnet> <v31:site>bolp</v31:site> <v31:bbdevicelocation>bold</v31:bbdevicelocation> <v31:equippeddate> </v31:equippeddate> <v31:equippeddatequality>1</v31:equippeddatequality> <v31:equippeddatecomment>the new endpoint will be available on </v31:equippedDateComment> <v31:equippeddatehistory> <v31:sortnr>3</v31:sortnr> <v31:changedate> </v31:changedate> <v31:eventtype>1</v31:eventtype> <v31:from> </v31:from> <v31:to> </v31:to> <v31:changereasonid>3</v31:changereasonid> <v31:changereasondescription>missing material</v31:changereasondescription> </v31:equippeddatehistory> <v31:equippeddatehistory> <v31:sortnr>1</v31:sortnr> <v31:changedate> </v31:changedate> <v31:eventtype>2</v31:eventtype> <v31:from>98</v31:from> <v31:to>3</v31:to> <v31:changereasonid>6</v31:changereasonid> <v31:changereasondescription>management repriorisation</v31:changereasondescription> </v31:equippeddatehistory> <v31:equippeddatehistory> <v31:sortnr>2</v31:sortnr> <v31:changedate> </v31:changedate> <v31:eventtype>2</v31:eventtype> <v31:from>3</v31:from> <v31:to>98</v31:to> <v31:changereasonid>6</v31:changereasonid> <v31:changereasondescription>management repriorisation</v31:changereasondescription> </v31:equippeddatehistory> <v31:plannedspeed> <v31:up>1000</v31:up> <v31:down>8000</v31:down> </v31:plannedspeed> <v31:extensioncategory>3</v31:extensioncategory> </v31:plannedendpoint> <v31:cpeinfo> <v31:cpename>motorola POTS rel.7.9</v31:cpename> <v31:dslamtypeallowed> <v31:technology>1</v31:technology> <v31:dslamtype>1</v31:dslamtype> </v31:dslamtypeallowed> 15/98

16 <v31:dslamtypeallowed> <v31:technology>2</v31:technology> <v31:dslamtype>2</v31:dslamtype> <v31:dslamtype>3</v31:dslamtype> </v31:dslamtypeallowed> <v31:capability> <v31:technologytype>2</v31:technologytype> <v31:capabilityoverall>1</v31:capabilityoverall> <v31:capabilityhardware>2</v31:capabilityhardware> <v31:capabilityfirmware>1</v31:capabilityfirmware> </v31:capability> <v31:capability> <v31:technologytype>1</v31:technologytype> <v31:capabilityoverall>3</v31:capabilityoverall> <v31:capabilityhardware>0</v31:capabilityhardware> <v31:capabilityfirmware>2</v31:capabilityfirmware> </v31:capability> <v31:comment>das ist ein Kommentar für CPE Info</v31:comment> </v31:cpeinfo> <v31:maxaccessspeed> <v31:speedprofilenr>59</v31:speedprofilenr> <v31:description>50000/10000</v31:description> <v31:max> <v31:up>10000</v31:up> <v31:down>50000</v31:down> </v31:max> <v31:min> <v31:up>10000</v31:up> <v31:down>50000</v31:down> </v31:min> <v31:technologytype>1</v31:technologytype> </v31:maxaccessspeed> <v31:averageflag>1</v31:averageflag> <v31:nrofwires>2</v31:nrofwires> <v31:fulfillmenttimeslot> <v31:fulfillmenttimeslotqualifindex>1</v31:fulfillmenttimeslotqualifindex> <v31:fulfillmenttimeslotstart> T10:00: :00</v31:fulfillmentTimeSlotStart> <v31:fulfillmenttimeslotend> T12:00: :00</v31:fulfillmentTimeSlotEnd> </v31:fulfillmenttimeslot> <v31:startpoint> <v31:taxregion>64</v31:taxregion> <v31:accessnet>bol</v31:accessnet> <v31:unittype>3</v31:unittype> <v31:unitnumber>10000</v31:unitnumber> <v31:sse>1</v31:sse> <v31:contacttype>1</v31:contacttype> <v31:contactnr>62</v31:contactnr> <v31:uppreparation>1</v31:uppreparation> </v31:startpoint> <v31:address> <v31:street>schönstrasse</v31:street> <v31:housenr>1a</v31:housenr> <v31:building>chalet</v31:building> <v31:zip>307400</v31:zip> <v31:city>hinterfultigen</v31:city> </v31:address> <v31:resourceavailability> <v31:available>true</v31:available> <v31:resourcetype>1</v31:resourcetype> </v31:resourceavailability> <v31:resourceavailability> <v31:available>false</v31:available> <v31:resourcetype>2</v31:resourcetype> 16/98

17 <v31:upgradeplandatetime> T00:00: :00</v31:upgradePlanDateTime> </v31:resourceavailability> <v31:qualifprofile> <v31:qualifindex>10</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>240</v31:speedprofilenr> <v31:description>max2000/200</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>200</v31:up> <v31:down>2000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>11</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>248</v31:speedprofilenr> <v31:description>max2000/400</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>400</v31:up> <v31:down>2000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>12</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> 17/98

18 </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>203</v31:speedprofilenr> <v31:description>max5000/500</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>13</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>253</v31:speedprofilenr> <v31:description>max5000/1000</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>1000</v31:up> <v31:down>5000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>14</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>255</v31:speedprofilenr> <v31:description>max8000/800</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>800</v31:up> <v31:down>8000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>15</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> 18/98

19 </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>256</v31:speedprofilenr> <v31:description>max8000/1600</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>1600</v31:up> <v31:down>8000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>16</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>209</v31:speedprofilenr> <v31:description>max10000/1000</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>1000</v31:up> <v31:down>10000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>17</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>258</v31:speedprofilenr> <v31:description>max10000/2000</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:down>10000</v31:down> </v31:effectivespeed> </v31:qualifprofile> 19/98

20 <v31:qualifprofile> <v31:qualifindex>18</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>207</v31:speedprofilenr> <v31:description>max15000/1500</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:up>1500</v31:up> <v31:down>15000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>19</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>261</v31:speedprofilenr> <v31:description>max15000/3000</v31:description> </v31:servicespeed> <v31:effectivespeed> <v31:down>15000</v31:down> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>20</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>230</v31:speedprofilenr> 20/98

21 <v31:description>max20000/2000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>21</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>263</v31:speedprofilenr> <v31:description>max20000/4000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>22</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>265</v31:speedprofilenr> <v31:description>max25000/2500</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>23</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> 21/98

22 <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>266</v31:speedprofilenr> <v31:description>max25000/5000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>24</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>237</v31:speedprofilenr> <v31:description>max30000/3000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>25</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>267</v31:speedprofilenr> <v31:description>max30000/6000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>26</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> 22/98

23 <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>260</v31:speedprofilenr> <v31:description>max40000/4000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>27</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>272</v31:speedprofilenr> <v31:description>max40000/8000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>28</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>242</v31:speedprofilenr> <v31:description>max50000/5000</v31:description> </v31:servicespeed> <v31:effectivespeed> 23/98

24 </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>29</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>246</v31:speedprofilenr> <v31:description>max50000/10000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>30</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>270</v31:speedprofilenr> <v31:description>max60000/6000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>31</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> 24/98

25 </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>273</v31:speedprofilenr> <v31:description>max60000/12000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>32</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>271</v31:speedprofilenr> <v31:description>max80000/8000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>33</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>274</v31:speedprofilenr> <v31:description>max80000/16000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>34</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> 25/98

26 <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>244</v31:speedprofilenr> <v31:description>max100000/10000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>35</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>247</v31:speedprofilenr> <v31:description>max100000/20000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>36</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>278</v31:speedprofilenr> <v31:description>max200000/20000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> 26/98

27 </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>37</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>276</v31:speedprofilenr> <v31:description>max200000/40000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>38</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>279</v31:speedprofilenr> <v31:description>max250000/25000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>39</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> 27/98

28 <v31:speedprofilenr>280</v31:speedprofilenr> <v31:description>max250000/50000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>40</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>281</v31:speedprofilenr> <v31:description>max300000/30000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>41</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>282</v31:speedprofilenr> <v31:description>max300000/60000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>42</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> 28/98

29 </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>283</v31:speedprofilenr> <v31:description>max500000/50000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:qualifprofile> <v31:qualifindex>43</v31:qualifindex> <v31:nrofwires>2</v31:nrofwires> <v31:usedaccessspeed> <v31:speedprofilenr>170</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> </v31:usedaccessspeed> <v31:servicespeed> <v31:speedprofilenr>277</v31:speedprofilenr> <v31:description>max500000/100000</v31:description> </v31:servicespeed> <v31:effectivespeed> </v31:effectivespeed> </v31:qualifprofile> <v31:currentdntype>13</v31:currentdntype> <v31:currentaccessspeed> <v31:speedprofilenr>180</v31:speedprofilenr> <v31:description> / </v31:description> <v31:max> <v31:up>10000</v31:up> <v31:down>33000</v31:down> </v31:max> <v31:min> <v31:up>500</v31:up> <v31:down>5000</v31:down> </v31:min> <v31:technologytype>1</v31:technologytype> </v31:currentaccessspeed> <v31:llid> </v31:llid> <v31:jumperaction>false</v31:jumperaction> <v31:potentialavailable>1</v31:potentialavailable> <v31:reasonofpotential> <v31:potential> <v31:potentialcode>1000</v31:potentialcode> <v31:potentialdescription>outstanding upgrooming</v31:potentialdescription> </v31:potential> <v31:potential> <v31:potentialcode>1002</v31:potentialcode> <v31:potentialdescription>old CPE Hardware</v31:potentialDescription> 29/98

30 </v31:potential> </v31:reasonofpotential> <v31:technologytype>1</v31:technologytype> <v31:linestate>1</v31:linestate> <v31:vectorized>false</v31:vectorized> <v31:sitedevelopment> <v31:fullydeveloped>true</v31:fullydeveloped> <v31:nrofbasicconnectivities>10</v31:nrofbasicconnectivities> <v31:nrofutilisationunits>20</v31:nrofutilisationunits> </v31:sitedevelopment> </v31:qualifanswer> </v31:qualificationresult> </v31:response> </v31:srvqualifbynumberresponse> </soapenv:body> </soapenv:envelope> 30/98

31 3.3 Customer order creation Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" xmlns:xsi=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v31:createcustomerorder> <v31:request correlationid="regression WS Standalone"> <v31:ispid>777710</v31:ispid> <v31:qualification> <v31:qualifnr> </v31:qualifnr> <v31:qualifindex>12</v31:qualifindex> <v31:fulfillmenttimeslotqualifindex>1</v31:fulfillmenttimeslotqualifindex> </v31:qualification> <v31:creationtype>1</v31:creationtype> <v31:dnvnnsn> </v31:dnvnnsn> <v31:order xsi:type="v31:createtype" correlationid="1"> <v31:contreleid>120</v31:contreleid> <v31:extref>regression WS</v31:extRef> <v31:layer2> <v31:bbtype>2</v31:bbtype> <v31:sessiontype>2</v31:sessiontype> </v31:layer2> <v31:processwithlowpriority>false</v31:processwithlowpriority> </v31:order> <v31:order xsi:type="v31:addtype" correlationid="2"> <v31:contreleid>100</v31:contreleid> <v31:extref>regression SrvAdd Internet</v31:extRef> <v31:speedprofilenrreq>203</v31:speedprofilenrreq> <v31:processwithlowpriority>false</v31:processwithlowpriority> </v31:order> </v31:request> </v31:createcustomerorder> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:createcustomerorderresponse xmlns:v31=" <v31:response correlationid="regression WS Standalone"> <v31:success>true</v31:success> <v31:customerordernr> </v31:customerordernr> <v31:nsn> </v31:nsn> <v31:orderitem correlationid="1"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> <v31:orderitem correlationid="2"> <v31:success>true</v31:success> 31/98

32 <v31:ordernr> </v31:ordernr> </v31:orderitem> </v31:response> </v31:createcustomerorderresponse> </soapenv:body> </soapenv:envelope> GUI The orders created are visible in the BBCS Access Service GUI: 32/98

33 The following Screenshots show the Service Status of the subscriber after both orders are completed: Notifications During the whole processing, the orders can be tracked by retrieving notifications from the Notification Service. See Appendix A: Notifications created for Fulfillment (BBCS Order) which shows all notifications produced during the processing of the orders above. 33/98

34 3.4 Modification of Base Product (Access) and Addition of Streaming Service Existing subscriptions can be modified to satisfy the new needs of a customer. In this example the Streaming service (TV) is added to an existing subscription. Note that this addition makes it necessary to modify the Base Product s session type to DHCP and the BB type to VDSL. Please note you need to perform a qualification forehand to create a modification Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" xmlns:xsi=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v31:createcustomerorder> <v31:request correlationid="regression WS change Type"> <v31:ispid>777710</v31:ispid> <v31:creationtype>1</v31:creationtype> <v31:qualification> <v31:qualifnr> </v31:qualifnr> <v31:qualifindex>11</v31:qualifindex> </v31:qualification> <v31:dnvnnsn> </v31:dnvnnsn> <v31:order xsi:type="v31:modifytype" correlationid="1"> <v31:extref>extref RegressionWs modify Type</v31:extRef> <v31:layer2> <v31:bbtype>2</v31:bbtype> <v31:sessiontype>2</v31:sessiontype> </v31:layer2> <v31:processwithlowpriority>true</v31:processwithlowpriority> </v31:order> <v31:order xsi:type="v31:addtype" correlationid="2"> <v31:contreleid>9</v31:contreleid> <v31:extref>extref RegressionSrvTst</v31:extRef> <v31:speedprofilenrreq>0</v31:speedprofilenrreq> <v31:processwithlowpriority>true</v31:processwithlowpriority> </v31:order> </v31:request> </v31:createcustomerorder> </soapenv:body> </soapenv:envelope> 34/98

35 3.4.2 Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:createcustomerorderresponse xmlns:v31=" <v31:response correlationid="regression WS change Type"> <v31:success>true</v31:success> <v31:customerordernr> </v31:customerordernr> <v31:orderitem correlationid="1"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> <v31:orderitem correlationid="2"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> </v31:response> </v31:createcustomerorderresponse> </soapenv:body> </soapenv:envelope> GUI The following Screenshots show the Service Status of a subscriber after both orders are completed: Order Details If, at any stage of the processing, the data retrieved via the Notification Service is not sufficient, then all of the order data can be retrieved by using the getorderdetail operation of the Web service Notifications 35/98

36 During the whole processing, the orders can be tracked by retrieving notifications from the Notification Service. See Appendix A: Notifications created for Fulfillment (BBCS Order) which shows all notifications produced during the processing of the orders above. 36/98

37 3.5 Change of Best Effort Service (Speed) and Reduction of Streaming Service It is also possible to only change services and leave the Base Product as it is. The following example changes the speed of the Internet and removes the Streaming Service Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" xmlns:xsi=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v31:createcustomerorder> <v31:request correlationid="regression WS change Type"> <v31:ispid>777710</v31:ispid> <v31:creationtype>1</v31:creationtype> <v31:dnvnnsn> </v31:dnvnnsn> <v31:order xsi:type="v31:changetype" correlationid="1"> <v31:contreleid>100</v31:contreleid> <v31:extref>extref RegressionWs change Type</v31:extRef> <v31:speedprofilenrreq>209</v31:speedprofilenrreq> </v31:order> <v31:order xsi:type="v31:reducetype" correlationid="2"> <v31:contreleid>9</v31:contreleid> <v31:extref>extref RegressionSrvTst</v31:extRef> </v31:order> </v31:request> </v31:createcustomerorder> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:createcustomerorderresponse xmlns:v31=" <v31:response correlationid="regression WS change Type"> <v31:success>true</v31:success> <v31:customerordernr> </v31:customerordernr> <v31:orderitem correlationid="1"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> <v31:orderitem correlationid="2"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> </v31:response> </v31:createcustomerorderresponse> </soapenv:body> </soapenv:envelope> 37/98

38 GUI The following Screenshots show the Service Status of the subscriber after both orders are completed: Notifications During the whole processing, the orders can be tracked by retrieving notifications from the Notification Service. See Appendix A: Notifications created for Fulfillment (BBCS Order) which shows all notifications produced during the processing of the orders above. 38/98

39 3.6 Change of Internet Service Provider It is possible to change the internet service provider for a subscription. The following example shows a change of the ISP from to Note: a prior qualification is needed. See Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" <soapenv:header/> <soapenv:body> <v31:createcustomerorder> <v31:request correlationid="regression WS change ISP"> <v31:ispid>777710</v31:ispid> <v31:creationtype>1</v31:creationtype> <v31:qualification> <v31:qualifnr> </v31:qualifnr> <v31:qualifindex>10</v31:qualifindex> </v31:qualification> <v31:dnvnnsn> </v31:dnvnnsn> <v31:order xsi:type="v31:ispchangetype" correlationid="1" xmlns:xsi=" <v31:extref>isptest</v31:extref> <v31:customerwishdate> :00</v31:customerwishdate> <v31:comment>ws-tutorial</v31:comment> <v31:layer2> <v31:bbtype>2</v31:bbtype> <v31:sessiontype>2</v31:sessiontype> <v31:termination>2</v31:termination> <v31:pooltype>pool1</v31:pooltype> </v31:layer2> <v31:selfinstall>1</v31:selfinstall> <v31:sla> <v31:sfslaid>1</v31:sfslaid> <v31:saslaid>1</v31:saslaid> </v31:sla> </v31:order> </v31:request> </v31:createcustomerorder> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:createcustomerorderresponse xmlns:v31=" <v31:response correlationid="regression WS change ISP"> <v31:success>true</v31:success> <v31:customerordernr> </v31:customerordernr> <v31:orderitem correlationid="1"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> </v31:response> </v31:createcustomerorderresponse> </soapenv:body> </soapenv:envelope> 39/98

40 3.6.3 Notifications During the whole processing, the orders can be tracked by retrieving notifications from the Notification Service. See Appendix A: Notifications created for Fulfillment (BBCS Order) which shows all notifications produced during the processing of the orders above. 3.7 Deprovisioning If the BBCS subscription is no longer needed it can be deprovisioned as shown in the following example Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v31=" xmlns:xsi=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v31:createcustomerorder> <v31:request correlationid="regression WS Disconnect"> <v31:ispid>100008</v31:ispid> <v31:creationtype>1</v31:creationtype> <v31:dnvnnsn> </v31:dnvnnsn> <v31:order xsi:type="v31:disconnecttype" correlationid="disconn"> <v31:extref>regression WS</v31:extRef> </v31:order> </v31:request> </v31:createcustomerorder> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v31:createcustomerorderresponse xmlns:v31=" <v31:response correlationid="regression WS Disconnect"> <v31:success>true</v31:success> <v31:customerordernr> </v31:customerordernr> <v31:orderitem correlationid="disconn"> <v31:success>true</v31:success> <v31:ordernr> </v31:ordernr> </v31:orderitem> </v31:response> </v31:createcustomerorderresponse> </soapenv:body> </soapenv:envelope> 40/98

41 41/98

42 3.7.3 GUI The following Screenshots show the Service Status of the subscriber after both orders are completed: 42/98

43 3.8 Products, Restrictions and Dependencies "Swisscom Wholesale" offers some products (also known as "Contract Elements") which can be ordered by an ISP/PTS. The description of these products/contract Elements is available in the appropriate marketing documentation and also contains some business restrictions. The following chapters give you an overview of the orderable products and some restrictions/dependencies which are important in the order process List of Contract Elements (Swisscom Wholesale Products) CE- Id Contract Element CE-Type possible BB- Types mandatory Service Add-on Services Fulfillment SLA 110 BBCS-on- BBCS- ADSL, VDSL Best Effort Streaming, Basic TDM Basis RealTime 120 BBCS- BBCS- ADSL, VDSL, Best Effort Streaming Basic, Standalone Basis SDSL (not SDSL); RealTime 100 Best Effort BBCS- ADSL, VDSL, Service SDSL 9 Streaming BBCS- Service (Add-on) 12 Real Time BBCS- Service (Add-on) 420 BBCS-F BBCS- (Fiber) Basis Assurance SLA Standard Standard n/a n/a Basic, Standard, Plus * ADSL, VDSL n/a n/a Premium Intermediate, Plus ADSL, VDSL, SDSL n/a n/a Basic Standard BX Best Effort n/a Basic Standard on Fiber 101 Best Effort on Fiber BBCS- Service BX n/a Attribut "Class-of- Basic Standard, Plus * Service" 19 Full-Access FA (ULL) (1-9) n/a n/a Basic Standard 22 Full-Access Subloop FA (ULL) (1-9) n/a n/a Basic Standard * For the Contract-Element " Best Effort" the Fulfillment-SLA und the Assurance-SLA depend on the chosen service speed 43/98

44 3.8.2 Restrictions and Dependencies a) The BBCS copper basis products "BBCS-on-TDM" and "BBCS-Standalone" must always be provisioned with the BBCS service product Best Effort. b) The BBCS base product is without any BBCS service product is known as "Bit-Stream-Access" and cannot be ordered via B2B interface. c) The BBCS BB-Type "SDSL" is only possible on "BBCS-Standalone" (not possible on "BBCS-on-TDM"). d) The BBCS add-on services "Streaming (TV)" and "realtime require a session type "DHCP" and a termination "@FWS" which must be implemented (created or modified) on the base service (If using only the " Best Effort" service, the usual session type is "PPP" and the termination is "@ISP"). e) The BBCS fiber base product "BBCS-F" is only possible with the BB-type "BX" and the session type "DHCP" and requires the mandatory (and only possible) service " Best Effort on Fiber"; this service can be provided with "Class-of-Service" which enables the ISP/PTS to implement its own "add-on services". f) The ULL (unbundling local loop) products "Full-Access" and "Full-Access Subloop" are layer 1 only implementations which cannot have any services. 44/98

45 4 Fulfillment (ULL Orders) For a detailed interface definition see [5]. For a process overview see chapter Qualification The qualification delivers the capabilities (e.g. available speeds) of a location and should be used to determine if a certain service can be ordered at that location. The following example shows a qualification for an address without Full Access Request <?xml version="1.0" encoding="iso "?> <soapenv:envelope xmlns:soapenv=" xmlns:v12=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>???</wsse:username> <wsse:password>???</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v12:qualifybyaddress> <v12:request correlationid="--- WS faqualifybyaddress"> <v12:ptsid>777710</v12:ptsid> <!--1 or more repetitions:--> <v12:contreleid>19</v12:contreleid> <!--Optional:--> <v12:poafaid>?</v12:poafaid> <!--Optional:--> <!-- <v12:appointmentid>123123</v12:appointmentid>--> <!--Optional:--> <v12:customerwishdatetime> t15:58:01+02:00</v12:customerwishdatetime> <!--Optional:--> <v12:extref>regr Test FA QualifByAddr</v12:extRef> <!--1 or more repetitions:--> <v12:fatechnology>1</v12:fatechnology> <v12:fatechnology>2</v12:fatechnology> <v12:fabusinesscase>1</v12:fabusinesscase> <!--Optional:--> <v12:linestate>1</v12:linestate> <v12:address> <!--Optional:--> <v12:street>street</v12:street> <!--Optional:--> <v12:housenr>12</v12:housenr> <!--Optional:--> <v12:building>building</v12:building> <!--Optional:--> <v12:zip>4004</v12:zip> <!--Optional:--> <v12:city>city</v12:city> <!--Optional:--> <v12:firstname>first Name</v12:firstName> <!--Optional:--> <v12:lastname>last Name</v12:lastName> 45/98

46 </v12:address> </v12:request> </v12:qualifybyaddress> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="iso "?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v12:qualifybyaddressresponse xmlns:v12=" <v12:response correlationid="--- WS faqualifybyaddress"> <v12:success>true</v12:success> <v12:qualifresult> <v12:qualifnr> </v12:qualifnr> <v12:contreleid>19</v12:contreleid> <v12:qualifanswer> <v12:qualiresultstate>ok</v12:qualiresultstate> <v12:qualifindex>1</v12:qualifindex> <v12:fatechnology>1</v12:fatechnology> <v12:address> <v12:street>schönstrasse</v12:street> <v12:housenr>1a</v12:housenr> <v12:building>chalet</v12:building> <v12:zip>307400</v12:zip> <v12:city>aarau</v12:city> <v12:firstname>hans</v12:firstname> <v12:lastname>müller</v12:lastname> </v12:address> <v12:startpoint> <v12:taxregion>62</v12:taxregion> <v12:accessnet>mor</v12:accessnet> <v12:unittype>3</v12:unittype> <v12:unitnumber>10000</v12:unitnumber> <v12:sse>1</v12:sse> <v12:contacttype>1</v12:contacttype> <v12:contactnr>62</v12:contactnr> </v12:startpoint> <v12:endpoint> <v12:taxregion>62</v12:taxregion> <v12:accessnet>mor</v12:accessnet> <v12:site>mors</v12:site> <v12:sitecategory>6</v12:sitecategory> <v12:bbdevicelocation>mor</v12:bbdevicelocation> </v12:endpoint> <v12:linelength> <v12:correction>4</v12:correction> <v12:segment04>493</v12:segment04> <v12:segment05>0</v12:segment05> <v12:segment06>368</v12:segment06> <v12:segment08>0</v12:segment08> <v12:segment10>0</v12:segment10> </v12:linelength> <v12:cablesize>400</v12:cablesize> <v12:linestate>1</v12:linestate> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>1</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> 46/98

47 <v12:fulfillmenttimeslotqualifindex>2</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>3</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>4</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>5</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:currentdntype>1</v12:currentdntype> </v12:qualifanswer> </v12:qualifresult> <v12:qualifresult> <v12:qualifnr> </v12:qualifnr> <v12:contreleid>19</v12:contreleid> <v12:qualifanswer> <v12:qualiresultstate>ok</v12:qualiresultstate> <v12:qualifindex>2</v12:qualifindex> <v12:fatechnology>2</v12:fatechnology> <v12:address> <v12:street>schönstrasse</v12:street> <v12:housenr>1a</v12:housenr> <v12:building>chalet</v12:building> <v12:zip>307400</v12:zip> <v12:city>aarau</v12:city> <v12:firstname>hans</v12:firstname> <v12:lastname>müller</v12:lastname> </v12:address> <v12:startpoint> <v12:taxregion>62</v12:taxregion> <v12:accessnet>mor</v12:accessnet> <v12:unittype>3</v12:unittype> <v12:unitnumber>10000</v12:unitnumber> <v12:sse>1</v12:sse> <v12:contacttype>1</v12:contacttype> <v12:contactnr>62</v12:contactnr> </v12:startpoint> <v12:endpoint> <v12:taxregion>62</v12:taxregion> <v12:accessnet>mor</v12:accessnet> <v12:site>mors</v12:site> <v12:sitecategory>6</v12:sitecategory> <v12:bbdevicelocation>mor</v12:bbdevicelocation> </v12:endpoint> <v12:linelength> <v12:correction>4</v12:correction> <v12:segment04>493</v12:segment04> 47/98

48 <v12:segment05>0</v12:segment05> <v12:segment06>368</v12:segment06> <v12:segment08>0</v12:segment08> <v12:segment10>0</v12:segment10> </v12:linelength> <v12:cablesize>400</v12:cablesize> <v12:linestate>1</v12:linestate> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>6</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>7</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>8</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>9</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:fulfillmenttimeslot> <v12:fulfillmenttimeslotqualifindex>10</v12:fulfillmenttimeslotqualifindex> <v12:fulfillmenttimeslotstart> T12:12: :00</v12:fulfillmentTimeSlotStart> <v12:fulfillmenttimeslotend> T14:12: :00</v12:fulfillmentTimeSlotEnd> </v12:fulfillmenttimeslot> <v12:currentdntype>1</v12:currentdntype> </v12:qualifanswer> </v12:qualifresult> </v12:response> </v12:qualifybyaddressresponse> </soapenv:body> </soapenv:envelope> 4.2 Creating a Full Access subscription After the successful qualification, the order for the desired BBCS subscription can be sent to WSG. The following example shows an order for a Full Access. Note the reference to the qualification result of the previous interaction with WSG. (Chapter 4.1) Request <?xml version="1.0" encoding="iso "?> 48/98

49 <soapenv:envelope xmlns:soapenv=" xmlns:v12=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>???</wsse:username> <wsse:password>???</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v12:create> <v12:request correlationid="--- WS facreate"> <v12:ptsid>777710</v12:ptsid> <v12:qualifnr> </v12:qualifnr> <v12:qualifindex>1</v12:qualifindex> <v12:customerwishdatetime> t00:00: :00</v12:customerwishdatetime> <v12:contactname>soap UI</v12:contactName> <v12:contactphonenr> </v12:contactphonenr> <v12:faportnr>1</v12:faportnr> <v12:fulfillmenttimeslotqualifindex>1</v12:fulfillmenttimeslotqualifindex> <v12:predecessorinfo> <v12:phonenr> </v12:phonenr> <v12:firstname>robert</v12:firstname> <v12:lastname>hilfiger</v12:lastname> </v12:predecessorinfo> </v12:request> </v12:create> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="iso "?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v12:createresponse xmlns:v12=" <v12:response correlationid="--- WS facreate"> <v12:success>true</v12:success> <v12:ordernr> </v12:ordernr> </v12:response> </v12:createresponse> </soapenv:body> </soapenv:envelope> GUI The order is visible in the WSG Full Access GUI: The following Screenshots show the Service Status of the subscriber after the order is completed: 49/98

50 4.3 Modification of a Full Access description Existing subscriptions can be modified to satisfy the new needs of a customer. In this Example the technology is changed from classical ADSL to VDSL Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v9=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" 50/98

51 <wsse:usernametoken> <wsse:username>???</wsse:username> <wsse:password>???</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <V10:modifyPending> <V10:request correlationid="regr Test famodifypending"> <V10:ptsId>777710</V10:ptsId> <V10:orderNr> </V10:orderNr> <V10:qualifIndex>1</V10:qualifIndex> <V10:comment>WS famodifypend Date,Qualif and Contact</V10:comment> <V10:qualifNr> </V10:qualifNr> <V10:customerWishDateTime> T00:00: :00</V10:customerWishDateTime> <V10:extRef>WS famodifypend</v10:extref> <V10:contactName>modifPend Contact</V10:contactName> <V10:contactPhoneNr> </V10:contactPhoneNr> </V10:request> </V10:modifyPending> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <modifypendingresponse xmlns=" <response correlationid="regr Test famodifypending"> <success>true</success> <extref>ws famodifypend</extref> <ordernr> </ordernr> </response> </modifypendingresponse> </soapenv:body> </soapenv:envelope> shows all notifications produced during the processing of the orders above. 51/98

52 4.4 Disconnection of a Full Access subscription If the BBCS subscription is no longer needed it can be deprovisioned as shown in the following example Request <?xml version="1.0" encoding="iso "?> <soapenv:envelope xmlns:soapenv=" xmlns:v12=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>???</wsse:username> <wsse:password>???</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v12:disconnect> <v12:request correlationid="regr Test Disconnect"> <v12:ptsid>777710</v12:ptsid> <v12:qualifnr> </v12:qualifnr> <v12:dnvnnsn> </v12:dnvnnsn> <v12:qualifindex>1</v12:qualifindex> <v12:customerwishdatetime> t00:00: :00</v12:customerwishdatetime> <v12:comment>disconnect ohne Qualif. by WS</v12:comment> <v12:extref>regr Test extref</v12:extref> <fulfillmenttimeslotqualifindex>1</fulfillmenttimeslotqualifindex> </v12:request> </v12:disconnect> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="iso "?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v12:disconnectresponse xmlns:v12=" <v12:response correlationid="regr Test Disconnect"> <v12:success>true</v12:success> <v12:ordernr> </v12:ordernr> </v12:response> </v12:disconnectresponse> </soapenv:body> </soapenv:envelope> 5 Assurance (BBCS Trouble Ticket) For a detailed interface definition see[4]. 5.1 Process Overview The following picture shows the interactions between the ISP s assurance system and WSG: 52/98

53 53/98

54 5.2 Creation of a Trouble Ticket If an existing BBCS subscription does not work (any more) a trouble ticket can be submitted as shown in the following example Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v24=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>???</wsse:username> <wsse:password>???</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v24:createtroubleticket> <v24:request correlationid="createtroubleticket"> <v24:ispid>777710</v24:ispid> <v24:ispttref>ws_test_1</v24:ispttref> <!--Optional:--> <v24:ispphonenr> </v24:ispphonenr> <v24:enduser> <!--Optional:--> <!--Optional:--> <v24:street>schorenstrasse</v24:street> <!--Optional:--> <v24:housenr>68e</v24:housenr> <!--Optional:--> <v24:building>1a</v24:building> <!--Optional:--> <v24:zip>3000</v24:zip> <!--Optional:--> <v24:city>bern</v24:city> <!--Optional:--> <!--Optional:--> <v24:endusername>endusername</v24:endusername> <v24:enduserlogin>renduserlogin</v24:enduserlogin> <!--Optional:--> <v24:enduserphonenr> </v24:enduserphonenr> </v24:enduser> <v24:contactinfo> <!--Optional:--> <!--Optional:--> <v24:firstname>hans</v24:firstname> <!--Optional:--> <!--Optional:--> <v24:lastname>meier</v24:lastname> <v24:phonenr> </v24:phonenr> <v24:notificationtype>sms</v24:notificationtype> <v24:notificationaddress>im Haus</v24:notificationAddress> <!--Optional:--> </v24:contactinfo> <!--Optional:--> <v24:dnvnnsn> </v24:dnvnnsn> <v24:dntype>1</v24:dntype> <!--Optional:--> <!--Optional:--> <v24:stnrddi/> 54/98

55 <v24:problemdescription>any Problem with somewhat reason</v24:problemdescription> <v24:problemdatetime> t09:30: :00</v24:problemdatetime> <!--Optional:--> <!--Optional:--> <!--Optional:--> <v24:lastlogindatetime> t08:30: :00</v24:lastlogindatetime> <v24:comment>any comment</v24:comment> <v24:serviceproblem> <v24:contreleid>100</v24:contreleid> <v24:servicespeedprofilenr>203</v24:servicespeedprofilenr> <v24:bbcsequipment>equipment</v24:bbcsequipment> <v24:errorcategory>541</v24:errorcategory> </v24:serviceproblem> <!--Optional:--> <v24:endusernotificationtype> </v24:endusernotificationtype> <!--Optional:--> <v24:endusernotificationaddress>ws_test_notif_addr</v24:endusernotificationaddress> <!--Optional:--> <!--Optional:--> <!--Optional:--> <v24:ispapplicationid>100900</v24:ispapplicationid> <!--Optional:--> <v24:ispapplicationentityid/> <v24:measuredispvalues>measurements ISP</v24:measuredIspValues> <v24:saslarequested>1</v24:saslarequested> </v24:request> </v24:createtroubleticket> </soapenv:body> </soapenv:envelope> 55/98

56 5.2.2 Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v24:createtroubleticketresponse xmlns:v24=" <v24:response correlationid=""> <v24:success>true</v24:success> <v24:ttidwsg> </v24:ttidwsg> <v24:ttstate>1</v24:ttstate> <v24:dntype>1</v24:dntype> </v24:response> </v24:createtroubleticketresponse> </soapenv:body> </soapenv:envelope> GUI 56/98

57 5.2.4 Trouble Ticket Detail If, at any stage of the processing, the data retrieved via the Notification Service is not sufficient, then all the data of order can be retrieved by using the getdetailbbcstroubleticket operation of the Web service. Appendix C: getdetail BBCS TroubleTicket shows an example of the data that can be retrieved Notifications During the whole processing, the trouble tickets can be tracked by retrieving notifications from the Notification Service. See 8 Appendix B: Notifications created for Assurance (BBCS Trouble Ticket) shows all notifications produced during the processing of the TT above 5.3 Trouble Ticket Types and Restrictions a) For BBCS copper lines, a trouble ticket is only possible on one of the implemented services ("BestEffort", "Streaming" or "RealTime"); you cannot create a trouble ticket for a BBCS base Contract Element. b) For BBCS fiber lines no trouble tickets are possible in WSG. c) For ULL lines ("Full-Access" or "Full-Access Subloop") a trouble ticket can be created on this service itself 5.4 AccessProfile modification You have the possibility to check the valid access Profiles for a defined line and to modify them getvalidaccessprofiles Request <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v24=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v24:getvalidaccessprofilesrequest> <v24:request correlationid="getvalidaccessprofiles"> <v24:ispid>777710</v24:ispid> <v24:dnvnnsn> </v24:dnvnnsn> </v24:request> </v24:getvalidaccessprofilesrequest> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v24:getvalidaccessprofilesresponse xmlns:v24=" <v24:response correlationid="getvalidaccessprofiles"> <v24:success>true</v24:success> 57/98

58 <v24:accessspeedprofilenr>33</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>34</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>34</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>34</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>34</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>34</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>158</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>158</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>158</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>158</v24:accessspeedprofilenr> 58/98

59 <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>158</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>168</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>168</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>168</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>168</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>157</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>157</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>157</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>157</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> 59/98

60 <v24:accessspeedprofilenr>157</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>160</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>160</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>160</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>160</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>28</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>28</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>28</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>28</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> 60/98

61 <v24:accessspeedprofilenr>28</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>175</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>175</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>175</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>175</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>175</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>169</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>169</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>169</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> 61/98

62 <v24:accessspeedprofilenr>169</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>55</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>55</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>55</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>55</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>55</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>176</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>176</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>176</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>176</v24:accessspeedprofilenr> 62/98

63 <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>176</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>161</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>161</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>161</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>161</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>156</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>156</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>156</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>156</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> 63/98

64 <v24:accessspeedprofilenr>156</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>177</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>177</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>177</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>177</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>177</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>162</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>162</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>162</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> 64/98

65 <v24:accessspeedprofilenr>162</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>29</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>29</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>29</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>29</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>29</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>163</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>31</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>31</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>31</v24:accessspeedprofilenr> 65/98

66 <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>31</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>31</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>184</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>184</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>184</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>184</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>178</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>178</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>178</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> 66/98

67 <v24:accessspeedprofilenr>178</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>178</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>170</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>170</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>170</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>170</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>56</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>56</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>56</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> 67/98

68 <v24:accessspeedprofilenr>56</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>56</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>164</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>164</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>164</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>164</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>227</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>227</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>227</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> 68/98

69 <v24:accessspeedprofilenr>227</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>227</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>165</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>30</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>30</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>30</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>30</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>30</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>171</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>41</v24:accessspeedprofilenr> 69/98

70 <v24:accessspeedprofilenr>41</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>41</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>41</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>41</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>179</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>179</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>179</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>179</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>60</v24:accessspeedprofilenr> 70/98

71 <v24:accessspeedprofilenr>60</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>60</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>60</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>60</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>182</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>182</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>182</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>182</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>63</v24:accessspeedprofilenr> 71/98

72 <v24:accessspeedprofilenr>63</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>63</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>63</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>63</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>172</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>172</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>172</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>172</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>57</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>57</v24:accessspeedprofilenr> 72/98

73 <v24:accessspeedprofilenr>57</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>57</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>57</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>226</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>226</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>226</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>226</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>166</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>166</v24:accessspeedprofilenr> 73/98

74 <v24:accessspeedprofilenr>166</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>166</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>35</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>35</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>35</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>35</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>35</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>186</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>186</v24:accessspeedprofilenr> 74/98

75 <v24:accessspeedprofilenr>186</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>167</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>167</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>167</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>36</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>36</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>36</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>36</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>36</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> 75/98

76 <v24:accessspeedprofilenr>180</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>180</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>180</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>61</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>61</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>61</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>61</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>61</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>173</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>173</v24:accessspeedprofilenr> 76/98

77 <v24:accessspeedprofilenr>58</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>58</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>58</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>58</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>58</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> <v24:accessspeedprofilenr>181</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>181</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>62</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>62</v24:accessspeedprofilenr> 77/98

78 <v24:accessspeedprofilenr>62</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>62</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>174</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>174</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>59</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>59</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>59</v24:accessspeedprofilenr> <v24:interleavemode>4</v24:interleavemode> <v24:accessspeedprofilenr>59</v24:accessspeedprofilenr> <v24:interleavemode>5</v24:interleavemode> <v24:accessspeedprofilenr>59</v24:accessspeedprofilenr> <v24:interleavemode>6</v24:interleavemode> 78/98

79 <v24:accessspeedprofilenr>187</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>187</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>188</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>188</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>189</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>190</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>513</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>514</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>509</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>511</v24:accessspeedprofilenr> 79/98

80 <v24:accessspeedprofilenr>515</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>510</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>512</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>516</v24:accessspeedprofilenr> <v24:accessspeedprofilenr>168</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>160</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>169</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>161</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>162</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> 80/98

81 <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>163</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>184</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>170</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>500</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>164</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>165</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>171</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>501</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>179</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> 81/98

82 <v24:accessspeedprofilenr>182</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>172</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>502</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>503</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>226</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>166</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>504</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>186</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>167</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> 82/98

83 <v24:accessspeedprofilenr>505</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>180</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>506</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>173</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>507</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>181</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>174</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>187</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>508</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>188</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> 83/98

84 <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>189</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>190</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>513</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>514</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>509</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>511</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>515</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>510</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>512</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> 84/98

85 <v24:technologytype>2</v24:technologytype> <v24:accessspeedprofilenr>516</v24:accessspeedprofilenr> <v24:psdclass>22</v24:psdclass> <v24:interleavemode>11</v24:interleavemode> <v24:technologytype>2</v24:technologytype> </v24:response> </v24:getvalidaccessprofilesresponse> </soapenv:body> </soapenv:envelope> Request modfiyaccessprofile <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" xmlns:v24=" <soapenv:header> <wsse:security soapenv:actor=" soapenv:mustunderstand="0" xmlns:wsse=" <wsse:usernametoken> <wsse:username>theusername</wsse:username> <wsse:password>thepassword</wsse:password> </wsse:usernametoken> </wsse:security> </soapenv:header> <soapenv:body> <v24:modifyaccessprofilerequest> <v24:request correlationid="anycorrelation"> <v24:ispid>777710</v24:ispid> <v24:dnvnnsn> </v24:dnvnnsn> <v24:accessspeedprofilenr>33</v24:accessspeedprofilenr> <!--Optional:--> </v24:request> </v24:modifyaccessprofilerequest> </soapenv:body> </soapenv:envelope> Response <?xml version="1.0" encoding="utf-8"?> <soapenv:envelope xmlns:soapenv=" <soapenv:body> <v24:modifyaccessprofileresponse xmlns:v24=" <v24:response correlationid="anycorrelation"> <v24:success>true</v24:success> <v24:ordernr> </v24:ordernr> </v24:response> </v24:modifyaccessprofileresponse> </soapenv:body> </soapenv:envelope> 85/98

86 6 Voice Messages Voice Messages can be used to detect if a subscriber has to be modified because of change to its voice service. If for example the subscriber moves to a new location, the BBCS subscription has to be modified too. In this case WSG automatically creates the necessary orders based on the Voice Messages. 6.1 GUI The following Screenshots show the notifications created for the Voice Messages and the resulting Orders: 86/98

87 6.2 Notifications During the whole processing, the voice messages and orders can be tracked by retrieving notifications from the Notification Service. 87/98

WSG B2B Web Service Tutorial

WSG B2B Web Service Tutorial WSG B2B Web Service Tutorial Issue date 27.02.2018 Replaces version 36 Valid until Classification Status recalled or replaced by new version Technical Support Documentation (BBCS and FA) Released 1/162

More information

WSG B2B Web Service Tutorial

WSG B2B Web Service Tutorial WSG B2B Web Service Tutorial Issue date 02.05.2018 Replaces version 38 Valid until Classification Status recalled or replaced by new version Technical Support Documentation (BBCS and FA) Released 1/160

More information

WSG B2B Web Service Tutorial

WSG B2B Web Service Tutorial WSG B2B Web Service Tutorial Issue date 21.09.2018 Replaces version 41 Valid from Valid until Classification Status 16.10.2018 (WSG-18.10) recalled or replaced by new version Technical Support Documentation

More information

WSG B2B Web Service Tutorial

WSG B2B Web Service Tutorial Issue date 02.11.2018 Replaces version 42 Valid from Valid until Classification Status 17.11.2018 (WSG-18.11) recalled or replaced by new version Technical Support Documentation (BBCS and FA) Released

More information

WSG B2B Web Service Tutorial WSG Information Services

WSG B2B Web Service Tutorial WSG Information Services WSG B2B Web Service Tutorial WSG Information Services Issue date 29.10.2014 Replaces version 4 Valid until Classification Status recalled or replaced by new version Technical Support Documentation released

More information

WSG B2B Web Service Tutorial WSG Information Services

WSG B2B Web Service Tutorial WSG Information Services WSG B2B Web Service Tutorial WSG Information Services Issue date 18.08.2017 Replaces version 7 Valid until Classification Status recalled or replaced by new version Technical Support Documentation released

More information

WSG B2B Web Service Tutorial WSG Information Services

WSG B2B Web Service Tutorial WSG Information Services WSG B2B Web Service Tutorial WSG Information Services Issue date 07.02.2018 Replaces version 8 Valid until Classification Status recalled or replaced by new version Technical Support Documentation released

More information

Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification

Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification Broadband Connectivity Service (BBCS),Full Access Services (FA) and Cooperation Partner Services (COPA) General Functions Interface Specification Issue date 29.09.2016 Replaces version 25 or previous Valid

More information

BBCS Naked Processes in WSG

BBCS Naked Processes in WSG BBCS Naked Processes in WSG 01.04.08 Contents 2 BBCS Naked Introduction Service Fulfillment Qualification Basis Creation AddService Order ISP Change Technology Change Disconnect Assurance BBCS Naked Prerequisites

More information

ISP/COPA/PARTNER WSG Information Services User Manual

ISP/COPA/PARTNER WSG Information Services User Manual ISP/COPA/PARTNER WSG Information Services User Replaces version 06 Valid from 13.11.2017 (WSG 17.11) Valid until Classification Status recalled or replaced by new version Technical Support Documentation

More information

ISP/COPA/PARTNER WSG Information Services User Manual

ISP/COPA/PARTNER WSG Information Services User Manual ISP/COPA/PARTNER WSG Information Services User Manual Issue date 26.01.2018 Replaces version 08 Valid until Classification Status recalled or replaced by new version Technical Support Documentation (ISP/CoPa/Partner)

More information

ISP BBCS Access (Fulfillment) User Manual

ISP BBCS Access (Fulfillment) User Manual ISP BBCS Access (Fulfillment) User Manual Issue date 20.12.2017 Replaces version 44 Valid from Valid until Classification Status 16.01.2016 (WSG-18.01) recalled or replaced by new version Technical Support

More information

ISP BBCS Access (Fulfillment) User Manual

ISP BBCS Access (Fulfillment) User Manual ISP BBCS Access (Fulfillment) User Manual Issue date 04.05.2018 Replaces version 47 Valid from Valid until Classification Status 22.05.2018 (WSG-18.05) recalled or replaced by new version Technical Support

More information

ISP WSG Administration Service User Manual

ISP WSG Administration Service User Manual ISP WSG Administration Service User Manual Issue date 28.10.2016 Replaces version Valid from Valid until Classification Status 14.11.2016 (WSG-9.18/Nov16) recalled or replaced by new version Technical

More information

BBCS Release Information March Swisscom (Schweiz) AG Wholesale

BBCS Release Information March Swisscom (Schweiz) AG Wholesale BBCS Release Information March 2017 Swisscom (Schweiz) AG Wholesale BBCS March Release 2017 Feature Overview 2 Slide Description 3-4 All-IP - Extended Line Identification (PreOrder) 5-6 BBCS Enhancements

More information

Welcome to todays BBCS Training for ISPs

Welcome to todays BBCS Training for ISPs Welcome to todays BBCS Training for ISPs AGENDA 17.5.2017 ISP Training 2017 Focus: WSG and Process improvements as well as Roadmap and Portfolio adaptions 2 Agenda 3.00 p.m. Welcome 3.05 p.m. BBCS Roadmap

More information

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

C1 - Public. ISP BBCS Assurance User Manual. Version 37. Issue date Replaces version 36. Valid from (WSG-17.

C1 - Public. ISP BBCS Assurance User Manual. Version 37. Issue date Replaces version 36. Valid from (WSG-17. ISP BBCS Assurance User Manual Issue date 12.07.2017 Replaces version 36 Valid from 15.08.2017 (WSG-17.08/Aug17) Valid until recalled or replaced by new version Classification Technical Support Documentation

More information

myinsight for Documentum myinsight Web Services User Guide

myinsight for Documentum myinsight Web Services User Guide myinsight for Documentum myinsight Web Services User Guide Contents 1. Version History... 3 2. Product... 4 3. Webservice Introduction... 6 3.1. REST End Points... 6 3.2. SOAP End Points...6 4. Authorization...

More information

Supporting Document Checklist Access Trouble Ticket for ISP

Supporting Document Checklist Access Trouble Ticket for ISP Supporting Document Checklist Access Trouble Ticket for ISP 3 Supporting Document Access Trouble Ticket Checklist Table of contents 1 Introduction... 3 2 General... 3 3 BBCS on fiber optic... 3 3.1 No

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Roadmap Dave Bain PeopleSoft Product Management 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Secured ecollege Web Services Working with Web Services Security

Secured ecollege Web Services Working with Web Services Security ECOLLEGE Secured ecollege Web Services Working with Web Services Security VERSION 1.0 Revision History... 3 Introduction... 4 Definition... 4 Overview... 4 Authenticating SOAP Requests... 5 Securing the

More information

WSG Lists Of Values. productive version. recall or replacement by a new version 1/85. WSG List Of Values C1 - Public. Status.

WSG Lists Of Values. productive version. recall or replacement by a new version 1/85. WSG List Of Values C1 - Public. Status. 3 WSG List Of Values C1 - Public From Issue Date 21.10.2016 Subject WSG ListOfValues Status productive version Replaces Version Valid from Valid until 14.11.2016 (WSG_9.18 / Nov16) recall or replacement

More information

Partner Access Services Info Interface Specification

Partner Access Services Info Interface Specification -Specification C - Public Partner Access Services Info Interface Specification Issue date 24.0.207 Replaces version 07 Valid from 2..207 Valid until Classification Status recalled or replaced by new version

More information

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

More information

Encryption, Signing and Compression in Financial Web Services

Encryption, Signing and Compression in Financial Web Services Danske Bank Encryption, Signing and Compression in Financial Web Services Details of how to call the Danske Bank financial web service Version 2.4.8 Encryption, Signing and Compression in Financial Web

More information

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication Collaboration Technology Support Center Microsoft Collaboration Brief October 2005 Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication André Fischer,

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

Using BMC SRM OOB Web Services

Using BMC SRM OOB Web Services Using BMC SRM OOB Web Services The BMC Service Request Management application is shipped with a number of OOB Web Services that can be used to Create, Query and Modify requests (see Figure 1. at end of

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) Reference Document November 11, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved. Table of Contents Revision History...

More information

Telefónica Broadband Access Strategy Panel contribution Telefónica Deutschland GmbH

Telefónica Broadband Access Strategy Panel contribution Telefónica Deutschland GmbH Telefónica Broadband Access Strategy Panel contribution WIK-Conference Panel: The reaction of national broadband operators to VDSL- the German Case Dr. Alwin Mahler, VP Strategy, Bonn 21.03.2007 Index

More information

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide CRM On Demand Oracle CRM On Demand CTI Developer s Guide Release 37 August 2018 Copyright 2005, 2018 Oracle. All rights reserved. This software and related documentation are provided under a license agreement

More information

Introduction to the Prime Fulfillment API

Introduction to the Prime Fulfillment API CHAPTER 1 The Cisco Prime Fulfillment application program interface (API) allows you to use operations support system (OSS) client programs to connect to the Prime Fulfillment system. The Prime Fulfillment

More information

SOFTWARE MAINTENANCE PROGRAM for exo Platform

SOFTWARE MAINTENANCE PROGRAM for exo Platform SOFTWARE MAINTENANCE PROGRAM for exo Platform Last update : march 30th, 2018 Overview Customers who have subscribed to an eligible Subscription Plan benefit from the exo Platform Software Maintenance Program.

More information

Activenet Internet Connection LBNCo Sites

Activenet Internet Connection LBNCo Sites Activenet Internet Connection LBNCo Sites Work Instructions Version 0.1 Issue Date: TBA Created by: Vinay Sharma Reviewed by: Marc Demandante Approved by: Mick Dovile 40 English St, Essendon Fields VIC

More information

NEMSIS V3 Performance Measure Service Technical Guide

NEMSIS V3 Performance Measure Service Technical Guide NEMSIS TAC Whitepaper NEMSIS V3 Performance Measure Service Technical Guide Date June 1, 2017 Authors Joshua Legler NEMSIS Consultant Subhadeep Nag NEMSIS Software Design Engineer N. Clay Mann NEMSIS P.I.

More information

Table of Contents. 1 / 24 Author: Kuba Krzemień

Table of Contents. 1 / 24 Author: Kuba Krzemień Table of Contents Introduction: What is a Web Service?...2 Installing required tools...3 Web Tools Platform Installation...3 Apache Tomcat Setup...5 SoapUI Eclipse plug-in installation (optional)...6 Creating

More information

INTERNET MARKET IN MOROCCO

INTERNET MARKET IN MOROCCO INTERNET MARKET IN MOROCCO Quarterly Observatory* March 27 This document is to be considered for information purposes only. Summary Introduction 3 I Recall of various types of Internet access 3 II State

More information

Web Services Overview

Web Services Overview Web Services Overview Using Eclipse WTP Greg Hester Pacific Hi-Tech, Inc. greg.hester.pacifichitech.com 1 September 17, 2008 Agenda Web Services Concepts How Web Services are used Web Services tools in

More information

EIP Software Development Kit Guide

EIP Software Development Kit Guide EIP Software Development Kit Guide EIP Software Development Kit Guide Contents EIP Software Development Kit Guide 2 Commercial In Confidence 3 Preface Information 4 Overview 5 Summary 5 License 5 Assumptions

More information

INTERNET MARKET IN MOROCCO

INTERNET MARKET IN MOROCCO INTERNET MARKET IN MOROCCO Quarterly Observatory* June 27 This document is to be considered for information purposes only. Summary Introduction 3 I Recall of various types of Internet access 3 II State

More information

The contents of this publication the specifications of this application are subject to change without notice.

The contents of this publication the specifications of this application are subject to change without notice. V.1.0. Publication Notice The contents of this publication the specifications of this application are subject to change without notice. GFI Software reserves the right to make changes without notice to

More information

INTERNET MARKET IN MOROCCO. Quarterly Observatory* December This document is to be considered for information purposes only.

INTERNET MARKET IN MOROCCO. Quarterly Observatory* December This document is to be considered for information purposes only. INTERNET MARKET IN MOROCCO Quarterly Observatory* December 25 This document is to be considered for information purposes only. Summary Introduction 3 I Recall of various types of Internet access 3 II State

More information

Using Require Encryption Policy in Mediator

Using Require Encryption Policy in Mediator Using Require Encryption Policy in Mediator Contents Require Encryption in webmethods Mediator Usage of Require Encryption in webmethods Mediator Creating a New Require Encryption Policy Creating a New

More information

INTERNET MARKET IN MOROCCO

INTERNET MARKET IN MOROCCO INTERNET MARKET IN MOROCCO Quarterly Observatory* December 26 This document is to be considered for information purposes only. Summary Introduction 3 I Recall of various types of Internet access 3 II State

More information

SRT Communications, Inc. Broadband Access Services Wholesale Rate Plan Effective January 1, 2010

SRT Communications, Inc. Broadband Access Services Wholesale Rate Plan Effective January 1, 2010 Effective January 1, 2010 Table of Contents GENERAL TERMS AND CONDITIONS Asymmetric Broadband Service (ADSL) Section 1 Symmetric Broadband Service (SDSL).... Section 2 Term Plan Options... Section 3 Volume

More information

Power IQ WS-API Programming Guide Release 2.0

Power IQ WS-API Programming Guide Release 2.0 Power IQ WS-API Programming Guide Release 2.0 Copyright 2010 Raritan, Inc. PIQAPI-0B-v2.0-E September 2010 255-80-6102-00 This document contains proprietary information that is protected by copyright.

More information

Elisa Carrier Services. Elisa Operator Broadband Services. Technologies, distribution centres and delivery interfaces

Elisa Carrier Services. Elisa Operator Broadband Services. Technologies, distribution centres and delivery interfaces 1(6) Elisa Operator Broadband Services Elisa Operator Broadband Services comprise wholesalelevel bitstream data subscriptions classified as broadband services by the Finnish Communications Regulatory Authority

More information

WS-AtomicTransaction. Mark Little, Chief Architect Arjuna Technologies Ltd

WS-AtomicTransaction. Mark Little, Chief Architect Arjuna Technologies Ltd WS-AtomicTransaction Mark Little, Chief Architect Arjuna Technologies Ltd Introduction Coordinate agreement with ACID semantics Atomic, Consistent, Isolated, Durable Tried and trusted model Simple application

More information

Securities Lending Reporting Web Service

Securities Lending Reporting Web Service Securities Lending Reporting Web Service External Interface Specification Broker Trades Message Specification November 2009 (November 2007) ASX Market Information 2009 ASX Limited ABN 98 008 624 691 Table

More information

Implementing a Notification Server

Implementing a Notification Server APPENDIXB This appendix describes how to modify the example servlet to customize for your own application, and contains the following sections: Event Notification Overview, page B-1 Running the Example

More information

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM)

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM) Lookup Roles Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 June 29, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration for the Windows and Linux operating systems Software Version: OO 10.x Web Services Wizard Guide Document Release Date: February 2014 Software Release Date: February 2014 Legal

More information

Oracle Insurance Policy Administration Web Services

Oracle Insurance Policy Administration Web Services Oracle Insurance Policy Administration Web Services Version 10.2.0.0 Document Part Number: E62439-01 August, 2015 Copyright 2009, 2015, Oracle and/or its affiliates. All rights reserved. Trademark Notice

More information

Q1 FY18 Connections Update 13 October 2017

Q1 FY18 Connections Update 13 October 2017 Q1 FY18 Connections Update 13 October 217 Q1 FY18 OVERVIEW > Total fixed line connections declined by 2k to 1,582, and total broadband connections declined by 2k to 1,184, line loss slowed progressively

More information

Oracle Insurance Policy Administration Web Services

Oracle Insurance Policy Administration Web Services Oracle Insurance Policy Administration Web Services Version 9.7.0.0 Documentation Part Number: E39062_01 May, 2013 Copyright 2009, 2013, Oracle and/or its affiliates. All rights reserved. Trademark Notice

More information

Teamcenter 8.3 Release Bulletin

Teamcenter 8.3 Release Bulletin Teamcenter 8.3 Release Bulletin Publication Number PLM00001 G (01-037134-083) Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Affordable Care Act (ACA) Information Returns (AIR) AIR Submission Composition and Reference Guide

Affordable Care Act (ACA) Information Returns (AIR) AIR Submission Composition and Reference Guide Affordable Care Act (ACA) Information Returns () Submission Composition and Reference Guide Version 2.0 July 2015 Composition & Reference Guide Table of Contents 1 Introduction... 1 1.1. Identification...

More information

JD Edwards World Service Enablement Installation and Configuration Guide. Version A9.2 and A9.2.1

JD Edwards World Service Enablement Installation and Configuration Guide. Version A9.2 and A9.2.1 JD Edwards World Service Enablement Installation and Configuration Guide Version A9.2 and A9.2.1 Revised October 27, 2010 Copyright Notice Copyright 2009, Oracle. All rights reserved. Trademark Notice

More information

D&B Direct. API Documentation for Custom Product Service. Version 2.0 (API) / 2.0 (Service)

D&B Direct. API Documentation for Custom Product Service. Version 2.0 (API) / 2.0 (Service) D&B Direct API Documentation for Custom Product Service Version 2.0 (API) / 2.0 (Service) D&B Direct is a trademark or registered trademark of Dun and Bradstreet, Incorporated. Other trademarks used herein

More information

Development Guide: Good Control Web Services. Last updated: Friday, June 23, 2017 Version: GC 3.0.xx.yy

Development Guide: Good Control Web Services. Last updated: Friday, June 23, 2017 Version: GC 3.0.xx.yy Development Guide: Good Control Web Services Last updated: Friday, June 23, 2017 Version: GC 3.0.xx.yy 2017 BlackBerry Limited. Trademarks, including but not limited to BLACKBERRY, BBM, BES, EMBLEM Design,

More information

Developer s Guide. Trimble SOAP Web Services

Developer s Guide. Trimble SOAP Web Services Developer s Guide Trimble SOAP Web Services SOAPWebSrvDG-Oct17-2.0 October 2017 www.trimble.com/fsm Copyright 2017, Trimble Inc. All rights reserved. Trimble and the Globe & Triangle logo are trademarks

More information

THE TELECOMMUNICATIONS SECTOR EVOLUTION AT 30 th JUNE 2008

THE TELECOMMUNICATIONS SECTOR EVOLUTION AT 30 th JUNE 2008 THE TELECOMMUNICATIONS SECTOR EVOLUTION AT 30 th JUNE 2008 Mobile Telephony Market At the end of the second quarter of 2008, the number of mobile subscribers reached 21 411 705, with a growth of 3,86%.

More information

Traffic Engineering Management Provisioning

Traffic Engineering Management Provisioning 1 CHAPTER This chapter describes the provisioning support for Traffic Engineering Management (TEM) provided in Cisco Prime Provisioning. The TEM API solution provides bulk provisioning, updating, and deletion

More information

MtS-ISL-SUD-SDNS for ARM Transaction Reporting (Article 26 of MiFIR) Commodities Position Reporting (Article 58 of MiFID II)

MtS-ISL-SUD-SDNS for ARM Transaction Reporting (Article 26 of MiFIR) Commodities Position Reporting (Article 58 of MiFID II) MtS-ISL-SUD-SDNS for ARM Transaction Reporting (Article 26 of MiFIR) Commodities Position Reporting (Article 58 of MiFID II) This tutorial describes how to send Transaction or Commodities Reports in ISO

More information

Enterprise Integration Using IEC

Enterprise Integration Using IEC Enterprise Integration Using IEC 61968-100 Scott Neumann, UISOL Margaret Goodrich, SISCO Michael Johnson, Elster CIMug Meeting Introduction The purpose of this presentation is to describe enterprise integration

More information

An introduction API testing with SoapUI

An introduction API testing with SoapUI An introduction API testing with SoapUI Vincent Vonk 12-06-2018 CGI Group Inc. Agenda for the next 50 minutes What is SoapUI? What are Web APIs? Why test on API level? What can SoapUI do? Types of Web

More information

Service Design Description for the xxx Service <xyz Technology>

Service Design Description for the xxx Service <xyz Technology> ENAV20-9.24 Service Design Description for the xxx Service Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Intended Readership... 5 1.3 Inputs from Other Projects...

More information

exo Product Maintenance Program

exo Product Maintenance Program exo Product Maintenance Program Overview exo s subscription customers benefit from the exo product maintenance program, according to the coverage specified in their subscription contract. The program provides

More information

Broadband Connectivity Service (BBCS) xdsl-info Interface Description. B2B xdsl-info Interface Description C1 - Public.

Broadband Connectivity Service (BBCS) xdsl-info Interface Description. B2B xdsl-info Interface Description C1 - Public. xdsl-info Interface Description Issue date 10.07.2016 Replaces version 19 or previous Valid until Classification Status recalled or replaced by new version Technical Support Documentation (BBCS) released

More information

Data Pump User Guide

Data Pump User Guide Data Pump User Guide CalAmp Corporation 13645 Dulles Technology Drive, Herndon, VA 20171 Document: MBUD-0189v6 Phone : (703) 262-0500 August 2015 FAX: (703) 262-0380 www.calamp.com FleetOutlook Data Pump

More information

XchangeCore Quick Start Guide to the Incident Management Service And Incident Work Products

XchangeCore Quick Start Guide to the Incident Management Service And Incident Work Products XchangeCore Quick Start Guide to the Incident Management Service And Incident Work Products The XchangeCore Community www.xchangecore.com Revision Number Date Description Revisions R05C00 6/16/2014 Initial

More information

City/Zip Lookup Web Service Implementation Guide Version 1.00

City/Zip Lookup Web Service Implementation Guide Version 1.00 City/Zip Lookup Web Service Implementation Guide Version 1.00 Revised: 10/04/2016 SECTION 1 - NARRATIVE... 1 SECTION 2 - INPUT PARAMETERS... 2 SECTION 3 - OUTPUT PARAMETERS... 3 SECTION 4 - SOAP XML EXAMPLES...

More information

Q3 FY18 Connections Update 13 April 2018

Q3 FY18 Connections Update 13 April 2018 Q3 FY18 Connections Update 13 April 218 Q3 FY18 OVERVIEW > The Q3 period to 31 March 218 was characterised by a continued slowdown in line loss, with strong broadband demand in Chorus UFB zones total fixed

More information

For personal use only

For personal use only Chorus Limited Level 10, 1 Willis Street P O Box 632 Wellington 6140 New Zealand Email: company.secretary@chorus.co.nz STOCK EXCHANGE ANNOUNCEMENT 13 October 2017 Chorus Q1 FY18 Connections Update Total

More information

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January 2016 ICANN GDD Operations NORC at the University of Chicago Webinar Agenda 1 2 3 WHOIS ARS Background Phase 2 Cycle 1:

More information

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved.

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Inforce Transactions Page 1 Table of Contents 1 Overview... 3 2 Roles and Responsibilities... 3 2.1 Participants... 3 2.2 DTCC Server... 4 3 Communication Protocols... 5 3.1 SOAP Messages...

More information

Policy and SLA Management / Monitoring at the Edge. Governance, Enforcement, and Monitoring using WSRR, DataPower, and ITCAM for SOA

Policy and SLA Management / Monitoring at the Edge. Governance, Enforcement, and Monitoring using WSRR, DataPower, and ITCAM for SOA Policy and SLA Management / Monitoring at the Edge Governance, Enforcement, and Monitoring using WSRR, DataPower, and ITCAM for SOA Agenda Runtime SOA Governance @ Edge Why is it needed? SLA Enforcement

More information

ehealthbox v.2 Consultation Web Service Cookbook Version 2.4

ehealthbox v.2 Consultation Web Service Cookbook Version 2.4 ehealthbox v.2 Consultation Web Service Cookbook Version 2.4 This document is provided to you free of charge by the ehealth platform Willebroekkaai 38 1000 Brussel 38, Quai de Willebroek 1000Bruxelles

More information

Getting started with OWASP WebGoat 4.0 and SOAPUI.

Getting started with OWASP WebGoat 4.0 and SOAPUI. Getting started with OWASP WebGoat 4.0 and SOAPUI. Hacking web services, an introduction. Version 1.0 by Philippe Bogaerts mailto:philippe.bogaerts@radarhack.com http://www.radarhack.com 1. Introduction

More information

Withdrawal of Text Processing (Business Professional)

Withdrawal of Text Processing (Business Professional) Withdrawal of Text Processing (Business Professional) OCR constantly reviews the uptake and performance of all its qualifications. As a regulated awarding body, we have a responsibility to remove qualifications

More information

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions [MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

K5 Portal User Guide

K5 Portal User Guide FUJITSU Cloud Service K5 K5 Portal User Guide Version 2.6 FUJITSU LIMITED Preface Purpose of This Document This guide describes the operating procedures for the services provided by FUJITSU Cloud Service

More information

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line)

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) eir Price List Part 3.1 Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) Monthly Download Limit (5) (18) Monthly Upload Limit (5) Standard Self-Install Charge Connection (12)(13)(15) ex. vat

More information

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line)

Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) eir Price List Part 3.1 Part 3.1 eir broadband (Asymmetric Digital Subscriber Line) Monthly Download Limit (5) (18) Monthly Upload Limit (5) Standard Self-Install Charge Connection (12)(13)(15) $ eir broadband

More information

Orange Polska Changes in reporting in March 2018

Orange Polska Changes in reporting in March 2018 Orange Polska Changes in reporting in 2018 16 March 2018 1 Contents 1. IFRS15 applied to OPL 2. Changes in revenue and KPI reporting 3. Q&A session 2 IFRS15 applied to OPL 3 IFRS 15 A new standard on revenue

More information

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services September 2009 Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its affiliates.

More information

Introduction to IEC Landis+Gyr May 27, 2015

Introduction to IEC Landis+Gyr May 27, 2015 Introduction to IEC61968-100 IEC61968-100 Implementation Profiles 2 IEC61968-100.... The Basics (1) IEC61968-100 reflects best practices and integration experiences and has been in effective use since

More information

Web Services Security

Web Services Security Web Services Security Strategies for Securing Your SOA Aaron Mulder CTO Chariot Solutions Agenda Define Web Services Security DIY Security HTTPS WS-Security WS-I Basic Security Profile Conclusion Q&A 2

More information

Site Certification another step to improve the CC process and to reduce costs

Site Certification another step to improve the CC process and to reduce costs another step to improve the CC process and to reduce costs Hans-Gerd Albertsen, NXP Semiconductors Germany GmbH Jürgen Noller, Infineon Technologies AG 9th ICCC, Sep 23-25, Jeju, Korea 1 Agenda Motivation

More information

AQUILA. Interim Master Thesis Talk. Sandeep Misra. Guide : Prof. Hußmann

AQUILA. Interim Master Thesis Talk. Sandeep Misra. Guide : Prof. Hußmann Interim Master Thesis Talk Extension of a DiffServ enabled IP core network for delivering QoS to xdsl access By : Guide : Prof. Hußmann 02.10.2002 1 AQUILA (IST-1999-10077) Adaptive Resource Control for

More information

Communication Guidelines for Balance Settlement System. Interfaces and Basse Specific Communication

Communication Guidelines for Balance Settlement System. Interfaces and Basse Specific Communication Communication Guidelines for Balance Settlement System Interfaces and Basse Specific Communication 29.1.2016 2 Table of contents 1 Revision history 4 History 4 1.1 Terms and Definitions 4 2 Disclaimer

More information

Supporting Document DHCP

Supporting Document DHCP Supporting Document DHCP Swisscom (Schweiz) AG Version 1-3 01.11.2016 Content 1 Class of Service... 3 1.1 Streaming... 3 1.2 Real time traffic... 3 2 Connectivity... 4 2.1 IP Pool Management... 4 2.2 Subscriber

More information

Broadband Rate Design for Public Benefit

Broadband Rate Design for Public Benefit Broadband Rate Design for Public Benefit The transition from service-based rates to loop rates on Chelan PUD s Broadband Network Dec.19, 2016 No action required today Today s Presentation Loop Rates Final

More information

Telecommunications Market Report January June 2009

Telecommunications Market Report January June 2009 Office of Utility Regulation Telecommunications Market Report January June 2009 Information Note Document No: OUR 10/03 March 2010 Office of Utility Regulation Suites B1 & B2, Hirzel Court, St Peter Port,

More information

How to upgrade your NetComm NB5 ADSL2+ Modem From version x or to (current)

How to upgrade your NetComm NB5 ADSL2+ Modem From version x or to (current) How to upgrade your NetComm NB5 ADSL2+ Modem From version 38.51.x or 62.51.1 to 62.51.2-002 (current) IMPORTANT: 1. This upgrade utility works on Windows XP or Windows 2000 machines only. Contact NetComm

More information

27-Jan Customer Portal API. Quick reference for developers

27-Jan Customer Portal API. Quick reference for developers 27-Jan-2015 Customer Portal API Quick reference for developers Content 1. Brief overview and process flow... 2 1.1. Session... 2 1.2. Customer authorization... 2 1.3. Audio upload... 3 1.4. Calculate price...

More information

TIBCO Fulfillment Order Management Web Services. Software Release January 2016

TIBCO Fulfillment Order Management Web Services. Software Release January 2016 TIBCO Fulfillment Order Management Web Services Software Release 3.0.1 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Setting up B2B and Frequently Asked Questions

Setting up B2B and Frequently Asked Questions Setting up B2B and Frequently Asked s 11-1-2017 16:45 Content 1 Steps to perform... 2 1.1 Step 1: Read the available documentation... 2 1.2 Step 2: Request a certificate... 2 1.3 Step 2: Get your IT ready...

More information