Forum Discussion

ChaosEvoker's avatar
ChaosEvoker
New Contributor
16 years ago

SOAP Monitor Authorization Interferance

Hello. I searched the forums and was unable to find an answer to my WebService issue.

I'm trying to monitor WebService activity using HTTP Tunnel mode in the SOAP Monitor. When I use this, it causes all the calls I send to return with "Authorization must be provided" even though there is authorization information stored in the call. As far as I can guess, the tunnel is not passing this information forward, causing the error. I haven't been able to figure out how to fix this. Does anyone know of a solution?

3 Replies

  • Hi!

    hm... what soapUI version / build are you using? What kind of authorization are you using? (basic?) Does it work when accessing the service directly from soapUI?

    regards!

    /Ole
    eviware.com
  • I'm using SOAP UI Basic 3.0.1, I authorize by typing a username/password into the appropriate fields in the call's request properties. The call works normally if I'm not using the SOAP Monitor.