nullpointerexception after MWS fix6 installation

Hi,

I’m getting the error below when calling a web service on the Integration Server. This is happening after the installation of MWS 8.0.2 fix 6.
Has anyone experienced this?

Thanks
Bruno

java.lang.NullPointerException
at electric.http.HTTPMessage.writeCookies(HTTPMessage.java:306)
at electric.http.HTTPMessage.send(HTTPMessage.java:119)
at electric.soap.http.reference.SOAPToHTTP.invoke(SOAPToHTTP.java:190)
at electric.soap.http.reference.SOAPToHTTP.handle(SOAPToHTTP.java:136)
at electric.soap.references.logging.LoggingSOAPReference.handle(LoggingSOAPReference.java:57)
at electric.jaxrpc.handler.JAXRPCReference.handle(JAXRPCReference.java:76)
at com.webMethods.soap.module.SOAPModuleReference.handle(SOAPModuleReference.java:70)
at electric.soap.references.interceptor.InterceptorSOAPReference.handle(InterceptorSOAPReference.java:69)
at electric.soap.java.reference.JavaToSOAP.handle(JavaToSOAP.java:72)
at electric.soap.java.reference.JavaToSOAP.invoke(JavaToSOAP.java:238)
at electric.soap.java.reference.JavaToSOAP.invoke(JavaToSOAP.java:165)
at electric.proxy.handler.Proxy.invoke(Proxy.java:126)
at $Proxy99.newVDFNetOutage(Unknown Source)

Hi,

This has nothing to do with the fix.
It was a bug on the WS endpoint address.

Bruno