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...
Type: Posts; User: sulabhapw; Keyword(s):
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...
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...
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...
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:...
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...
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.
This has been resolved..the configuration file & xsd file was not proper.
This issue has been resolved. My service class was returnign strign instead of response DTO.
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...
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...
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...
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:...
The wsdl attached in the last message, does not have soapaction. Can that be teh issue?
I have used PayloadRootQNameEndpointMapping as below:
Any help???
Hi,
I have written simple web service using PayloadRootQNameEndpointMapping. Wsdl has generated as below
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions...
This was classpath issue, the rest of teh spring jars were not present in web-inf/lib dir.
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:...
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,...
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?
...