Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error with Webservices
Message
De
13/04/2006 04:46:49
 
 
À
28/03/2006 10:41:45
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01108381
Message ID:
01113290
Vues:
14
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");
> }
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform