In Soap UI, I am calling the web service
http://www.webservicex .net/CurrencyConvert or.asmx?WSDL
But I am getting the following error:
<faultstring>Sy stem.Web.Servic es.Protocols.So apException: Server was unable to process request. ---> System.IO.IOExc eption: There is not enough space on the disk.
at System.IO.__Err or.WinIOError(I nt32 errorCode, String maybeFullPath)
at System.IO.FileS tream.WriteCore (Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileS tream.FlushWrit e(Boolean calledFromFinal izer)
at System.IO.FileS tream.Dispose(B oolean disposing)
at System.IO.Strea m.Close()
at System.IO.Strea mWriter.Dispose (Boolean disposing)
at System.IO.TextW riter.Dispose()
at Microsoft.CShar p.CSharpCodeGen erator.FromSour ceBatch(Compile rParameters options, String[] sources)
at Microsoft.CShar p.CSharpCodeGen erator.System.C odeDom.Compiler .ICodeCompiler. CompileAssembly FromSourceBatch (CompilerParame ters options, String[] sources)
at System.CodeDom. Compiler.CodeDo mProvider.Compi leAssemblyFromS ource(CompilerP arameters options, String[] sources)
at System.Xml.Seri alization.Compi ler.Compile(Ass embly parent, String ns, XmlSerializerCo mpilerParameter s xmlParameters, Evidence evidence)
at System.Xml.Seri alization.TempA ssembly.Generat eAssembly(XmlMa pping[] xmlMappings, Type[] types, String defaultNamespac e, Evidence evidence, XmlSerializerCo mpilerParameter s parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Seri alization.TempA ssembly..ctor(X mlMapping[] xmlMappings, Type[] types, String defaultNamespac e, String location, Evidence evidence)
at System.Xml.Seri alization.XmlSe rializer.FromMa ppings(XmlMappi ng[] mappings, Type type)
at System.Web.Serv ices.Protocols. SoapServerType. .ctor(Type type, WebServiceProto cols protocolsSuppor ted)
at System.Web.Serv ices.Protocols. SoapServerProto col.Initialize( )
at System.Web.Serv ices.Protocols. ServerProtocolF actory.Create(T ype type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing )
Please any one help me out
http://www.webservicex .net/CurrencyConvert or.asmx?WSDL
But I am getting the following error:
<faultstring>Sy stem.Web.Servic es.Protocols.So apException: Server was unable to process request. ---> System.IO.IOExc eption: There is not enough space on the disk.
at System.IO.__Err or.WinIOError(I nt32 errorCode, String maybeFullPath)
at System.IO.FileS tream.WriteCore (Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileS tream.FlushWrit e(Boolean calledFromFinal izer)
at System.IO.FileS tream.Dispose(B oolean disposing)
at System.IO.Strea m.Close()
at System.IO.Strea mWriter.Dispose (Boolean disposing)
at System.IO.TextW riter.Dispose()
at Microsoft.CShar p.CSharpCodeGen erator.FromSour ceBatch(Compile rParameters options, String[] sources)
at Microsoft.CShar p.CSharpCodeGen erator.System.C odeDom.Compiler .ICodeCompiler. CompileAssembly FromSourceBatch (CompilerParame ters options, String[] sources)
at System.CodeDom. Compiler.CodeDo mProvider.Compi leAssemblyFromS ource(CompilerP arameters options, String[] sources)
at System.Xml.Seri alization.Compi ler.Compile(Ass embly parent, String ns, XmlSerializerCo mpilerParameter s xmlParameters, Evidence evidence)
at System.Xml.Seri alization.TempA ssembly.Generat eAssembly(XmlMa pping[] xmlMappings, Type[] types, String defaultNamespac e, Evidence evidence, XmlSerializerCo mpilerParameter s parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Seri alization.TempA ssembly..ctor(X mlMapping[] xmlMappings, Type[] types, String defaultNamespac e, String location, Evidence evidence)
at System.Xml.Seri alization.XmlSe rializer.FromMa ppings(XmlMappi ng[] mappings, Type type)
at System.Web.Serv ices.Protocols. SoapServerType. .ctor(Type type, WebServiceProto cols protocolsSuppor ted)
at System.Web.Serv ices.Protocols. SoapServerProto col.Initialize( )
at System.Web.Serv ices.Protocols. ServerProtocolF actory.Create(T ype type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing )
Please any one help me out
Comment