PagewaySMS
View the WSDL for the service. Click on an operation name to view it's details.
- getCredits
- sendMessage
Close
Name: getCredits
Binding: PagewaySMSBinding
Endpoint: http://www.pageway.net/WSDL/Index.php
SoapAction: urn:pagewaysms#getCredits
Style: rpc
Input:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getCreditsRequest
parts:
acctKey: xsd:string
Output:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getCreditsResponse
parts:
num_credits: xsd:int
Namespace: urn:pagewaysms
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Get current available credits in account. Any Errors will throw an exception
Usage:
num_credits = getCredits("acctKey")
Name: getCredits
Binding: PagewaySMSBinding
Endpoint: http://www.pageway.net/WSDL/Index.php
SoapAction: urn:pagewaysms#getCredits
Style: rpc
Input:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getCreditsRequest
parts:
acctKey: xsd:string
Output:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getCreditsResponse
parts:
num_credits: xsd:int
Namespace: urn:pagewaysms
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Get current available credits in account. Any Errors will throw an exception
Usage:
num_credits = getCredits("acctKey")
Close
Name: sendMessage
Binding: PagewaySMSBinding
Endpoint: http://www.pageway.net/WSDL/Index.php
SoapAction: urn:pagewaysms#sendMessage
Style: rpc
Input:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: sendMessageRequest
parts:
acctKey: xsd:string
sendTo: xsd:string
msg: xsd:string
Output:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: sendMessageResponse
parts:
num_credits: xsd:int
Namespace: urn:pagewaysms
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Send an Individual Message from your account. Will return number of credits left on account after successful send. Any Errors will throw an exception
Usage:
num_credits_left = sendMessage("acctKey","sendTo","messagebody")
Name: sendMessage
Binding: PagewaySMSBinding
Endpoint: http://www.pageway.net/WSDL/Index.php
SoapAction: urn:pagewaysms#sendMessage
Style: rpc
Input:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: sendMessageRequest
parts:
acctKey: xsd:string
sendTo: xsd:string
msg: xsd:string
Output:
use: encoded
namespace: urn:pagewaysms
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: sendMessageResponse
parts:
num_credits: xsd:int
Namespace: urn:pagewaysms
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: Send an Individual Message from your account. Will return number of credits left on account after successful send. Any Errors will throw an exception
Usage:
num_credits_left = sendMessage("acctKey","sendTo","messagebody")