Activity › Forums › Salesforce® Discussions › What is JAX-WS API in Salesforce?
Tagged: Javascript Library, JAX-WS, JAX-WS API, Salesforce APIs, Salesforce Enterprise API, Salesforce SOAP API, SOAP elements, SOAP Message, SOAPBinding, WebMethod, Webservice, WSDL
-
What is JAX-WS API in Salesforce?
Posted by suniti on July 11, 2018 at 1:21 PMWhat is JAX-WS API in Salesforce?
Aman replied 7 years, 7 months ago 6 Members · 5 Replies -
5 Replies
-
Hello Suniti
JAX-WS is a library (API) used for doing SOAP communication with Java.
- [adinserter block='9']
-
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
-
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.
-
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 -
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.