90 likes | 229 Views
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
E N D
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 • 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
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)
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
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
WPTS Hot Cut Transaction Details
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>
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 >