Results 1 to 2 of 2

Thread: Old-style (non-WSDL) Web Service

  1. #1
    Join Date
    Mar 2007
    Posts
    23

    Default Old-style (non-WSDL) Web Service

    Guys,
    I was given just the schema file and an URL to point to, and no WSDL. The guy even replied "WS-what?" when I asked him the WSDL.

    A friend of mine told me it's the "old-style" Web Service, simply HTTP POSTs containing XML SOAP in the body. How do I access such service in Spring WS? Thanks in advance.

  2. #2

    Default

    You don't need a wsdl to access web services with spring-ws. All you need to do is to feed your WebServiceTemplate with the uri of the service either by setting the defaultUri property or by invoking one of the send* methods (or marshallSend*) that accepts one.
    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
  •