Hi JS,
According to an message of november on your mailinglist, I have deleted the
namespace (in the WSSD file) and thanks this, Axis autogenerates the WSDL
without SOAPException (good) at
http://localhost:8080/axis/services/urn:EchoAttachmentsService?wsdl
Another information about this (than
This an example i use for my message style Web service. The webService wait
a DOM and response with another DOM and a binary attachment. I have added
several comments in the code following.
Hope this helps,
Cédric Carbone
Neopost France
ccabrainsoft.fr
Server side (the Web service) :
--
Hi James,
This is the URL in Axis CVS to download the stuff you search :
http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/encoding/
ser/castor/
I hope this URL help U.
Cheers,
Cedric Carbone
Neopost Industrie
[EMAIL PROTECTED]
-
For your information, i used, thanks an IB
n Axis 1.1.
Just some info to help prevent lost time. Take care,
Rick
-Original Message-----
From: Carbone Cedric [mailto:[EMAIL PROTECTED]
Sent: Monday, December 29, 2003 11:43 AM
To: [EMAIL PROTECTED]
Subject: Problem with the sample Attachment (Axis Java)
Hi all,
I have problems with
Hi all,
I have problems with Attachment sample in Axis 1.1 (Java).
For 3 days I have spent with the Attachment sample, I don't arrive to run it
:((
I need your help.
I saw on the mailling list the problem about namespace. According to an
message of november on your mailinglist, I have deleted the
Hi Mark,
I used, thanks an IBM tutorial, Castor XML into Axis, 2 weeks ago.
However, I have finded bugs with WSDL2Java tool when my message is complex
(in fact, where my XSD is complex)
Today, I haven't fix the problem with complex XML Schema so I use Castor XML
outside Axis framework.
This is