Information
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
QueryJobInfoByJobCaption
Mit dieser Funktion können Sie alle Nachrichten (SMS-Antworten und Nachrichten an Mietnummer) ab dem Startdatum und einem Filterkriterium in der JobCaption abfragen.
Optionale Parameter: ( diese können Sie in der URL ( GET ) oder als POST paramter mitangeben)
DateTimeFormat: Link
Globalization: RequestEncoding = utf-8, ResponseEncoding = utf-8, Culture = en-US
Test
Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.SOAP 1.1
Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /gateway/Information.asmx HTTP/1.1 Host: www.smscreator.de Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.smscreator.de/gateway/QueryJobInfoByJobCaption" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <QueryJobInfoByJobCaption xmlns="http://www.smscreator.de/gateway"> <User>string</User> <Password>string</Password> <Caption>string</Caption> </QueryJobInfoByJobCaption> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <QueryJobInfoByJobCaptionResponse xmlns="http://www.smscreator.de/gateway"> <QueryJobInfoByJobCaptionResult> <StatusCode>None or Ok or InvalidUser or AccountLocked or IPLock or DatabaseError</StatusCode> <Value> <Job> <Id>int</Id> <CustId>int</CustId> <Typ>AbsenderUeberAusland or Flash or SmallLogo or PicSMS or RingTone or Standart or UDH or Bookmark or VCARD1 or VCARD2 or PICTURE or EMSSOUND or EMSANIMATION or EMSBITMAP or BigLogo or StandartDeliveryNotification or StandartLongSMS or HighQuality or HighQualityLong or MMS or NoSenderAusland or EMAIL or Festnetz or StandartClass0 or HLR</Typ> <Sender>string</Sender> <Caption>string</Caption> <Text>string</Text> <Status>None or Offen or InBearbeitung or ZuWenigKontingent or Storno or Fehler or Spam or Erledigt</Status> <SMSTotal>int</SMSTotal> <SMSTransferd>int</SMSTransferd> <FavoredDate>dateTime</FavoredDate> <SendDate>dateTime</SendDate> <CreateDate>dateTime</CreateDate> <Recipient>string</Recipient> <Amount>double</Amount> <BinDataTyp>None or Normal or BMP or JPG or GIF or NOL or PNG or MIDI or Rtttl or xml</BinDataTyp> <BinData>string</BinData> <Priority>int</Priority> <ChangedDate>dateTime</ChangedDate> <ChangedId>int</ChangedId> <TotalSequences>int</TotalSequences> </Job> <Report> <SMSReport xsi:nil="true" /> <SMSReport xsi:nil="true" /> </Report> <Log> <dbSMSLog xsi:nil="true" /> <dbSMSLog xsi:nil="true" /> </Log> <Received> <SMSReceived xsi:nil="true" /> <SMSReceived xsi:nil="true" /> </Received> <Status>None or Ok or JobNotFound</Status> </Value> </QueryJobInfoByJobCaptionResult> </QueryJobInfoByJobCaptionResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /gateway/Information.asmx HTTP/1.1 Host: www.smscreator.de Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <QueryJobInfoByJobCaption xmlns="http://www.smscreator.de/gateway"> <User>string</User> <Password>string</Password> <Caption>string</Caption> </QueryJobInfoByJobCaption> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <QueryJobInfoByJobCaptionResponse xmlns="http://www.smscreator.de/gateway"> <QueryJobInfoByJobCaptionResult> <StatusCode>None or Ok or InvalidUser or AccountLocked or IPLock or DatabaseError</StatusCode> <Value> <Job> <Id>int</Id> <CustId>int</CustId> <Typ>AbsenderUeberAusland or Flash or SmallLogo or PicSMS or RingTone or Standart or UDH or Bookmark or VCARD1 or VCARD2 or PICTURE or EMSSOUND or EMSANIMATION or EMSBITMAP or BigLogo or StandartDeliveryNotification or StandartLongSMS or HighQuality or HighQualityLong or MMS or NoSenderAusland or EMAIL or Festnetz or StandartClass0 or HLR</Typ> <Sender>string</Sender> <Caption>string</Caption> <Text>string</Text> <Status>None or Offen or InBearbeitung or ZuWenigKontingent or Storno or Fehler or Spam or Erledigt</Status> <SMSTotal>int</SMSTotal> <SMSTransferd>int</SMSTransferd> <FavoredDate>dateTime</FavoredDate> <SendDate>dateTime</SendDate> <CreateDate>dateTime</CreateDate> <Recipient>string</Recipient> <Amount>double</Amount> <BinDataTyp>None or Normal or BMP or JPG or GIF or NOL or PNG or MIDI or Rtttl or xml</BinDataTyp> <BinData>string</BinData> <Priority>int</Priority> <ChangedDate>dateTime</ChangedDate> <ChangedId>int</ChangedId> <TotalSequences>int</TotalSequences> </Job> <Report> <SMSReport xsi:nil="true" /> <SMSReport xsi:nil="true" /> </Report> <Log> <dbSMSLog xsi:nil="true" /> <dbSMSLog xsi:nil="true" /> </Log> <Received> <SMSReceived xsi:nil="true" /> <SMSReceived xsi:nil="true" /> </Received> <Status>None or Ok or JobNotFound</Status> </Value> </QueryJobInfoByJobCaptionResult> </QueryJobInfoByJobCaptionResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
Folgendes ist eine Beispielanforderung und -antwort für HTTP GET. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
GET /gateway/Information.asmx/QueryJobInfoByJobCaption?User=string&Password=string&Caption=string HTTP/1.1 Host: www.smscreator.de
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <SOAPResponseOfSMSJobInfo xmlns="http://www.smscreator.de/gateway"> <StatusCode>None or Ok or InvalidUser or AccountLocked or IPLock or DatabaseError</StatusCode> <Value> <Job> <Id>int</Id> <CustId>int</CustId> <Typ>AbsenderUeberAusland or Flash or SmallLogo or PicSMS or RingTone or Standart or UDH or Bookmark or VCARD1 or VCARD2 or PICTURE or EMSSOUND or EMSANIMATION or EMSBITMAP or BigLogo or StandartDeliveryNotification or StandartLongSMS or HighQuality or HighQualityLong or MMS or NoSenderAusland or EMAIL or Festnetz or StandartClass0 or HLR</Typ> <Sender>string</Sender> <Caption>string</Caption> <Text>string</Text> <Status>None or Offen or InBearbeitung or ZuWenigKontingent or Storno or Fehler or Spam or Erledigt</Status> <SMSTotal>int</SMSTotal> <SMSTransferd>int</SMSTransferd> <FavoredDate>dateTime</FavoredDate> <SendDate>dateTime</SendDate> <CreateDate>dateTime</CreateDate> <Recipient>string</Recipient> <Amount>double</Amount> <BinDataTyp>None or Normal or BMP or JPG or GIF or NOL or PNG or MIDI or Rtttl or xml</BinDataTyp> <BinData>string</BinData> <Priority>int</Priority> <ChangedDate>dateTime</ChangedDate> <ChangedId>int</ChangedId> <TotalSequences>int</TotalSequences> </Job> <Report> <SMSReport> <Id>int</Id> <Recipient>string</Recipient> <JobId>int</JobId> <Status>string</Status> <Date>dateTime</Date> <MsgCode>int</MsgCode> <MsgText>string</MsgText> <DoneDate>dateTime</DoneDate> <DoneDateTimeZoneOffset>int</DoneDateTimeZoneOffset> <Sequence>int</Sequence> <Caption>string</Caption> <CreateDate>dateTime</CreateDate> </SMSReport> <SMSReport> <Id>int</Id> <Recipient>string</Recipient> <JobId>int</JobId> <Status>string</Status> <Date>dateTime</Date> <MsgCode>int</MsgCode> <MsgText>string</MsgText> <DoneDate>dateTime</DoneDate> <DoneDateTimeZoneOffset>int</DoneDateTimeZoneOffset> <Sequence>int</Sequence> <Caption>string</Caption> <CreateDate>dateTime</CreateDate> </SMSReport> </Report> <Log> <dbSMSLog> <Id>int</Id> <CustId>int</CustId> <JobId>int</JobId> <Priorety>Info or Normal or Warn or Crtitical</Priorety> <Caption>string</Caption> <Text>string</Text> <CreateDate>dateTime</CreateDate> </dbSMSLog> <dbSMSLog> <Id>int</Id> <CustId>int</CustId> <JobId>int</JobId> <Priorety>Info or Normal or Warn or Crtitical</Priorety> <Caption>string</Caption> <Text>string</Text> <CreateDate>dateTime</CreateDate> </dbSMSLog> </Log> <Received> <SMSReceived> <JobId>int</JobId> <Sender>string</Sender> <Text>string</Text> <Date>dateTime</Date> <PDU>string</PDU> <Caption>string</Caption> </SMSReceived> <SMSReceived> <JobId>int</JobId> <Sender>string</Sender> <Text>string</Text> <Date>dateTime</Date> <PDU>string</PDU> <Caption>string</Caption> </SMSReceived> </Received> <Status>None or Ok or JobNotFound</Status> </Value> </SOAPResponseOfSMSJobInfo>
HTTP POST
Folgendes ist eine Beispielanforderung und -antwort für HTTP POST. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
POST /gateway/Information.asmx/QueryJobInfoByJobCaption HTTP/1.1 Host: www.smscreator.de Content-Type: application/x-www-form-urlencoded Content-Length: length User=string&Password=string&Caption=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <SOAPResponseOfSMSJobInfo xmlns="http://www.smscreator.de/gateway"> <StatusCode>None or Ok or InvalidUser or AccountLocked or IPLock or DatabaseError</StatusCode> <Value> <Job> <Id>int</Id> <CustId>int</CustId> <Typ>AbsenderUeberAusland or Flash or SmallLogo or PicSMS or RingTone or Standart or UDH or Bookmark or VCARD1 or VCARD2 or PICTURE or EMSSOUND or EMSANIMATION or EMSBITMAP or BigLogo or StandartDeliveryNotification or StandartLongSMS or HighQuality or HighQualityLong or MMS or NoSenderAusland or EMAIL or Festnetz or StandartClass0 or HLR</Typ> <Sender>string</Sender> <Caption>string</Caption> <Text>string</Text> <Status>None or Offen or InBearbeitung or ZuWenigKontingent or Storno or Fehler or Spam or Erledigt</Status> <SMSTotal>int</SMSTotal> <SMSTransferd>int</SMSTransferd> <FavoredDate>dateTime</FavoredDate> <SendDate>dateTime</SendDate> <CreateDate>dateTime</CreateDate> <Recipient>string</Recipient> <Amount>double</Amount> <BinDataTyp>None or Normal or BMP or JPG or GIF or NOL or PNG or MIDI or Rtttl or xml</BinDataTyp> <BinData>string</BinData> <Priority>int</Priority> <ChangedDate>dateTime</ChangedDate> <ChangedId>int</ChangedId> <TotalSequences>int</TotalSequences> </Job> <Report> <SMSReport> <Id>int</Id> <Recipient>string</Recipient> <JobId>int</JobId> <Status>string</Status> <Date>dateTime</Date> <MsgCode>int</MsgCode> <MsgText>string</MsgText> <DoneDate>dateTime</DoneDate> <DoneDateTimeZoneOffset>int</DoneDateTimeZoneOffset> <Sequence>int</Sequence> <Caption>string</Caption> <CreateDate>dateTime</CreateDate> </SMSReport> <SMSReport> <Id>int</Id> <Recipient>string</Recipient> <JobId>int</JobId> <Status>string</Status> <Date>dateTime</Date> <MsgCode>int</MsgCode> <MsgText>string</MsgText> <DoneDate>dateTime</DoneDate> <DoneDateTimeZoneOffset>int</DoneDateTimeZoneOffset> <Sequence>int</Sequence> <Caption>string</Caption> <CreateDate>dateTime</CreateDate> </SMSReport> </Report> <Log> <dbSMSLog> <Id>int</Id> <CustId>int</CustId> <JobId>int</JobId> <Priorety>Info or Normal or Warn or Crtitical</Priorety> <Caption>string</Caption> <Text>string</Text> <CreateDate>dateTime</CreateDate> </dbSMSLog> <dbSMSLog> <Id>int</Id> <CustId>int</CustId> <JobId>int</JobId> <Priorety>Info or Normal or Warn or Crtitical</Priorety> <Caption>string</Caption> <Text>string</Text> <CreateDate>dateTime</CreateDate> </dbSMSLog> </Log> <Received> <SMSReceived> <JobId>int</JobId> <Sender>string</Sender> <Text>string</Text> <Date>dateTime</Date> <PDU>string</PDU> <Caption>string</Caption> </SMSReceived> <SMSReceived> <JobId>int</JobId> <Sender>string</Sender> <Text>string</Text> <Date>dateTime</Date> <PDU>string</PDU> <Caption>string</Caption> </SMSReceived> </Received> <Status>None or Ok or JobNotFound</Status> </Value> </SOAPResponseOfSMSJobInfo>