CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

[URGENT] The remote server returned an error: (503) Server Unavailable

edited Jun 5, 2012 9:59PM in CRM On Demand - Web Services Integration (MOSC) 1 commentAnswered
 Hi All,
Im using vb.net to write a web services. After couple of days the stress test on all the function, my exception catch sometimes is return the error message as a title but sometimes is not, why is this problems? Please advice.

Below is the coding to connect on the crmod server and this sample code is provided from oracle webservices sample code,

Public Sub Establish()

If Not sessionId Is Nothing Then
Destroy()
End If

' create a container for an HTTP request
Dim req As HttpWebRequest

req = WebRequest.Create(GetLogInURL())

'username and password are passed as HTTP headers

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center