-
Jun 2nd, 2008, 09:54 PM
#1
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,
-
Jun 3rd, 2008, 12:57 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules