VOOZH about

URL: https://www.javacodegeeks.com/tag/soap

⇱ SOAP Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMarch 30th, 2026
    0 111

    Get Raw XML from SOAP in Java

    SOAP (Simple Object Access Protocol) is widely used in enterprise applications for communication between services. While working with SOAP-based systems…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jailson EvoraApril 3rd, 2020
    0 1,295

    Invoking Secure WCF SOAP Service using SoapUI – Part 1, The service

    In this saga divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek KothariApril 15th, 2019
    0 376

    Web Services Interview Questions and Answers

    In this post we cover almost every portion of the concept of Web services that you need to be familiar…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arpit AggarwalJuly 18th, 2016
    7 1,769

    Writing and Consuming SOAP Webservice with Spring

    In the era of RESTful Web Services, I got a chance to consume SOAP Web Service. To do the same…

    Read More »
  • Software Development👁 Image
    Alvin ReyesApril 26th, 2016
    0 520

    SOAP Web Services

    What is SOAP according to W3C Definition “SOAP is a lightweight protocol intended for exchanging structured information in a decentralised,…

    Read More »
  • Enterprise Java👁 Image
    Abhimanyu PrasadFebruary 23rd, 2016
    1 592

    Contract First SOAP Service with Spring and Maven

    1. Introduction In this tutorial, we will learn to implement a contract-first SOAP service application using JAX-WS, Spring and Maven.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 2nd, 2015
    0 112

    Do you really understand @WebService ?

    SOAP web services are not cutting edge technology by any means – although it still has it’s place, REST based…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    PushpalankaMarch 10th, 2014
    6 1,339

    Signing SOAP Messages – Generation of Enveloped XML Signatures

    Digital signing is a widely used mechanism to make digital contents authentic. By producing a digital signature for some content,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Koen SerneelsNovember 6th, 2013
    0 1,963

    Building a SOAP Webservices Proxy Module using Spring Webservices

    Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close