Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


MailUp web services register the IP address of the computer calling, and therefore support calls to web services for that specific console, only if coming from that very address. If the caller's IP address changes, WSActivation web service must be called again.

Sample WSActivation response

 
Code Block
1
language
2
html/xml
3<DateOfRequest>2008
linenumbers
4
5
6
7
8
9
10
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<WS_Activation>
<WS_Name> WS_MailUpImport </WS_Name>
true
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<WS_Activation>
<WS_Name> WS_MailUpImport </WS_Name>
<DateOfRequest>2008-01-16</
DateOfRequest>
<User>admin</User>
DateOfRequest>
<User>admin</User>
</WS_
Activation>
Activation>
</
mailupBody>
mailupBody>
</mailupMessage >

ReturnCodes

CodeDescription
0request execution succeeded
-2ws name has not been specified (1)
-4user name has not been specified (1)
-8password has not been specified (1)
-16nl url has not been specified (1)
-1000unrecognized error
-1001the account is not valid
-1002the password is not valid
-1003suspended account
-1004inactive account
-1005expired account
-1006the web service is not enabled
-1007the web service is not active
-1008the web service is already active
-1009web service activation error
-1010IP registration error


(1) ReturnCode can be a combination of these



 

(1) ReturnCode can be a combination of these

...