Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uttesh/jax-ws-provider-based-endpoints

Simple JAX-WS provider webservice implemetation, as we know this type implementation is required only when there is huge xml file data input, JAXB will be performance pain for huge xml data.
https://github.com/uttesh/jax-ws-provider-based-endpoints

Last synced: about 7 hours ago
JSON representation

Simple JAX-WS provider webservice implemetation, as we know this type implementation is required only when there is huge xml file data input, JAXB will be performance pain for huge xml data.

Awesome Lists containing this project

README

        

JAX-WS-Provider-Based-Endpoints
===============================

Simple JAX-WS provider webservice implemetation, as we know this type implementation is required only when there is huge xml file data input, JAXB will be performance pain for huge xml data.

Why Webservice Provider?



As we know SEI webservices are easy to implement and maintain, but fails on xml data parsing for huge data in soap message.

checkout the reference on web service provider basic information in below link

http://docs.oracle.com/cd/E24329_01/web.1211/e24965/provider.htm#WSADV191

How To implemet the Provider Service



We have to use @webserviceprovider annotation instead of @webservice, and @serverMode as SOAP/PAYLOAD. provider wont be having wsdl by default we have to write manual wsdl and xsd file, wegen tool won't help generation as well for webservice
provider end point service.

sample URL: http://localhost:8080/wsprovider/secure/soap/SimpleProviderService?wsdl