RE: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Stickley, Jim
: Re: AW: How do you pass an XML document between Axis and .Net Client? The issue isn't about passing a simple number, what I'd like to figure out how to do is to pass a large XML document from/to axis to/from the client. If anybody has a straightforward way to do this (RPC or Messagin

Re: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-31 Thread Robert Evans
The issue isn't about passing a simple number, what I'd like to figure out how to do is to pass a large XML document from/to axis to/from the client. If anybody has a straightforward way to do this (RPC or Messaging) I would really appreciate the example being shown. I'm sure this isn't diff

Re: AW: How do you pass an XML document between Axis and .Net Client?

2002-05-30 Thread Andrew Vardeman
But I guess what I'm confused about is why you don't just write a messaging client that manually adds this element to the request: 8 and then sucks the returned XML out of the SOAP Body? Seems so much more straightforward... Andrew At 05:25 PM 5/30/2002 +0200, you wrote: >Hi, > >I have some