Foros del Web » Programación para mayores de 30 ;) » .NET »

Problemas con Easerver

Estas en el tema de Problemas con Easerver en el foro de .NET en Foros del Web. Hola a todos, Tengo que enviar datos a un ente gubernamental y me dieron esta informacion, http://207.249.24.41:8080/AvaluosWS/services/AvaluosPort?wsdl Este servicio por lo que vi esta realizado ...
  #1 (permalink)  
Antiguo 26/11/2007, 11:58
 
Fecha de Ingreso: noviembre-2007
Mensajes: 8
Antigüedad: 16 años, 5 meses
Puntos: 0
Problemas con Easerver

Hola a todos,
Tengo que enviar datos a un ente gubernamental y me dieron esta informacion,
http://207.249.24.41:8080/AvaluosWS/services/AvaluosPort?wsdl
Este servicio por lo que vi esta realizado en Easerver, cuando levantar esta webreference en .Net la levanta bien y la crea pero no la compila ni arma nada. Creo que no la esta reconociendo.
No tengo mucha experiencia en .Net solo hice algunos servicios para enviar y recibir .xml pero generalmente ponia el webreference y luego solo llamaba a la funcion y ya.. aca no sucede lo mismo.
Por favor si alguien me puede dar una mano con esto se lo agradezco!!

saludos.

agrego informacion,
aparentemente el problema es este:

Namespace shfservice

'<remarks/>
'CODEGEN: The operation binding 'getAvaluos' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
'CODEGEN: The operation binding 'getCambios' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
'CODEGEN: The operation binding 'getCancelados' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
'CODEGEN: The operation binding 'getMes' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
<System.Diagnostics.DebuggerStepThroughAttribute() , _
System.ComponentModel.DesignerCategoryAttribute("c ode"), _
System.Web.Services.WebServiceBindingAttribute(Nam e:="AvaluosBinding", [Namespace]:="urn:m15.AvaluosPortType")> _
Public Class AvaluosService
Inherits System.Web.Services.Protocols.SoapHttpClientProtoc ol

'<remarks/>
Public Sub New()
MyBase.New
Me.Url = "http://207.249.24.41:8080/AvaluosWS/services/AvaluosPort"
End Sub
End Class
End Namespace

a alguien se le ocurre algo?

Última edición por div72; 26/11/2007 a las 12:37 Razón: agrego informacion
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:25.