Search:

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

Search: Search took 0.02 seconds.

  1. Handling runtime sql exceptions and soap fault

    Hi,

    I am using endpoint interceptor to handle all runtime exceptions to translate into soap fault. I want to capture sql exceptions for failures in insert/update query and send some informative...
  2. Issue with different AplicationContext.xml files for service/domain/presentation tier

    Hi,

    I'm facing problem while accessing service bean in action classes. It is null even though it is initialised and being set (using setXXX() method).
    As a workaround I'm accessing service bean...
  3. Hi Paul, Even I have the same problem,...

    Hi Paul,

    Even I have the same problem, changing to PARENT_LAST for war module does not work.
    But strange part is configuring to PARENT_LAST used to generated wsdl dynamically with the latest...
  4. java.lang.NoSuchMethodError: javax/xml/bind/JAXBContext.newInstance

    Hi,

    I am using Jaxb2 marshaller for my web service. I could run the sample web service with this without any problems.
    But now its giving errror while creating bean "marshaller" and the error is:...
  5. Hi Arjen, This is not related to this...

    Hi Arjen,

    This is not related to this thread..I have a query about designing endpoints in
    spring web service.

    Typically there should be only endpoint in spring w/s that will...
  6. Thanks Arjen. It was my mistake. It created...

    Thanks Arjen.

    It was my mistake. It created DTOs with annotation. However my service class was retruning String instead of DTO, hence it was giving missing annotation error for String.
  7. This has been resolved..the configuration file &...

    This has been resolved..the configuration file & xsd file was not proper.
  8. This issue has been resolved. My service class...

    This issue has been resolved. My service class was returnign strign instead of response DTO.
  9. Help---unable to marshal type "java.lang.String" as an element because it is missing

    Hi,

    I am facing issue with Jaxb2Marshaller while testing the spring w/s with web service explorer in RAD.
    The exception is as below:


    [30/01/08 14:07:59:461 GMT] 00000029 SoapMessageDi W...
  10. Hi, I am getting the same exception with...

    Hi,

    I am getting the same exception with Jaxb2Marshaller as you had as below:



    I have created the DTO classes using xjc and it has not added @XmlRootElement annotation.
    Can you please tell...
  11. Thanks for the reply. Not sure why jvm was...

    Thanks for the reply.
    Not sure why jvm was giving error as with the same set of jars & configuration, I could deploy app ear yesterday.
    I could get rid of the error somehow. Some of the jaxb...
  12. Please Help.......Error creating bean with name 'marshaller'

    Hi,

    Can someone please help me to fix this error...I am gettign exception as below:

    I am using WAS6.1. Not sure if this is WAS issue?


    Caused by:...
  13. The wsdl attached in the last message, does not...

    The wsdl attached in the last message, does not have soapaction. Can that be teh issue?
    I have used PayloadRootQNameEndpointMapping as below:



    Any help???
  14. IWAB0135E An unexpected error has occurred when invoke webservice. 404 Not found

    Hi,

    I have written simple web service using PayloadRootQNameEndpointMapping. Wsdl has generated as below


    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions...
  15. This was classpath issue, the rest of teh spring...

    This was classpath issue, the rest of teh spring jars were not present in web-inf/lib dir.
  16. Thread: Tutorial

    by sulabhapw
    Replies
    23
    Views
    12,742

    Thanks Arjen. I was trying the example given in...

    Thanks Arjen.
    I was trying the example given in tutorial 1 with ant build file to create ear & deployed it to WAS6.
    When I'm accessing wsdl file from the localhost url, its giving me exception as:...
  17. Exception (Error 404: SRVE0203E: Servlet [spring-ws]) while accessing wsdl

    Hi,

    I am getting below exception while accessing wsdl deployed on localhost.

    Error 404: SRVE0203E: Servlet [spring-ws]: org.springframework.ws.transport.http.MessageDispatcherServlet was found,...
  18. Replies
    2
    Views
    9,855

    Creating DTOs from xsd

    I have very basic question on spring wen services as I have just started on it.

    I am writing simple web service using AbstractMarshallingPayloadEndpoint.
    How can I create DTos from xsd?
    ...
Results 1 to 18 of 18