Thank you very much for your response. Can i have an example with an
array of string?

On Sat, 2008-01-12 at 19:26 +0100, Roel Verbunt wrote:
> SOAP does not support collections of any type, because of weakly typing. 
> So no Vector either. You can put all kind of different objects in a 
> collection so this would cause a problem for your clients.
> You should use an array of objects instead.
> 
> Roel
> 
> 
> Marios Christoulakis wrote:
> > Hello i want to know how i can call a web service with
> > input argument Vector and how to get as an answer
> > vector.
> >
> > I have been searching for a long time but i haven't
> > found anything.
> >
> > To call the ws i use the method
> >
> > OMElement result = sender.sendReceive(payload);
> >
> > Thank you in advance.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to