1 / 9

WPTS Application to Application Interfaces Dec 4, 2003

WPTS Application to Application Interfaces Dec 4, 2003. WPTS. Objective Exchange data between CLEC and Verizon systems Support recognized standards XML HTTPS Web Services Build on existing Verizon platforms. WPTS. Benefits

Télécharger la présentation

WPTS Application to Application Interfaces Dec 4, 2003

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WPTS Application to Application Interfaces Dec 4, 2003

  2. WPTS • Objective • Exchange data between CLEC and Verizon systems • Support recognized standards • XML • HTTPS • Web Services • Build on existing Verizon platforms

  3. WPTS • Benefits • Minimize manual involvement through automation of Hot Cut processing • Promote automation of business processes • Reduce related work force and expense for both CLEC and Verizon • Reduce processing time

  4. WPTS Top Level Architecture CLEC Verizon HTTPS Web Services Transaction Routing Transaction Routing Communication Interface Communication Interface SFTP MQ Series Data Format (XML) Data Format (XML)

  5. WPTS • Communication Interface Design • Support multiple protocols • HTTPS • Web Services • SFTP • Security Service • Digital Certificate to authenticate user • Support different communication methods • Two way messaging system • VZ Push • CLEC Push • CLEC Pull

  6. WPTS Hot Cut Transactions • Retrieve Work List • Orders, Verify, Facility, Dial Tone Error • Trouble Found • Wrong TN • NTF Check Cage • Fixed • CLEC Gives Go • Go Ahead • No Go • Next attempt (Cut Fail) • Cut Completion

  7. WPTS Hot Cut Transaction Details

  8. WPTS • There are three parts in the XML Data Format • Transaction data – Name, ID and related information • Parameter – query or update parameters • Result – queried result or update result • Example: <CLECVZ> • <Transaction> • <Name>QueryStatus</Name> • <ID>123456</ID> • <CLEC>ABCD </CLEC> • </Transaction> • <Parameter> • <State>NY</State> • <Status>2</Status> • </Parameter> • <Result> • <OrderNumber>N2SK3245</OrderNumber> • <Circuit>UB/TXNU/123456</Circuit> • <OrderStatus>CUT COMPLETE</OrderSStatus> • <TimeStamp>20031201 13:03:21</TimeStamp> • </Result> • </CLECVZ>

  9. WPTS XML Example <VZ2CLEC> <Transaction> <Name>QueryStatus</Name> <ID>123456</ID> <CLEC>ABCD</CLEC> </Transaction> <Parameter> <CLEC>ABCD </CLEC> <Status>Go Ahead</Status> </Parameter> <Result> <CLECName>ABCD</CLECName> <PON>2368059-C</PON> <VZTech>540</VZTech> <VZOrder> <OrderNumber>C2UE0837</OrderNumber> <Circuit> <VZCktID>UB/TXNU/123456</VZCktID> <TN>123 456-7890</TN> <CLECFacility></CLECFacility > <Address>123 Main Street Anytown, XX</Address> <LOC></LOC> <Name></Name> </Circuit> </VZOrder> <NumberofLine>2</ NumberofLine> <CLLI>NYCMNYVS</CLLI> <DueDate>1-Dec</DueDate> <DueTime>9:00AM</DueTime> <FacilityConversion>All copper</ FacilityConversion> <OrderVerification></OrderVerification> <CheckListStatus> CUT COMPLETE</ CheckListStatus> <TimeStamp>20031202 13:23:31</TimeStamp> </Result> </VZ2CLEC >

More Related