web services - Unsupported Media Type error in SoapUI -


i checked of kind of problems in stackoverflow met. couldn't match mine.

  • so, wanna test webservice soapui.
  • in wsdl link there no type definiton inputs (it says string. wants loginname, username , password).
  • and have real inputs check it, on right side of request window there sentence: "the server cannot service request because media type unsupported." in every test.
  • i checked raw tabs, content-types text/xml;charset=utf-8 , think should too.
  • and during test, using first soap.

this problem can what? web browser? client? internet settings? should do?

note: tried trial webservices found webservicex.net, test them without error...


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -