AuthSchemaNotImplException

I am trying to run my SOAP transaction through our proxy and I get the above error.
The scheme not implemented is "Negotiate".
I have tried setting the realm, username etc but that does not work either. The proxy server in question is Microsoft Proxy.
While I can understand that the scheme is not implemented does anyone know of a workaround ?
Andrew

Andrew,
It is not clear to me...are you running OC4J behind the IIS proxy server? And, now you want to invoke a web services running on OC4J, right?
In that case just run oc4j like this.
java -Dhttp.proxyHost=<proxyname> -Dhttp.proxyPort=<port> -jar oc4j.jar
thanks
Venky Ravipati

Similar Messages

Maybe you are looking for