Hi Marco,

Unreferenced request attachments using the dynamic client API are working
and tested now. Have a look at
ws-axis\c\tests\auto_build\testcases\dynamic\DynUnrefAttachmentTest\DynUnrefAttachmentTest
 for an example that uses the APIs. I am due to finish off my work on
attachments by the end of this week. I have done some investigation on
supporting response attachments, but I will not have time to implement
these at the current time. I don't know when response attachments will be
supported. If you would like to add in this support, I can tell you what I
found out and help you with the implementation, where possible.

I was surprised too that the http://xml.apache.org/xml-soap link is not
valid. But that is the namespace that Axis Java (and WebSphere Application
Server) uses for attachment types in the WSDL. So that is the support I
added in because I wanted Axis C++ to be compatible. I asked about this on
the Axis Java user mailing list but got no response. But unreferenced
attachments are not described in the WSDL, so presumably this issue is not
important to you.

Mark
Mark Whitlock
IBM

----- Forwarded by Mark Whitlock/UK/IBM on 23/06/2005 09:52 -----
                                                                       
             "Marco Held"                                              
             <[EMAIL PROTECTED]>                                          
                                                                        To
             23/06/2005 09:11          "Apache AXIS C User List"       
                                       <axis-c-user@ws.apache.org>     
                                                                        cc
             Please respond to                                         
              "Apache AXIS C                                       Subject
                User List"             AW: Soap with Attachment        
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       




Hi Mark,

what I need for a my project is :
 - Unreferenced attachments using the dynamic client API
 - Request attachments
 - Response attachments

The link "http://xml.apache.org/xml-soap"; is not valid!

Do you have any time plans for finishing the current implementation?

Thanks for your help!

Marco



> -----Ursprüngliche Nachricht-----
> Von: Mark Whitlock [mailto:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 21. Juni 2005 10:11
> An: axis-c-user@ws.apache.org
> Betreff: Fw: Soap with Attachment
>
>
>
>
>
> Hi Marco,
> Rangika has implemented server side attachments and I am currently
> implementing client-side attachments and adding in more function. Yes, we
> intend to support SwA and the WS-I Attachments Profile
> http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html.
> Currently attachments are under development. Supported at the moment (in
> the client) are...
>  - Unreferenced attachments using the dynamic client API
>  - Attachments referenced from the SOAP body using the dynamic client API
>  - Request attachments (not response attachments)
>  - Please see DynUnrefAttachmentTest and DynamicAttachment tests for
> examples what is tested and works.
>
> Soon to be implemented is WSDL2Ws support for describing
> attachments in the
> WSDL using types under http://xml.apache.org/xml-soap. I am uncertain
> whether I will be able to support response attachments and the WSDL MIME
> bindings in this release.
>
> Attachments are supported by Axis Java but I don't know details. Is there
> particular function that you need that you would like to add in support
> for?
> Mark
> Mark Whitlock
> IBM
>
> ----- Forwarded by Mark Whitlock/UK/IBM on 21/06/2005 09:46 -----
>
>
>              "Marco Held"
>
>              <[EMAIL PROTECTED]>
>
>
>       To
>              21/06/2005 08:43
> <axis-c-user@ws.apache.org>
>
>       cc
>
>
>              Please respond to
>  Subject
>               "Apache AXIS C           Soap with Attachment
>
>                 User List"
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi All,
>
> does anybody know which kind of attachment is really supported with
> AXIS-CPP?
> I have seen a lot of discussions until may of this year about attachments
> and implementation on client and server side, but it is not
> really clear to
> me if "Soap with Attachments" according the W3C Note
> www.w3.org/TR/SOAP-attachments is supported.
>
> Is it supported in the AXIS-Java implementation?
>
> Thank´s!
>
> Marco Held
> demig Prozessautomatisierung GmbH
>
>
>
>


Reply via email to