Hi,
I have implemented SOAP Web service using Spring WS, now need to expose same services as REST (JSON). What are the options to expose SOAP as REST also.
1) Do i need to include both Spring...
Type: Posts; User: SavitaSingh; Keyword(s):
Hi,
I have implemented SOAP Web service using Spring WS, now need to expose same services as REST (JSON). What are the options to expose SOAP as REST also.
1) Do i need to include both Spring...
Hi,
I am using Spring WebService 3.0 and response is looking like this:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
...
Hi,
I am trying to transport web service over JMS
In the web service below conf is defined
<bean class="org.springframework.jms.listener.DefaultMessageListenerContainer">
...
This is resolved, we do not need to cast response back to JAXB object.
public JAXBElement<ImportAccountingCalculationResponse> importAccCalDetails(Import import,
SoapHeader header) {
change this...
Hi,
I am unable to read SoapHeader value in my endpoint class.
Please help
Below thread has all teh details:...
Hi,
I am using spring WS 2.0 and wanted to read the soapheader in my endpoint class.
I am getting below error "No adapter for endpoint" :
HTTP/1.1 500 Internal Server Error
Server:...