SDK Contents

The Wireless Network Services SDK provides the resources and guidance you need to integrate M2M connectivity management tasks with your enterprise software systems, such as enterprise resource planning (ERP), supply chain management and customer service management.

NOTE: You can submit a request to become a Verizon M2M Developer and request a kit here

The SDK contains the following folders and resources:

Resource Description
API wsdls Folder containing a subfolder for each web service that is part of the M2M Wireless Network Services. Each subfolder contains the Web Service Description Language (WSDL) file and XML schema files (XSDs) for that service.
Callback wsdls Folder containing the WSDL file and XSD schema file that you can use to develop listening services to receive messages from the ThingSpace Platform callback services.
HTML Documentation Graphical representations of the elements in each web service.
Tools and Examples

Source code and executables for the Hello World and UWS Explorer tools that you can use to learn about Wireless Network Services APIs:

  • Hello World demonstrates the most basic Wireless Network Services API calls. Use this utility to:

    • Verify that your account is setup properly, and that Wireless Network Services are working as expected.
    • View the C# source code that implements the basic Wireless Network Services API calls by using Microsoft Visual Studio.
  • UWS Explorer displays the XML representations of the request and response objects for each API in Wireless Network Services. Use this utility to:

    • Invoke Wireless Network Services APIs and view the resulting XML representations of the request and response objects in the main window.
    • Generate XML code and optionally use that code in your applications.
    • View the C# source code that implements the API calls by using Microsoft Visual Studio.

This folder also contains the C# source code of a reference implementation of a callback service listening program.