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

Problemas para generar codigo desde un wsdl

Estas en el tema de Problemas para generar codigo desde un wsdl en el foro de .NET en Foros del Web. Hola tengo qeu crear la web reference desde un wsdl, pero al generarlo me da un error y el codigo generado es: Option Strict Off ...
  #1 (permalink)  
Antiguo 27/11/2007, 07:51
 
Fecha de Ingreso: noviembre-2007
Mensajes: 8
Antigüedad: 16 años, 5 meses
Puntos: 0
Problemas para generar codigo desde un wsdl

Hola tengo qeu crear la web reference desde un wsdl, pero al generarlo me da un error y el codigo generado es:

Option Strict Off
Option Explicit On

Imports System
Imports System.ComponentModel
Imports System.Diagnostics
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Xml.Serialization

'
'This source code was auto-generated by Microsoft.VSDesigner, Version 1.1.4322.2407.
'
Namespace shfReference

'<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://shfapp:8080/AvaluosWS/services/AvaluosPort"
End Sub
End Class
End Namespace

Alguna idea de que pueda ser?
yo estoy trabajando con .Net 2003

saludos.

Última edición por div72; 27/11/2007 a las 07:53 Razón: agregado de informacion
  #2 (permalink)  
Antiguo 27/11/2007, 07:52
 
Fecha de Ingreso: noviembre-2007
Mensajes: 8
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Problemas para generar codigo desde un wsdl

El wsdl es http://207.249.24.41:8080/AvaluosWS/services/AvaluosPort?wsdl
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:31.