About 591,000 results
Open links in new tab
  1. How to authenticate soap based java web services?

    Jul 23, 2011 · Learn how to authenticate SOAP-based Java web services effectively and securely using various methods and best practices.

  2. java - How to implement REST token-based authentication with …

    It is worthwhile to mention that if you are using token-based authentication, you are not relying on the standard Java EE web application security mechanisms offered by the servlet container …

  3. java - JAX-WS Consuming web service with WS-Security and WS …

    10 I'm trying to develop a standalone Java web service client with JAX-WS (Metro) that uses WS-Security with Username Token Authentication (Password digest, nonces and timestamp) and …

  4. java - Facing SoapFaultClientException while consuming SOAP …

    Dec 17, 2019 · at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181] So can we make change in package-info.java file generated by plugin jaxb2 while generating java classes …

  5. web services - Example of SOAP request authenticated with WS ...

    Aug 23, 2010 · I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working request looks like this. (The …

  6. java - How to add header to SOAP request? - Stack Overflow

    threw an unexpected exception: javax.xml.ws.soap.SOAPFaultException: Security Requirements not met - No Security header in message When I analized correct request sample I …

  7. java - Mutual-authentication with web services - Stack Overflow

    If the web service library uses the standard java.net.URL class as an HTTP client, you can set some system properties and the two-way authentication will be handled by the built-in HTTPS …

  8. How to create Password Digest for use with Web Service?

    I am trying to create a passwordDigest util which can be used in different environments which are capable of running java byte code. First of all I create nonce. It is done like so. public static

  9. How to go about web service security in Java - Stack Overflow

    Nov 2, 2008 · I want to expose a fairly rich web service to the world but the data are sensitive and it requires authentication from the current client (Flex), accessed via RPC. I definitely do not …

  10. Spring Boot: Add a specific HTTP header in a SOAP request based …

    I am exposing a SOAP web service using Spring Boot. This web service is secured using Web Service Security (WSS) which is configured with this security_policy.xml: …