|
Hi; I
am new to web services and so I’m at a loss as to the best way to design
a Web Services interface for our reporting package. Basically the package has 2
input files and a couple of settings and generates an output file. For the
architecture of this I have a couple of questions: 1b)
I can see the request as being either a set of variables (parameters) with a
return variable (RPC) – or – as an input SOAP message with some
attributes and 2 attachments that returns an attachment (the attachments being
all data from a stream – that is not necessarily a file). 1c)
And if the answer is not RPC, which of the other 3 axis supported protocols
should I use? (And it’s critical that the solution I use is supported by
C# and preferably by most other development environments.) 3)
Does an ArrayList serialize to an array (ie a []) in the SOAP data passed? |
