Forum Discussion

mkaplan's avatar
mkaplan
Occasional Contributor
12 years ago

Currency Convertor Disk Space

Hi everyone,

I'm using the Currency Convertor wsdl in Soapui and it was working earlier this week (didn't try it yesterday), and now when I even try to run a simple request of EUR to SEK I get a huge error message. Here is the first line of the error message: "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.IOException: There is not enough space on the disk.". I figure it's not on my part but on the server side. My question is: does anyone know when this error might be fixed or if it will be fixed? If it's not going to be fixed, does anyone has a suggestion to an alternative web service?

Thanks!
Michael

4 Replies

  • mkaplan's avatar
    mkaplan
    Occasional Contributor
    Hi everyone,

    Just responding to let everyone know that the Currency Convertor wsdl is working again.
  • amitaks2's avatar
    amitaks2
    New Contributor
    Hi I am consuming webservice http://www.webservicex.net/CurrencyConvertor.asmx?WSDL in soap project but throws a error like below:

    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <soap:Fault>
    <faultcode>soap:Server</faultcode>
    <faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.IOException: There is not enough space on the disk.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
    at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
    at System.IO.FileStream.Dispose(Boolean disposing)
    at System.IO.Stream.Close()
    at System.IO.StreamWriter.Dispose(Boolean disposing)
    at System.IO.TextWriter.Dispose()
    at 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(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
    at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
    at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
    at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings, Type type)
    at System.Web.Services.Protocols.SoapServerType..ctor(Type type, WebServiceProtocols protocolsSupported)
    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean&amp; abortProcessing)
    --- End of inner exception stack trace ---</faultstring>
    <detail/>
    </soap:Fault>
    </soap:Body>
    </soap:Envelope>


    Does any one know about the root cause for it?

    -Amit
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    Hi, this is again an internal error at service side
    call the provider of the service for more information