Soap UI web service testing - Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShyamalaBaskar
    New Member
    • Apr 2013
    • 8

    Soap UI web service testing - Error

    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
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    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."?

    Comment

    • ShyamalaBaskar
      New Member
      • Apr 2013
      • 8

      #3
      But I have enough space in my disk....I have checked that also.

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Check the right disk, probably the server disk not the client computer disk.

        Comment

        • ShyamalaBaskar
          New Member
          • Apr 2013
          • 8

          #5
          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....

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Where are the services deployed? Did you check the disk space on those servers?

            Comment

            • ShyamalaBaskar
              New Member
              • Apr 2013
              • 8

              #7
              Can u pls tell me how to check the disk space on server? Becoz they are free API's available in net

              Comment

              • r035198x
                MVP
                • Sep 2006
                • 13225

                #8
                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.

                Comment

                • ShyamalaBaskar
                  New Member
                  • Apr 2013
                  • 8

                  #9
                  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

                  Comment

                  • r035198x
                    MVP
                    • Sep 2006
                    • 13225

                    #10
                    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"

                    Comment

                    • ShyamalaBaskar
                      New Member
                      • Apr 2013
                      • 8

                      #11
                      I am getting the response for other web services call. The problem is with the server space.

                      Thanks Dude

                      Comment

                      • jehaje
                        New Member
                        • Apr 2013
                        • 1

                        #12
                        Webservice works without assertion

                        Originally posted by ShyamalaBaskar
                        I am getting the response for other web services call. The problem is with the server space.

                        Thanks Dude
                        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.

                        Comment

                        Working...