Hey,

On 27 January 2011 07:32, sami nathan <itssami.g...@gmail.com> wrote:
> Hi
>    i am working web service i am getting SOAP(POST) request from client now
> i am trying to parse the request xml and sending the response my soap
> request is
>
> <QueryDict: {u'<?xml version': [u'\'1.0\'
> encoding=\'UTF-8\'?><soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body><ns1:rec
> eiveShortMessageRequest
> xmlns:ns1="http://flypp.infy.com/sms/v2010r1_0";><uniqueI
> D>1234534366</uniqueID><applicationID>1</applicationID><transactionID>t1</transa
> ctionID><placeholder_1>p1</placeholder_1><placeholder_2>p2</placeholder_2><messa
> ge>DICT
> test</message></ns1:receiveShortMessageRequest></soapenv:Body></soapenv:
> Envelope>']}>
> response
>  now i want send response as change is denoted in colors
> '<?xml version': [u'\'1.0\' encoding=\'UTF-8\'?><soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body><ns1:rec
> eiveShortMessageRequest
> xmlns:ns1="http://flypp.infy.com/sms/v2010r1_0";><uniqueI
> D>1234534366</uniqueID><applicationID>1</applicationID><transactionID>t1</transa
> ctionID><placeholder_1>p1</placeholder_1><placeholder_2>p2</placeholder_2><messa
> ge>TEXT
> HERE</message></ns1:receiveShortMessageRequest></soapenv:Body></soapenv:
> Envelope>']}>
>

Ok, so what problem are you encountering and what have you already tried ?

-- 
Łukasz Rekucki

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to