Re: how to consume .NET webservice

2009-05-14 Thread Дамјан Георгиевски
>> OpenOfficeXML document format AKA ODF? ;) > > No...Office Open XML, which is used in Microsoft Office 2007 and which > Microsoft rammed through the ISO: > http://en.wikipedia.org/wiki/Office_Open_XML Even worse, Microsoft Office 2007 doesn't even implement the ISO standard for Open XML. --

Re: how to consume .NET webservice

2009-05-12 Thread Mike Driscoll
On May 12, 12:54 pm, namekuseijin wrote: > On May 12, 4:12 am, "Diez B. Roggisch" wrote: > > > > > namekuseijin schrieb: > >  > Diez B. Roggisch wrote: > >  >> namekuseijin schrieb: > >  >>> bav escreveu: > >   question from a python newbie; > >   > >     how can i consume in python l

Re: how to consume .NET webservice

2009-05-12 Thread namekuseijin
On May 12, 4:12 am, "Diez B. Roggisch" wrote: > namekuseijin schrieb: >  > Diez B. Roggisch wrote: >  >> namekuseijin schrieb: >  >>> bav escreveu: >   question from a python newbie; >   >     how can i consume in python language, a .NET web service, passing >     a string array as

Re: how to consume .NET webservice

2009-05-12 Thread Diez B. Roggisch
namekuseijin schrieb: > Diez B. Roggisch wrote: >> namekuseijin schrieb: >>> bav escreveu: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? >>> >>> Unless Microsoft extended the

Re: how to consume .NET webservice

2009-05-12 Thread Diez B. Roggisch
namekuseijin schrieb: Diez B. Roggisch wrote: namekuseijin schrieb: bav escreveu: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? Unless Microsoft extended the standard in any way, then it s

Re: how to consume .NET webservice

2009-05-12 Thread Diez B. Roggisch
bav schrieb: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? Try accessing the .NET-service using a .NET client, and capture the traffic (it speaks volumes that the apache axis project offers

Re: how to consume .NET webservice

2009-05-11 Thread namekuseijin
Diez B. Roggisch wrote: namekuseijin schrieb: bav escreveu: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? Unless Microsoft extended the standard in any way, then it should be just as you c

Re: how to consume .NET webservice

2009-05-11 Thread Diez B. Roggisch
namekuseijin schrieb: bav escreveu: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? Unless Microsoft extended the standard in any way, then it should be just as you consume any web service, I

Re: how to consume .NET webservice

2009-05-11 Thread Mike Driscoll
On May 11, 3:09 pm, "bav" wrote: > question from a python newbie; > >   how can i consume in python language, a .NET web service, passing >   a string array as parameter in some easy steps? > > best regards You're being pretty vague here. Try using Google first...I got plenty of hits with "python

Re: how to consume .NET webservice

2009-05-11 Thread namekuseijin
bav escreveu: question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? Unless Microsoft extended the standard in any way, then it should be just as you consume any web service, I guess. ;) -- a game

how to consume .NET webservice

2009-05-11 Thread bav
question from a python newbie; how can i consume in python language, a .NET web service, passing a string array as parameter in some easy steps? best regards -- http://mail.python.org/mailman/listinfo/python-list