java - soap header issues <wsse:Security> header -


so, i've been given wsdl link through have consume soap services.as i'm running java code exception : exception in thread "main" javax.xml.ws.soap.soapfaultexception: error discovered processing header after trying testsuit soupui i'm receiving same error ns1:invalidsecurity error discovered processing <wsse:security> header i'm pretty new soap web services.can please guide me steps how add headers in java code authentication. thank :)

okay have fixed issue had manually add custom headers request message. had detach previous header , append custom header request message. hope next time getting type of exception may this.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -