Service Information Home Page
http://sdk.bt.com/2007/07/Messaging/Inbound
clearedCount, messageId, messageIds, MessageIds, xs:int, xs:string
destinationUri, messageDeliveryStatus, messageDeliveryStatuses, messageId, messageStatus, MessageDeliveryStatus, MessageDeliveryStatuses, MessageStatus, xs:anyURI, xs:string
destinationUri, keyword, message, messageId, messageText, messages, receiveTime, senderUri, Message, Messages, xs:anyURI, xs:dateTime, xs:string
messageId, messageText, recipientUris, uri, Uris, xs:anyURI, xs:string
messageId, messageText, recipientUris, uri, url, Uris, xs:anyURI, xs:string
Service Information Home Page
http://sdk.bt.com/2007/07/Messaging/OneWay
destinationUri, messageDeliveryStatus, messageDeliveryStatuses, messageId, messageStatus, MessageDeliveryStatus, MessageDeliveryStatuses, MessageStatus, xs:anyURI, xs:string
from, messageId, messageText, recipientUris, uri, Uris, xs:anyURI, xs:string
from, messageId, messageText, recipientUris, uri, url, Uris, xs:anyURI, xs:string
Service Information Home Page
http://sdk.bt.com/2007/07/Session/Conferencing
conferenceId, conferenceInfo, conferenceStatus, duration, numberOfParticipants, startTime, ConferenceInfo, ConferenceStatus, xs:dateTime, xs:int, xs:string
participantId, participantInfo, participantStatus, startTime, ParticipantInfo, ParticipantStatus, xs:dateTime, xs:string
conferenceId, participantId, participantInfo, participantInfos, participantStatus, startTime, ParticipantInfo, ParticipantInfos, ParticipantStatus, xs:dateTime, xs:string
announcementType, conferenceId, participantId, participantUri, xs:anyURI, xs:int, xs:string
Service Information Home Page
http://sdk.bt.com/2007/07/Session/ThirdPartyCall
callId, callInformation, callStatus, callTerminationCause, duration, startTime, CallInformation, CallStatus, CallTerminationCause, xs:dateTime, xs:int, xs:string
announcementType, callId, calledParty, callingParty, dialTimeoutSec, xs:anyURI, xs:int, xs:string
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<clearReceivedMessages xmlns="http://sdk.bt.com/2007/07/Messaging/Inbound">
<messageIds>
<messageId>xs:string</messageId>
<messageId>xs:string</messageId>
</messageIds>
</clearReceivedMessages>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<clearReceivedMessagesResponse xmlns="http://sdk.bt.com/2007/07/Messaging/Inbound">
<clearedCount>xs:int</clearedCount>
</clearReceivedMessagesResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<createConference xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
</createConference>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<createConferenceResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceId>xs:string</conferenceId>
</createConferenceResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<disconnectParticipant xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<participantId>xs:string</participantId>
</disconnectParticipant>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<disconnectParticipantResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<status>xs:string</status>
</disconnectParticipantResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<endCall xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<callId>xs:string</callId>
</endCall>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<endCallResponse xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<status>xs:string</status>
</endCallResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<endConference xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceId>xs:string</conferenceId>
</endConference>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<endConferenceResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<status>xs:string</status>
</endConferenceResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getCallInformation xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<callId>xs:string</callId>
</getCallInformation>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getCallInformationResponse xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<callInformation>
<callStatus>CallStatus</callStatus>
<startTime>xs:dateTime</startTime>
<duration>xs:int</duration>
<callTerminationCause>CallTerminationCause</callTerminationCause>
</callInformation>
</getCallInformationResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getConferenceInfo xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceId>xs:string</conferenceId>
</getConferenceInfo>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getConferenceInfoResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceInfo>
<conferenceStatus>ConferenceStatus</conferenceStatus>
<startTime>xs:dateTime</startTime>
<duration>xs:int</duration>
<numberOfParticipants>xs:int</numberOfParticipants>
<conferenceId>xs:string</conferenceId>
</conferenceInfo>
</getConferenceInfoResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getMessageDeliveryStatuses xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<messageId>xs:string</messageId>
</getMessageDeliveryStatuses>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getMessageDeliveryStatusesResponse xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<messageDeliveryStatuses>
<messageDeliveryStatus>
<destinationUri>xs:anyURI</destinationUri>
<messageStatus>MessageStatus</messageStatus>
</messageDeliveryStatus>
<messageDeliveryStatus>
<destinationUri>xs:anyURI</destinationUri>
<messageStatus>MessageStatus</messageStatus>
</messageDeliveryStatus>
</messageDeliveryStatuses>
</getMessageDeliveryStatusesResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getParticipantInfo xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<participantId>xs:string</participantId>
</getParticipantInfo>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getParticipantInfoResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<participantInfo>
<participantId>xs:string</participantId>
<startTime>xs:dateTime</startTime>
<participantStatus>ParticipantStatus</participantStatus>
</participantInfo>
</getParticipantInfoResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getParticipants xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceId>xs:string</conferenceId>
</getParticipants>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getParticipantsResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<participantInfos>
<participantInfo>
<participantId>xs:string</participantId>
<startTime>xs:dateTime</startTime>
<participantStatus>ParticipantStatus</participantStatus>
</participantInfo>
<participantInfo>
<participantId>xs:string</participantId>
<startTime>xs:dateTime</startTime>
<participantStatus>ParticipantStatus</participantStatus>
</participantInfo>
</participantInfos>
</getParticipantsResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getReceivedMessages xmlns="http://sdk.bt.com/2007/07/Messaging/Inbound">
<keyword>xs:string</keyword>
</getReceivedMessages>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getReceivedMessagesResponse xmlns="http://sdk.bt.com/2007/07/Messaging/Inbound">
<messages>
<message>
<messageId>xs:string</messageId>
<keyword>xs:string</keyword>
<senderUri>xs:anyURI</senderUri>
<destinationUri>xs:anyURI</destinationUri>
<messageText>xs:string</messageText>
<receiveTime>xs:dateTime</receiveTime>
</message>
<message>
<messageId>xs:string</messageId>
<keyword>xs:string</keyword>
<senderUri>xs:anyURI</senderUri>
<destinationUri>xs:anyURI</destinationUri>
<messageText>xs:string</messageText>
<receiveTime>xs:dateTime</receiveTime>
</message>
</messages>
</getReceivedMessagesResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<inviteParticipant xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<conferenceId>xs:string</conferenceId>
<participantUri>xs:anyURI</participantUri>
<announcementType>xs:int</announcementType>
</inviteParticipant>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<inviteParticipantResponse xmlns="http://sdk.bt.com/2007/07/Session/Conferencing">
<participantId>xs:string</participantId>
</inviteParticipantResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<makeCall xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<callingParty>xs:anyURI</callingParty>
<calledParty>xs:anyURI</calledParty>
<dialTimeoutSec>xs:int</dialTimeoutSec>
<announcementType>xs:int</announcementType>
</makeCall>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<makeCallResponse xmlns="http://sdk.bt.com/2007/07/Session/ThirdPartyCall">
<callId>xs:string</callId>
</makeCallResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<sendMessage xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<recipientUris>
<uri>xs:anyURI</uri>
<uri>xs:anyURI</uri>
</recipientUris>
<from>xs:string</from>
<messageText>xs:string</messageText>
</sendMessage>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<sendMessageResponse xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<messageId>xs:string</messageId>
</sendMessageResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<sendMessageWithEventing xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<recipientUris>
<uri>xs:anyURI</uri>
<uri>xs:anyURI</uri>
</recipientUris>
<from>xs:string</from>
<messageText>xs:string</messageText>
<url>xs:anyURI</url>
</sendMessageWithEventing>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<sendMessageWithEventingResponse xmlns="http://sdk.bt.com/2007/07/Messaging/OneWay">
<messageId>xs:string</messageId>
</sendMessageWithEventingResponse>
</soap:Body>
</soap:Envelope>
endCall(), getCallInformation(), makeCall()
calledParty, callingParty, destinationUri, participantUri, senderUri, uri, url, getMessageDeliveryStatuses(), getReceivedMessages(), inviteParticipant(), makeCall(), sendMessage(), sendMessageWithEventing()
receiveTime, startTime, getCallInformation(), getConferenceInfo(), getParticipantInfo(), getParticipants(), getReceivedMessages()
announcementType, clearedCount, dialTimeoutSec, duration, numberOfParticipants, clearReceivedMessages(), getCallInformation(), getConferenceInfo(), inviteParticipant(), makeCall()
callId, conferenceId, from, keyword, messageId, messageText, participantId, status, clearReceivedMessages(), createConference(), disconnectParticipant(), endCall(), endConference(), getCallInformation(), getConferenceInfo(), getMessageDeliveryStatuses(), getParticipantInfo(), getParticipants(), getReceivedMessages(), inviteParticipant(), makeCall(), sendMessage(), sendMessageWithEventing()