Re: having problems with SOAP attachments

2004-11-17 Thread Rafael Gomez
/related stuff? I don't understand it as I can't see any use of 'mime:part' in the binding in the wsdl. Did you also use wsdl2java to generate stubs for the client? Rgds, -R Jason Boehle wrote: Hi all, I'm having some problems getting SOAP attachments working in my webs

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
I figured out what it was. It turned out to have absolutely nothing to do with attachments. Dan's suggestion of checking the logs proved fruitful. >From my schema: And from the message being sent by the client: 27 unsignedInt and int don't match :) Now off to see if I can see the attachment

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
Jason Boehle wrote: You might want to take a look at http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html The gist of the article is that you shouldn't bother trying to specify attachments in the WSDL. The client must be told to via some other mechanism than WSDL that attachments are requir

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
> You might want to take a look at > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html > > The gist of the article is that you shouldn't bother trying to specify > attachments in the WSDL. The client must be told to via some other > mechanism than WSDL that attachments are required.

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
Jason Boehle wrote: Anyone? What do I need to add to my WSDL to make this work with Axis 1.1? -Jason You might want to take a look at http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html The gist of the article is that you shouldn't bother trying to specify attachments in the WSDL. The

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
Anyone? What do I need to add to my WSDL to make this work with Axis 1.1? -Jason On Thu, 21 Oct 2004 11:29:01 -0500, Jason Boehle <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having some problems getting SOAP attachments working in my > webservice, and was wond

having problems with SOAP attachments

2004-10-21 Thread Jason Boehle
Hi all, I'm having some problems getting SOAP attachments working in my webservice, and was wondering Here are the relevant snippets from the WSDL: ~~~ http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema&quo

Re: Byte arrays in SOAP attachments.

2004-04-09 Thread Davanum Srinivas
does both foo() and bar() work with 1.2Beta? If either fails, please open a bug report. thanks, dims --- Stuart Barlow <[EMAIL PROTECTED]> wrote: > Is there any news on this one? > > Joshua Scott Emmons wrote: > > This has been discussed here before, most completely at > > http://www.mail-arch

Re: Byte arrays in SOAP attachments.

2004-04-09 Thread Stuart Barlow
Is there any news on this one? Joshua Scott Emmons wrote: This has been discussed here before, most completely at http://www.mail-archive.com/[EMAIL PROTECTED]/msg12463.html but it seems we haven't been able to come to a resolve. Can someone state definitively what the "proper" way to send byte ar

SOAP Attachments 1.1 vs 1.2

2004-03-30 Thread Gareth Western
Hiya, Could someone point out the differences between the specifications for SOAP Attachments v1.1 and 1.2? Thanks! ~Gareth

axis support for soap attachments in doc/literal

2004-03-17 Thread Wei Hsu
Hi all,   Has anyone here had any experience working with attachments for a document literal service in AXIS?  Also, how does SOAP with attachment for AXIS stack up with attachment support in Apache SOAP?  Really appreciate any insights you can give.  Thanks!   Wei

Byte arrays in SOAP attachments.

2004-02-04 Thread Joshua Scott Emmons
This has been discussed here before, most completely at http://www.mail-archive.com/[EMAIL PROTECTED]/msg12463.html but it seems we haven't been able to come to a resolve. Can someone state definitively what the "proper" way to send byte arrays in a soap attachment via axis is? Everyone seems to

soap attachments performance

2004-01-28 Thread Milen Evtimov
Hi list, I'm playing with soap attachments in dime format using axis. I want to measure performance between soap implementation and custom implementation i.e sending binary fail over http. In my test case soap is about twise slower then plain http. Could someone point mi a way of incre

SOAP Attachments

2003-05-30 Thread Joachim Schneider
I'd like to do a web service usin SOAP Attachments, the Java signature for the web service should be something like: class Response { String name; Dataholder image; // attachment Dataholder id_image; // attachment } Response getData(String id); Using java2wsdl I ge

Questions about SOAP Attachments

2002-09-17 Thread Vikas Manocha
Hi Axis Users, I am working on the design of a SOAP based web service in which the service will need to send large amounts of text data as part of the response. From what I have read so far, SOAP attachments is one way to accomplish this. gzip can be used to to compress the attachment before

Re: Exceptions in Sending SOAP Attachments

2002-03-31 Thread Mark Volkmann
27;t offer any help there. - Original Message - From: Li Bing To: AXIS-USER ; [EMAIL PROTECTED] Cc: Li Bing Sent: Sunday, March 31, 2002 2:56 AM Subject: Exceptions in Sending SOAP Attachments Dear Mark and all,   Sorry to bother you again! I don't know why I

Exceptions in Sending SOAP Attachments

2002-03-31 Thread Li Bing
Dear Mark and all,   Sorry to bother you again! I don't know why I got stuck again whwen tring to run the sample of SOAP Attachment. Do you have the book, Professional Java Web Services? I am now following the book to learn Web Services.   In the part of Axis, it says it is possible to send