View Single Post
  #6 (permalink)  
Old 03-23-2007, 04:04 AM
jrramon jrramon is offline
Member
 
Posts: 10
Default

Thanks for your reply, it was an obvious one but I was confused, but i´m getting still the same exception with:
Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
	<soap:Header>
		<context mlns="urn:zimbra">
<authToken>XXXXXXXXXXXXX</authToken>
		</context>
	</soap:Header>
	<soap:Body>
		<GetInfoRequest xmlns="urn:zimbra"></GetInfoRequest>
	</soap:Body>
</soap:Envelope>
Reply With Quote