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
|