Well, following the model folks are suggesting for sending XML documents via RPC, you could XML-encode the .VRML and send it as a string. If you really wanted to, you could Base64-encode the JPG and do the same thing. That would be kinda silly though, since the SOAP spec allows MIME attachments to be sent following the SOAP Envelope. Inside the SOAP Envelope, you reference the file that's included as a MIME attachment. According to the User's Guide, Axis has preliminary support for SOAP With Attachments. See the attachments/ directory in the Axis samples.
Andrew At 12:04 PM 5/31/2002 -0300, you wrote: >Hi Everybody! > >I'd like to know if it's possible to pass a .VRML or .JPG documents too. >Have you had this experience!? > >Thank's a lot, > >____________________ >Cilas de Freitas >From: Curitiba - Pr - Brazil