2

We are on Maximo 7.5

I have created and deployed a web service in Maximo. I can load the wsdl of the service in the browser, however when I try to import it into SOAPUI, I get a "java.lang.Exception: Failed to load url;"

When I try to access the service directly by using https://testurl:7003/meaweb/service/TestService, the browser pops up a dialog requesting username and password and shows an Error 401--Unauthorized error even when I pass the credentials that I successfully use to login to Maximo UI.

Can you please advise if there is any issue with the setup?

Thanks in advance.

Ashok Kumar Jayaraman
  • 2,887
  • 2
  • 32
  • 40
user2732988
  • 71
  • 3
  • 12

1 Answers1

1

Try the following:

Download the wsdl from browser and save it in your local system.

Now import that saved wsdl to SoapUI.

Rao
  • 20,781
  • 11
  • 57
  • 77