![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
|||
|
|||
|
en este tema,,,,,,,,
Miren aqui esta la solucion amigos.
Gracias. En el WebService esto: Código:
[WebMethod(Description="Servicio de prueba 2")]
public string Mensajito(string param1,string param2,out string [] H )
{
H = new string[3]; //{"s","ss","sss"};
H[0] = "ws";
H[1] = "ws1";
H[2] = "ws2";
// intente asi, pero no// return String.Format("{0} {1} {2}", H[0], H[1], H[2]);
return null;
}
Código:
private void button3_Click(object sender, EventArgs e)
{
localhostPut.Service Str = new PruebaWS.localhostPut.Service();
string[] arreglo = new string[3];
Str.Mensajito("D", "D", out arreglo);
label2.Text = arreglo[2];
}
Gracias! |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Porque GetLocaleFormatSettings siempre retorna dd.MM.yyyy | QuarkBcn | API de Windows | 2 | 11-10-2007 13:43:05 |
| Saber cual es el error cuando FileWrite retorna -1 | abracadabra | Varios | 1 | 16-11-2006 01:44:18 |
| Funcion de Que Retorna una Cadena | Abel Garcia | Firebird e Interbase | 4 | 23-07-2005 10:30:02 |
| QRPrinter.PrintSetup no retorna la cantidad de copias | orfeo | Impresión | 1 | 17-02-2004 20:01:46 |
|