|
-
June 7th, 2010, 08:21 AM
#2
Re: get XML string returned by web service in java
If you type "java consume web service" about 25,000,000 results pop up showing you, with code even, how to consume a web service. There are two main ways that people do this: using JaxWS (a third party, open source, solution), or by using some of the following Java classes, already there in the SDK:
javax.xml.rpc.Service
javax.xml.rpc.ServiceFactory
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
|
Click Here to Expand Forum to Full Width
|