You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Steve Pruitt <SP...@exstream.com> on 2004/02/09 17:00:00 UTC

JAX-RPC with attachments question

I have a service that needs to return xml and an attachment, the xml contains some meta-information about the attachment.  I am using the jax-rpc api.  My question is how to return both an xml document and an attachment.  I can see how to return one or the other, but not both.
 
Can someone point me to a good example, I can't find one.
 
Thanks,
 
-Steve Pruitt

Re: JAX-RPC with attachments question

Posted by Anna Bikkina <an...@pinksheets.com>.
Can you please point me to the example that returns xml document. I am 
searching for it.

Thanks,
Anna.

On Monday 09 February 2004 11:00 am, Steve Pruitt wrote:
> I have a service that needs to return xml and an attachment, the xml
> contains some meta-information about the attachment.  I am using the
> jax-rpc api.  My question is how to return both an xml document and an
> attachment.  I can see how to return one or the other, but not both.
>
> Can someone point me to a good example, I can't find one.
>
> Thanks,
>
> -Steve Pruitt