Activity Forums Salesforce® Discussions What is JAX-WS API in Salesforce?

  • Sanjana

    Member
    July 12, 2018 at 10:42 am

    Hello Suniti

    JAX-WS is a library (API)  used for doing SOAP communication with Java.

  • Parul

    Member
    September 15, 2018 at 5:19 am

    It contains code designed to help you begin using Apex API quickly with JAX-WS Reference Implementation i.e doing SOAP communication with Java easily.

     

     

    Thanks

  • shariq

    Member
    September 15, 2018 at 9:26 pm

    Hi,

    The Java API for XML Web Services (JAX-WS) is a Java programming language API for creating web services, particularly SOAP services. JAX-WS is one of the Java XML programming APIs.

    Hope this helps.

  • Anjali

    Member
    September 17, 2018 at 1:11 pm

    Hi Suniti

    JAX-WS is the new JCP standard API for web services.We can create SOAP web services using JAX-WS API

    Some of the important annotations used in JAX-WS API are:

    @WebService
    @SOAPBinding
    @WebMethod

     

  • Aman

    Member
    September 29, 2018 at 4:39 pm

    Hi,

    Salesforce.com is a hosting-based CRM solution for small businesses to large enterprises. It caught my interest last year when one of my clients wanted me to create a solution to sync up their Salesforce.com contacts with their MS Exchange server for all their sales team members in a centralized way, without installing Outlook plugin. I created the solution for the client using Salesforce Enterprise WSDL and MS Exchange WSDL. It was a really fun project for me since I learned a great deal about Salesforce.com Web Service API and the solution saved my client a lot of manual process time, about 80%. That’s a win-win. Before I created the solution for my client using Salesforce Enterprise API, I took a look at the Partner API realizing it is better than Enterprise API because my client will not need to rebuild the solution when they change their fields or metadata in their Salesforce. On the other hand, there is a time constraint so Enterprise API is used to save time.

    Thanks.

Log In to reply.

Popular Salesforce Blogs