Results 1 to 2 of 2

Thread: Spring WS client

  1. #1
    Join Date
    Nov 2007
    Posts
    122

    Default Spring WS client

    Hi,
    Did any one used ws-client for accessing non-java/spring webservices ?
    I know spring-ws doesn't use wsdl at all, my client is giving wsdl and not sure how to use WebServiceTemplate to access that webservice??

    Any help is appreciated.


    Regards
    Harshi,

  2. #2

    Default

    There is nothing special to do to invoke non java or non Spring web services.
    You can extract the uri of the web service from the provided wsdl. Then, you can feed the uri to your WebServiceTemplate once and for all using the defaultUri property or you can specify it at each invocation, depending on the the send* (or marshallSend*) method you use.
    I suggest you consult the reference doc for more details.
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •