Ooops, it wasn't a problem with Axis, it was MySQL... issue resolved.
- Original Message -
From: "Josh Kropf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 10:16 PM
Subject: attachment max size
> How does one change the maxi
How does one change the maximum size of atachments in Axis. My web service
fails when attaching a relatively large file cause some internal limit is
passed.
Is it possible to configure a handler chain in the wsdd file to only run for
a specified method? I want to have a hnadler chain that parses attachments
in a message but it only needs to run for say the "getFile" method of the
service.
--
Is it possible to configure a handler chain to only
process messages destine for a specific operation (method) of the web
service?
Thanks,
Josh
Maurizio,
I am assuming since
you are working with attachments in your .NET client you are using the WSE 1.0
for .NET. Have you had any issues when sending the soap request to Axis? I seem
to be having difficulties getting Axis to accept the request sent from the C#
client derived from the
There actually isn't
any xsd mapping for the DataHandler. Some MIME savvy implementations actually
generate MIME sections in the description of the response in the WSDL, however
getting this to interpolate is proving to be less than
trivial.
The best way I have
found so far is to manually
MessageContext.getMessageContext()
-Original Message-
From: bin [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 31, 2003 3:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Session Management
if u take a look at samples.userguide.example4.LogHandler you will see u
have to implement invoke( Messa
E type to
> "application/octet-stream", but that failed with the
> same error.
>
> Is there any way to, say, map "audio/x-wav" to
> javax.sound.sampled.Clip? Or at least to map
> "application/octet-stream" to a DataHandler?
>
>Mark
>
&
Mark,
I have investigtated slightly this matter of MIME mention in WSDL code. Just
for fun, I created a web service in BEA Weblogic that returned a DataHandler
since this is the automatic method to attach files apparently. The WSDL BEA
creates for this class DOES have a MIME section in the operati
Norris,
Have you had success with consuming an Axis web service with .NET WSE 1.0
using attachments? I had issues with Axis not accepting all the extra Nodes
.NET places in it's SOAP envelope request.
-Original Message-
From: Norris Merritt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Januar
n't have other platforms to test on.
The W3C WSDL 1.1 Note shows a MIME binding that
supports attachments, but poking around on the
Xmethods website, I didn't run across any WSDL that
shows the MIME binding. If vender interoperability
for attachments just isn't there yet, that would
esn't mention the file that I return as an
attachment. Should I revise the WSDL by hand
so that the binding includes something like this:
Do I need some sort of mime stuff in the binding
section for my server to work with a variety of
clients?
Mark
--- Josh Kro
Mark,
After working with Axis for a while then migrating to BEA Weblogic, I have
found that the best way to attach files is to do it through handlers.
However it's equaly as viable to do it in your Web Service for example:
Message message = MessageContext.getCurrentContext().getResponseMessage();
Hi
All
I am working on a
project where my intent is to make a web service that can be consumed by
multiple platforms. I am currently using the latest version of Axis (1.1beta).
My Web Service also attaches files to the SOAP message.
The main non-Java
platform I have been playing with is
14 matches
Mail list logo