B
Blueparty
I am working on Java client for .NET web service.I've managed to consume
some services from
http://www.webservicex.net
It is pretty straightforward and works.
My ultimate goal is to rplace .NET agent that connects to a service
maintained by particular provider.
Provider offers communication via Microsoft DataSet types. I understud
that Dataset can not be accepted by Java, because it is Microsoft
specific. I am supposed to recommend an alternative data structure which
Java can understand.
The data is list of "records", each contains strings, dates, integer and
floats. I suppose that Java could deal with some kind of array of
objects of certain class. Does it need to be declared as fixed size array ?
Is there anywhere a similar service I could test (write client for it) ?
The service should be free, and deal with some general topics, so I
could understand what it does. I've found some very specific stock
exchange and financial services, but I was not able to understand what
they do, what kind of input is required and what is the result.
Post some links, if you know, please.
B
some services from
http://www.webservicex.net
It is pretty straightforward and works.
My ultimate goal is to rplace .NET agent that connects to a service
maintained by particular provider.
Provider offers communication via Microsoft DataSet types. I understud
that Dataset can not be accepted by Java, because it is Microsoft
specific. I am supposed to recommend an alternative data structure which
Java can understand.
The data is list of "records", each contains strings, dates, integer and
floats. I suppose that Java could deal with some kind of array of
objects of certain class. Does it need to be declared as fixed size array ?
Is there anywhere a similar service I could test (write client for it) ?
The service should be free, and deal with some general topics, so I
could understand what it does. I've found some very specific stock
exchange and financial services, but I was not able to understand what
they do, what kind of input is required and what is the result.
Post some links, if you know, please.
B