ice endpoint raised fault {
faultcode = (soap:Client)
faultstring = (Server did not recognize the value of HTTP Header SOAPAction:
.)
detail = ()
}
how do i set the SOAPAction or what do i do about it? i'm not exactly sure
whats going wrong...
thanks!
- sagar
Sagar Khushalani
Graduate
i guess this question has been asked lots of times, but can anyone suggest any
good way of using SOAP and python 2.5? if not, is there any other versions
(>2.3) that i can use?
i need it for a school project and so have to use SOAP...
thanks in advance!
- sagar
Sagar Khushal
to me personally!
Cheers,
Mark
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sagar
Khushalani
Sent: Saturday, 23 February 2008 9:25 PM
To: python-win32@python.org
Subject: [python-win32] msmq error
i am trying to use a queue to pass messages b
qinfo.Open(2,0) #Open queue
File "", line 3, in Open
com_error: (-2147352567, 'Exception occurred.', (0, 'MSMQQueueInfo', 'The queue
does not exist, or you do not have sufficient permissions to perform the
operation. ', None, 0, -1072824317), None)
Sagar
wow thank you! i know its a stupid mistake but i've been really busy and didnt
notice that. solved :D thanks a lot!!
Simon Dahlbacka <[EMAIL PROTECTED]> wrote: Let's start with the obvious, you
*do* have the MSMQ stuff installed?
/Simon
2008/2/21, Sagar Khushalani <[EMAI
com_error: (-2147221164, 'Class not registered', None, None)
Sagar Khushalani <[EMAIL PROTECTED]> wrote: Thanks! Another question, related
and random. Someone, anyone?
I am trying to implement an MSMQ, and I have no idea whats going wrong. I
looked at:
http://comsci.liu.edu/~m
tArea.WriteText("Error! Writing message to queue.
Service is down\n")
msg.Label = "ERROR"
msg.Body = "P1:DOWN"
msg.Send(self.errors)
self.errors.Close()
Please help me. I'm very confused.
Tim Roberts <[E
E_ACCESS)
WindowsError: [Error 6] The handle is invalid
I get this error regardless of whether I run it from IDLE or from the DOS
prompt.
Help
-S
Sagar Khushalani
Graduate Student, UTA
Networking / Systems and Architecture
[EMAIL PROTECTED]
http://www.sagark.info
--
i have 5 processes. out of these, i need 1 to start a queue that can be shared
between the other 4. 2 of them will add messages to the queue and 2 will read
and remove off of it. any ideas? i'm a little confused how to share the queue
between them.
Sagar Khushalani
Graduate Student