Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with Webservices
Message
From
13/04/2006 04:46:49
 
 
To
28/03/2006 10:41:45
General information
Forum:
ASP.NET
Category:
Web Services
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01108381
Message ID:
01113290
Views:
15
Hi,
May be throwing an exception. Try:
try {
EnvioSMS.CellMessage mensaje = new logs.EnvioSMS.CellMessage();
Resultado=mensaje.EnviaMensaje("B","3162324246",Mensaje);
}
catch (Exception ex){
MessageBox.Show("error"); // This code not execute.
// check ex
}
>I've a webservices but when i Try consumer that webservices the next line code not execute. mi code is this:
>
>EnvioSMS.CellMessage mensaje = new logs.EnvioSMS.CellMessage();
>Resultado=mensaje.EnviaMensaje("B","3162324246",Mensaje);
>MessageBox.Show("error"); // This code not execute.
>
>if (Resultado==null)
> {
> MessageBox.Show("Fallo el Envio de mensajes");
> }
Previous
Reply
Map
View

Click here to load this message in the networking platform