Search:

Type: Posts; User: SavitaSingh; Keyword(s):

Search: Search took 0.02 seconds.

  1. Expose SOAP(Spring WS) web Service as REST

    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...
  2. XML declaration is not added in SOAP Reponse

    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/>
    ...
  3. Replies
    0
    Views
    791

    SOAP over JMS in Spring WS 2.0

    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">
    ...
  4. This is resolved, we do not need to cast response...

    This is resolved, we do not need to cast response back to JAXB object.

    public JAXBElement<ImportAccountingCalculationResponse> importAccCalDetails(Import import,
    SoapHeader header) {
    change this...
  5. SoapHeader in Endpoint class

    Hi,

    I am unable to read SoapHeader value in my endpoint class.
    Please help

    Below thread has all teh details:...
  6. Unable to read SoapHeader in Endpoint class

    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:...
Results 1 to 6 of 6