Derek Paring
Derek Paring

Reputation: 119

Sample Java or .NET application that uses web services?

I'm setting up an environment and am going to be doing some transactional application performance monitoring. In my environment, I want to install an application (thick or thin client), that uses web services (i.e. XML over SOAP). I'm having no luck in finding any freeware or something simple.

Does anyone know of any? Thanks.

Upvotes: 0

Views: 183

Answers (1)

rbrayb
rbrayb

Reputation: 46753

Not exactly sure what you are asking here?

Do you just want a pre-built client that accesses a public web service? Or do you want a client that accesses an internal web service (which would imply that the URL needs to be a parameter)?

XMethods contains a list of publicly accessible SOAP web services, some of which have clients e.g. Currency Exchange Rate.

If you have the ability to roll your own, Netbeans has a list of pre configured web services under the Services tab, XMethods has a number of tutorials or there are many examples of code supplied e.g. A simple SOAP client

Upvotes: 1

Related Questions