Saturday, November 27, 2010

Re: WEB SERVICE IN DJANGO USING ZSI

On 11/27/2010 10:37 AM, sami nathan wrote:
> But i am not havin python intreptor i use my command prompt this way
> Microsoft Windows [Version 6.1.7600]
> Copyright (c) 2009 Microsoft Corporation. All rights reserved.
>
> C:\Users\ezhil>python
> Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on wi
> 32
> Type "help", "copyright", "credits" or "license" for more information.
>>>> wsdl2py --extende --file=D:\soap\FlyppSms.wsdl
> File "<stdin>", line 1
> wsdl2py --extende --file=D:\soap\FlyppSms.wsdl
> ^
> SyntaxError: invalid syntax
>>>>
> shouldn't i use this way
>
No. You typed "python" at the command line. You need, probably, to type

wsdl2py --extende --file=D:\soap\FlyppSms.wsdl

at the command line.

regards
Steve
--
DjangoCon US 2011 Portland, OR: September 6-8 http://djangocon.us/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment