Hi! I'm programming an little application using the Axis2 WS to communicate with a SharePoint Server. One of the WS that is given by SP is GetAttachmentCollection() which returs a set of URL's which refences several resources aas docs, pdf, etc.
Well, my application needs download this ones, but it does not exist any WS let me download the content of these URL. In another .NET ans ASP forums said me that you can use two clasees named as "WebClient" and "HttpWebRequest". My questions is: Exists any equivalent in the Axis librarys? Or some hel similar. Thanks! JuanJE
