Inquiridor
Erro { Possível versão incompatível do SOAP }

Pergunta
-
Boa tarde,
Tenho um WebService desenvolvido em uma linguagem proprietária (ADVPL), derivada de clipper, e está funcionando corretamente. Estou criando uma aplicação em Vb.Net que precisa consumir esse WebService. Eu adicionei a URL do mesmo como referência e ele foi encontrado e devidamente adicionado às referências do projeto, porém, quando tento executar um dos webmethods, o sistema retorna a seguinte mensagem de erro:
System.Web.Services.Protocols.SoapException was unhandled
Actor=""
Lang=""
Message="Possível versão incompatível do SOAP: espaço para nome de Envelope http://schemas.xmlsoap.org/wsdl/ inesperado. Esperado: http://schemas.xmlsoap.org/soap/envelope/."
Node=""
Role=""
Source="System.Web.Services"
StackTrace:
em System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
em System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
em LinkRMProtheus.erp_desenv.TITULOS.TITEXISTE(String PREF, String NUM, String PARC, String TIPO, String CLIFOR, String LOJA) na C:\Documents and Settings\microsiga\Meus documentos\Visual Studio 2008\Projects\LinkRMProtheus\LinkRMProtheus\Web References\erp-desenv\Reference.vb:linha 394
em LinkRMProtheus.formBase.GeraFinProtheus() na C:\Documents and Settings\microsiga\Meus documentos\Visual Studio 2008\Projects\LinkRMProtheus\LinkRMProtheus\formBase.vb:linha 774
em LinkRMProtheus.formBase.btnProcessar_Click(Object sender, EventArgs e) na C:\Documents and Settings\microsiga\Meus documentos\Visual Studio 2008\Projects\LinkRMProtheus\LinkRMProtheus\formBase.vb:linha 608
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
em System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
em System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
em System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
em System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
em System.Windows.Forms.Application.Run(ApplicationContext context)
em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
em LinkRMProtheus.My.MyApplication.Main(String[] Args) na 17d14f5c-a337-4978-8281-53493378c1071.vb:linha 81
em System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
em System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
em Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
em System.Threading.ThreadHelper.ThreadStart_Context(Object state)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
em System.Threading.ThreadHelper.ThreadStart()
InnerException:Alguém pode me ajudar?
Desde já agradeço!!
Leandro Nunes