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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -