Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. This may be a bit late but I thought I'd write...

    This may be a bit late but I thought I'd write something here to show how to solve this problem.

    The problem is caused by using the wrong SOAP version. You are trying to make a request to a SOAP...
  2. Replies
    18
    Views
    42,737

    Hi, I've come across this problem with...

    Hi,

    I've come across this problem with properties files for spring at various times.

    I had the default set up for resolving error messages with the message.properties file in my...
  3. Replies
    4
    Views
    1,000

    I see, that makes sense, Sorry I didn't...

    I see,

    that makes sense, Sorry I didn't realize this was what the ant task was for!

    I thought this would have already been implemented and that I was missing something.

    Many thanks

    John.
  4. Replies
    4
    Views
    1,000

    Yeah, thats cool. I've used Castor on the client...

    Yeah, thats cool. I've used Castor on the client side and guess it is possible to marshal xml to objects on the server using the same, but I still need to manually create the mapping file. If I could...
  5. Replies
    4
    Views
    1,000

    automatic end point marshalling

    Hi,

    I have successfully implemented spring ws services and clients and found it cumbersome to create end point marshaling using XPath or parsing the Elements and Nodes directly.

    Spring ws does...
  6. Hi, I have returned to this problem but still...

    Hi,

    I have returned to this problem but still can't solve it.

    Has anyone else encountered the same thing?

    Any help would be much appreciated.

    Many thanks
  7. Ah! got it! I wasn't passing my Castor mapped...

    Ah! got it!

    I wasn't passing my Castor mapped object in, so the client was trying to parse a null!

    code now looks like this



    webServiceTemplate.marshalSendAndReceive(myValueObject, new...
  8. Hi, I solved it, here's my code, although...

    Hi,

    I solved it,

    here's my code, although now I have a problem with the Castor Marshaller



    webServiceTemplate.marshalSendAndReceive(new WebServiceMessageCallback() {
  9. Spring WS Client - add authentication details to the header

    Hi,

    I'm trying to add some simple credentials to my soap header using the Spring WS Client.

    I have read this thread - http://forum.springframework.org/showthread.php?t=47876

    but still none...
  10. what name space values do you have in your .xsd...

    what name space values do you have in your .xsd schema header? I see you locationURI and targetNamespace values in your spring-ws-servlet.xml are different.

    I have had no end of problems with...
  11. Look at the endorsed/included jar files already...

    Look at the endorsed/included jar files already in your Weblogic distribution. You may find conflict there. I would build with Maven first to be sure you have the correct dependencies in your build....
  12. Replies
    4
    Views
    1,269

    Hi, I revisted this problem and have now...

    Hi,

    I revisted this problem and have now solved it, was just a case of an incorrect url in my spring-ws-servlet.xml hence it wasn't generating the correct wsdl for me.

    Many thanks for your...
  13. parsing XPaths for node elements gives same element value

    Hi,

    I have a problem which I think is something to do with my schema or how I get the Element value of a set of nodes.

    My schema generates the wsdl and allows me to make a request for a set of...
  14. Replies
    1
    Views
    1,247

    Doh! I need a PayloadValidationInterceptor: ...

    Doh!

    I need a PayloadValidationInterceptor:



    <bean id="validatingInterceptor" class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
    ...
  15. Replies
    1
    Views
    1,247

    Patterns and restrictions in xsd

    Hi,

    I've got my Spring-ws project working just fine but I can't seem to get the restrictions and patterns to validate the SOAP request. For example I have a very simple example which accepts a...
  16. Replies
    4
    Views
    1,269

    Hi, so, does that mean my WSDL is correct? I...

    Hi,

    so, does that mean my WSDL is correct? I just have to ensure the url of the service endpoint is correct?

    John.
  17. Replies
    4
    Views
    1,269

    Got a WSDL but can't invoke a service

    Hi,

    I have managed to over come the parser problem, see this thread

    http://forum.springframework.org/showthread.php?p=152242#post152242

    I am now in a situation where I can see the generated...
  18. Replies
    4
    Views
    1,481

    Hi girish I have had exactly the same problem....

    Hi girish

    I have had exactly the same problem. I don't know whether you have solved it but I shall tell you anyhow.

    Basically you are using an older version of tomcat with J2SE 1.4 and you have...
  19. 1.4 or 1.5? I read in this thread that I...

    1.4 or 1.5?

    I read in this thread that I J2SE1.5 will do, which is what I am using.

    http://forum.java.sun.com/thread.jspa?threadID=642441&messageID=3814740

    Namely this post:

    "The Sun...
  20. Is it true to say that Spring-ws will only work...

    Is it true to say that Spring-ws will only work with tomcat 5.5 and above?
  21. Hi, I have the same xerces version in...

    Hi,

    I have the same xerces version in commons/endorsed as I do in my app. If I roll back to the old xerces I had in my tomcat I get -

    java.lang.NoSuchMethodError:...
  22. Cannot get Spring-ws to work - dependancy problem

    Hi,

    I've been trying for months now to get Spring-ws to work but it's just not doing what it is supposed to.

    I have followed the tutorial many times, it builds but then complains about...
  23. Replies
    3
    Views
    1,795

    Not sure if you guys have solved your problem I...

    Not sure if you guys have solved your problem I had a similar issue when trying to implement the ShaPasswordEncoder to work with my user credentials migrated from an older db.

    My passwords were...
  24. Replies
    1
    Views
    856

    Sorry, should have read the doc more closely -...

    Sorry, should have read the doc more closely - lol

    My User object now implements UserDetails

    my UserDAO implements UserDetailsService

    my acegiSecurityContext.xml uses the UserDAO instead of...
  25. Replies
    1
    Views
    856

    Acegi and session object containers

    Hi there,

    I'm rebuilding and old web application using Spring-mvc and acegi. So far we have all the business logic implemented and bound together using core spring. We have now started...
Results 1 to 25 of 55
Page 1 of 3 1 2 3