Search:

Type: Posts; User: Thibault.B; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    699

    Hi, Can you post your config file ?

    Hi,

    Can you post your config file ?
  2. Replacing null properties by "" with the Jaxb2Marshaller

    Hi everybody, (sorry for my poor english)

    I face a problem in the project I am working on, my webservice makes request in a database which can return null. I fill objects properties with these...
  3. Yep, no need to extends, I got my problem fixed,...

    Yep, no need to extends, I got my problem fixed, sorry guyrs, see http://forum.springsource.org/showthread.php?t=75747 if you have this kind of problem.

    thanks portlet2 for taking time to answer!
  4. Replies
    6
    Views
    1,691

    Yes there is a reason, I forgot to speak about...

    Yes there is a reason, I forgot to speak about that:

    at first I just had this:


    <bean id="Validating"...
  5. Replies
    6
    Views
    1,691

    Thank you, yes I finally understand how the...

    Thank you, yes I finally understand how the PayloadLoggingInterceptor works, by declaring this bean in spring-ws-servlet.xml:


    <bean id="Validating"...
  6. BUG:Can not override handleRequest in a class which extends PayloadLoggingInterceptor

    Hi everybody,

    I wrote a class which extends PayloadLoggingInterceptor, and I can ovveride every single method of PayloadLoggingInterceptor except handleRequest() and I really can't see why. I...
  7. Got it fixed, in my pom.xml (this is a maven...

    Got it fixed, in my pom.xml (this is a maven project), I have to specify the scope of the javax.activation dépendency:



    <dependency>
    <groupId>javax.activation</groupId>...
  8. Problem with war : javax/activation/DataSource not found!

    Hi everybody,

    I wrote a WS using spring-ws which work perfectly using SOAPUI or a java client when deployed on my local TOMCAT server but I have a problem, it works perfectly only if my pom.xml...
  9. Replies
    6
    Views
    1,691

    I found a solution for my problem (not the best...

    I found a solution for my problem (not the best solution IMO but is efficient for what I had to do):

    In my Endpoint, I build the XML by marshaling my request object (which is exactly the opposite...
  10. Replies
    6
    Views
    1,691

    How to save the XML Request

    Hi everybody,

    I have a little problem: for the project I am working on, I need to save incoming requests but for what I understand the requests are unmarshalled as soon as they are intercepted by...
  11. DefaultWsdl11Definition and default namespace

    Hi everybody,

    I am using DefaultWsdl11Definition to generate a wsdl from a xsd schema (which works perfectly) but I would like to change the default namespace:



    <wsdl:definitions...
  12. Replies
    1
    Views
    1,104

    Got it, was simple if you are aware of spring...

    Got it, was simple if you are aware of spring config, here is the code:



    <bean id="utilisateur"
    class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
    <property name="schema"...
  13. Replies
    1
    Views
    1,104

    Setting SoapActions in generated WSDL

    Hi guys,

    In my WebService, I generate wsdl from an xsd file:


    <bean id="utilisateur"
    class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
    <property name="schema"...
  14. Replies
    2
    Views
    1,226

    Client code

    Here is the client code:


    public void customSendAndReceive() {
    StreamSource source = new StreamSource(new StringReader(MESSAGE));
    StreamResult result = new StreamResult(System.out);...
  15. Replies
    2
    Views
    1,226

    Hi guys, sorry for my english... I just...

    Hi guys, sorry for my english...

    I just decided to post here because after passing 2 days debugging, I finally admit that I need some help. I am a beginner in Java and Spring and don't find a lot...
  16. Replies
    2
    Views
    1,226

    Servlet Error

    First, a useless post because I can't post a thread with URL if this is my first post....
Results 1 to 16 of 17