新的肥皂 - 网络服务链接不起作用

时间:2014-02-04 14:26:23

标签: java soap soapui

此链接假设为您提供股票报价:

http://www.webservicex.net/stockquote.asmx?op=GetQuote

但是,当您单击调用按钮时,我收到以下错误:

  

System.IO.IOException:磁盘上没有足够的空间。

     

at System.IO .__ Error.WinIOError(Int32 errorCode,String   maybeFullPath)在System.IO.FileStream.WriteCore(Byte []缓冲区,   Int32偏移量,Int32计数)at   System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)at   System.IO.FileStream.Dispose(布尔处理)at   System.IO.StreamWriter.Dispose中的System.IO.Stream.Close()(布尔值   处理)在System.IO.TextWriter.Dispose()处   Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters   options,String [] sources)at   Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters   options,String [] sources)at   System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters   options,String [] sources)at   System.Xml.Serialization.Compiler.Compile(程序集父级,字符串ns,   XmlSerializerCompilerParameters xmlParameters,证据证据)
  在System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping []   xmlMappings,Type [] types,String defaultNamespace,Evidence evidence,   XmlSerializerCompilerParameters参数,Assembly assembly,   Hashtable程序集)   System.Xml.Serialization.TempAssembly..ctor(XmlMapping [] xmlMappings,   键入[]类型,字符串defaultNamespace,字符串位置,证据   证据)   System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping []   映射,类型类型)at   System.Web.Services.Protocols.XmlReturn.GetInitializers(LogicalMethodInfo []   methodInfos)at   System.Web.Services.Protocols.XmlReturnWriter.GetInitializers(LogicalMethodInfo []   methodInfos)at   System.Web.Services.Protocols.MimeFormatter.GetInitializers(Type type,   LogicalMethodInfo [] methodInfos)at   System.Web.Services.Protocols.HttpServerType..ctor(Type type)at   System.Web.Services.Protocols.HttpServerProtocol.Initialize()at   System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,   HttpContext上下文,HttpRequest请求,HttpResponse响应,   布尔和放大器; abortProcessing)

我在2台不同的计算机和2个不同的位置试过这个,但是我得到了同样的错误 我甚至在该页面上尝试过其他Web服务示例,并且所有Web服务都会出现相同的错误。

1 个答案:

答案 0 :(得分:0)

有问题的服务器磁盘空间不足。

如果您只想要一个通用的SOAP服务进行测试,请尝试使用此WSDL - http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL