PSWinCom Gateway SOAP WebService API
Modified on Tue, 19 Nov 2024 15:44 by Bjørn Otto Vasbotten — Categorized as: Gateway, SOAP API
The
WebService Interface
of the PSWinCom SMS Gateway service is suitable for application developers that have integrated support for utilizing WebServices in their tools.
It is a ASP.Net based classic style SOAP web service, which means that for developers using Microsoft Visual Studio it is convenient to work with this API.
However, developers using other platforms such as Java are advised to use our XML interface instead.
This interface has methods for both single message sending and bulk SMS message sending.
Gateway connect information
¶
SMS WebService
https://soap.pswin.com
(failover: https://soap2.pswin.com)
SMS WSDL
https://soap.pswin.com/?wsdl
Security Considerations
¶
Using plain HTTP should be done with caution when dealing with information. All data, including username and password, are sent as cleartext over the Internet and may be intercepted by a third-party. To increase security, the SSL secured transport layer (HTTPS) can be used.
See
SSL certificates
for details..
Objects/Complex types
¶
Several complex types are defined to support the SOAP communication with the Gateway. Following is a description of these complex types and their class representation (C# syntax).
ReturnValue
SMSMessage
DeliveryReport
IncomingSMSMessage
GSMPosition
Methods
¶
Methods to send SMS messages
Methods to receive messages
(SMS and delivery reports)