Authentication Response does not contain SessionId. Why?

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
avinashbalmuri
Posts: 1
Joined: Sat Sep 13, 2014 12:44 am

Authentication Response does not contain SessionId. Why?

Post by avinashbalmuri »

When we send SOAP Authentication request to Zimbra Server:
URL:
Request">https://postbox.myserver.com:7071/servi ... uthRequest
Request:

http://www.w3.org/2003/05/soap-envelope'> xmlns='urn:zimbra'>adminxxxxxxpostbox.myserver.com
Response:

http://www.w3.org/2003/05/soap-envelope"> xmlns="urn:zimbra">0_58c972b68eff957b95ac118becda9b9f99fb944a_99643d33363a62313964646266392d366262372d346135362d623739392d6234353335363661313231643b6578703d31333a313235333931363232393438303b61646d696e3d313a313b747970653d363a7a696d6272613b43200000false
In the response there is NO SessionId tag.

i.e The following is not found: ...
Any idea, what might be wrong?
dkarp
Elite member
Elite member
Posts: 1410
Joined: Fri Sep 12, 2014 9:52 pm

Authentication Response does not contain SessionId. Why?

Post by dkarp »

In ZCS 6.0, the default is that requests do not generate a new session. You must explicitly request a new session by placing "" in the SOAP header.
ldcl289
Posts: 5
Joined: Sat Sep 13, 2014 1:10 am

Authentication Response does not contain SessionId. Why?

Post by ldcl289 »

[quote user="dkarp"]In ZCS 6.0, the default is that requests do not generate a new session. You must explicitly request a new session by placing "" in the SOAP header.[/QUOTE]
It isn't work yet!!

I use two client and none work's
Request:



http://www.w3.org/2003/05/soap-envelope ... p-envelope">





xx@xx

1234









Response:



http://www.w3.org/2003/05/soap-envelope ... p-envelope">









0_97556c7ba0d33b7f4d10dec21d49cb0559fd3b65_69643d33363a32353761633766302d386137342d343361332d613532642d6266646637663066333931633b6578703d31333a313237313937303331313733303b76763d313a313b747970653d363a7a696d6272613b172800000beach









I try putting "" everywhere and it doesn't work, in the header, in the body, but nothing!



Note: I'm sorry for my english, I don't speak it so well.
12337PERydell
Posts: 1
Joined: Fri Sep 12, 2014 11:24 pm

Authentication Response does not contain SessionId. Why?

Post by 12337PERydell »

Your needs to go inside the context.

xmlns:soap=http://www.w3.org/2003/05/soap-envelope">







Post Reply