Saturday, November 27, 2010

Re: WEB SERVICE IN DJANGO USING ZSI

On Sat, 27 Nov 2010 20:57:17 +0530, sami nathan wrote:

> for creating server.py from wsdl file i am using this following code i
> dont na weather its right but its not creating any file but its throwing
> error
>>>> wsdl2py --extended --file=D;\soap\FlyppSms.wsdl
> File "<stdin>", line 1
> wsdl2py --extended --file=D;\soap\FlyppSms.wsdl
> ^
> SyntaxError: unexpected character after line continuation character

1. I think you should be executing this command from the system command prompt,
not from within the python interpreter.

2. You may need to change "D;" to "D:"

--
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