Hi Neto,

the zip field takes a base64 encoded zip file, i.e. a binary
attchment. Actually any modern web service stack should be capable to
deal with it. The ODE web console uses such a client from a JSP in
order to deploy the service. You can find it here:
https://github.com/apache/ode/blob/trunk/axis2-war/src/main/webapp/fileupload.jsp

HTH,
  Tammo

On Tue, Apr 10, 2012 at 23:21, Neto <[email protected]> wrote:
> Hi Denis, Tammo,
>
> Thanks very much for the answers.
>
> Tammo is right, and I could see that there is a service to deploy, and I
> could get it. But my problem is exactly that. One of its parameters has a
> type like that:
>
> *<xsd:complexType name='package'>
> <xsd:all>
> <xsd:element name="zip" type="xmime:base64Binary"
>     xmime:expectedContentType="application/zip"/>
> </xsd:all>
> </xsd:complexType>*
>
> I have used the WTP Eclipse to develop web services. It does not work,
> besides appears a error message saying: "When I try to generate the code on
> Eclipse, it stuncks. There is an error mark in this line saying *"Cannot
> resolve the name '' to a 'type definition' component."*
> *
> *
> So, I would like to know if some somebody developed a client to the ode's
> deploy web service, so that I could know the way to develop a client to
> deploy a process. Since I had never seen a Web service with a parameter
> like that.
>
> Thanks for your attention.
> Neto



-- 
Tammo van Lessen - http://www.taval.de

Reply via email to