472,125 Members | 1,418 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,125 software developers and data experts.

Soap UI web service testing - Error

In Soap UI, I am calling the web service
http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

But I am getting the following error:

<faultstring>System.Web.Services.Protocols.SoapExc eption: 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.FromSourceBat ch(CompilerParameters options, String[] sources)
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDo m.Compiler.ICodeCompiler.CompileAssemblyFromSource Batch(CompilerParameters options, String[] sources)
at System.CodeDom.Compiler.CodeDomProvider.CompileAss emblyFromSource(CompilerParameters options, String[] sources)
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAsse mbly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMapping s(XmlMapping[] mappings, Type type)
at System.Web.Services.Protocols.SoapServerType..ctor (Type type, WebServiceProtocols protocolsSupported)
at System.Web.Services.Protocols.SoapServerProtocol.I nitialize()
at System.Web.Services.Protocols.ServerProtocolFactor y.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)

Please any one help me out
Apr 2 '13 #1
11 6415
r035198x
13,262 8TB
Again, your error message says you have run out of disk space. Do you not trust that the server is telling you the truth when it says "There is not enough space on the disk."?
Apr 2 '13 #2
But I have enough space in my disk....I have checked that also.
Apr 2 '13 #3
r035198x
13,262 8TB
Check the right disk, probably the server disk not the client computer disk.
Apr 2 '13 #4
See I have used two diff web service calls:

1. http://www.webservicex.net/globalweather.asmx?WSDL
2. http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

I am getting the same error.
Its cracking my head....
Apr 2 '13 #5
r035198x
13,262 8TB
Where are the services deployed? Did you check the disk space on those servers?
Apr 2 '13 #6
Can u pls tell me how to check the disk space on server? Becoz they are free API's available in net
Apr 2 '13 #7
r035198x
13,262 8TB
So you don't own the webservices? So how did you determine that they have NOT run out of space? They are giving you an error message which says that the server on which they are running is getting an out of disk space error. If you don't own those services then there's nothing you can do about it.
Apr 2 '13 #8
Ya I understand the exact thing....

Can u pls share some Soap URL's because I am new to this and it will be great help to me.

Thanks in advance
Apr 3 '13 #9
r035198x
13,262 8TB
Share some soap URLs? For what services? Just do a google search if you are looking for free services e.g search for "free currency convertor"
Apr 3 '13 #10
I am getting the response for other web services call. The problem is with the server space.

Thanks Dude
Apr 4 '13 #11
jehaje
1
@ShyamalaBaskar
When you use the demo project for this webservice in soapui, then the assertion to check the result (rates) is causing the error. When you disable the assertion in soapui, then the webservice works. I had the same error and after doing so, no error was shown. Still, this is only a workaround, the webservice should work with assertion in soapui offcourse.
Apr 5 '13 #12

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by pcouas | last post: by
reply views Thread by Rob Frohwein | last post: by
1 post views Thread by Rob Frohwein | last post: by
2 posts views Thread by Rob Frohwein | last post: by
4 posts views Thread by Jason Richmeier | last post: by
2 posts views Thread by maansi.creations | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.