RE: axis1.1 and attachments

2004-02-18 Thread Carbone Cedric
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

RE: JAX-RPC with attachments question

2004-02-09 Thread Carbone Cedric
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) : --

RE: Using Castor with AXIS

2004-01-21 Thread Carbone Cedric
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

RE: Problem with the sample Attachment (Axis Java)

2003-12-30 Thread Carbone Cedric
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

Problem with the sample Attachment (Axis Java)

2003-12-29 Thread Carbone Cedric
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

RE: XML Schema for SOAP message

2003-10-31 Thread Carbone Cedric
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