FishEye: Tag 3850 refers to a dead (removed) revision in file `WS/TAPI/SMSserviceSoap.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: WS/TAPI/SMSMessageSingle.cls.xml
===================================================================
diff -u -r2588 -r3850
--- WS/TAPI/SMSMessageSingle.cls.xml (.../SMSMessageSingle.cls.xml) (revision 2588)
+++ WS/TAPI/SMSMessageSingle.cls.xml (.../SMSMessageSingle.cls.xml) (revision 3850)
@@ -71,9 +71,13 @@
Set $ZT=""
Set Status="Error message: "_$ZE
Set Body=Status_$$$CRLF
- Set:isObject(..Parent.Creator) Body=Body_$$$CRLF_"SMS Creator:"_..Parent.Creator.Naam
- Set From="SMSGateway@vanhoecke.be"
- Set Subj="SMS ERROR report (ID="_..Parent.%Id()_")"
+ If ($IsObject(..Parent.Creator)){
+ Set Body=Body_$$$CRLF_"SMS Creator:"_..Parent.Creator.Naam
+ Set Subj="SMS ERROR report (ID="_..Parent.%Id()_")"
+ }Else{
+ Set Subj="Fout bij verzenden van SMS naar "_ ..Recipient_ " met inhoud : "_$C(13,10)_..Message
+ }
+ Set From="SMSGateway@vanhoecke.be"
Set To=$LB("pv@vanhoecke.be","itadmin@vanhoecke.be")
Do SendMiniMail^vhLib(From,To,Subj,Body,,,,,)
Quit
@@ -83,45 +87,11 @@
1
Recipient:%String,Message:%String
+%Status
Index: WS/TAPI/SMSClient.cls.xml
===================================================================
diff -u
--- WS/TAPI/SMSClient.cls.xml (revision 0)
+++ WS/TAPI/SMSClient.cls.xml (revision 3850)
@@ -0,0 +1,43 @@
+
+
+
+%SOAP.WebClient
+0
+
+
+
+This is the URL used to access the web service.
+http://tapi/csp/admin1/WS.TAPI.SMSService.cls
+
+
+
+
+This is the namespace used by the Service
+http://www.vanhoecke.be
+
+
+
+
+This is the name of the Service
+WS.TAPI.SMSService
+
+
+
+1
+Recipient:%String,Message:%String
+1
+%String
+1
+document
+literal
+
+
+
+