Could someone please give an example of when the above
class would be used? I don't understand its purpose.
Thanks!
__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
Suppose I have an object of type Pkg.ClassName which I
have written a Serializer for. I want to pass this
object as an input parm to a SOAP call. Should my
request look like this:
xyz
123
or this:
xyz
123
or neither of the above?
Thanks!
If I'm writing a service on a Server, how do I access
the header entries sent with the request? I
understand how to set them and retrieve them on the
Client side, but I don't see how the individual
methods on my provider can do the same.
Thanks!
_