SAAJ.jar API that was available externally before ... has been integrated with JDK 1.6 .
However higher releases are still available outside .
Difference between Endpoint and EndpointReference
Endpoint is the URL where your service can be accessed.
EndPointReference is a reference to itself.
check out here >> https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/twbs_wsa_eprs_jaxws.html
EPR is mostly used locally by a WebService.
Why WS-Addressing is needed ?
It is a transport neutral way to address WebService For more info check out on web .
How to generate Faults in SOAP ?
There are two types of SOAP faults .
1) modeled - Exception are mapped to WSDL:fault tag
2) Unmodeled - Run time exceptions
However higher releases are still available outside .
Difference between Endpoint and EndpointReference
Endpoint is the URL where your service can be accessed.
EndPointReference is a reference to itself.
check out here >> https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.0.0/com.ibm.websphere.nd.doc/info/ae/ae/twbs_wsa_eprs_jaxws.html
EPR is mostly used locally by a WebService.
Why WS-Addressing is needed ?
It is a transport neutral way to address WebService For more info check out on web .
How to generate Faults in SOAP ?
There are two types of SOAP faults .
1) modeled - Exception are mapped to WSDL:fault tag
2) Unmodeled - Run time exceptions
SOAPFaultException
and RuntimeException
messages are returned
No comments:
Post a Comment