I don't know much about converting WSDL to SOAP/REST in Django.
Probably easier with SOAP as WSDL and SOAP are often used together.

You need to check if the first character is actually the BOM. Open the
file in a hex editor and see what the first byte is. It might not be.
A quick Google tells me expat should be able to deal with the BOM, so
it might be some other character. In any case, the first character
needs to be the < character. There can't be any visible/invisible
characters preceding it, e.g. a newline.

If the first two bytes are FE FF then it is the BOM.

On 27 November 2010 19:09, sami nathan <itssami.g...@gmail.com> wrote:
> After opening and closing also showing me the same result i cant say
> not to output the BOM to generator b coz its an another person who
> generated and gave to me and asking me to create web service using
> just wsdl file and given me open choice of use rather SOAP or REST i
> also decided to use REST now will u refer me the tutorial to rest and
> also to solve above problem
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

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

Reply via email to