Dev - To Store the Order with out Login

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - To Store the Order with out Login

jayanth-2
Hi ,
 
    I want to create an order by invoking "createOrder" which is present in  "org.ofbiz.order.order.OrderServices".
    But when ever i call this service by passing the parameter it is giving me an error that u should be logged in.
    But i want to create an order with out login , Is there any way to do it...
 
Thanks & Regards
Jayanth
 
 
*********************************************************
Disclaimer:

The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use

*********************************************************

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - To Store the Order with out Login

Andrew Zeneski
No the service requires an authenticated user. If you are creating an order on behalf of a customer, the user must also have permission to create orders. Otherwise, the order is created for the user. The anonymous checkout functionality in ecommerce has some special code for handling users which do not have UserLogin objects. However, the account (Party) always exists before the order is created.

Andy

On Dec 18, 2005, at 11:12 PM, Jayanth wrote:

Hi ,
 
    I want to create an order by invoking "createOrder" which is present in  "org.ofbiz.order.order.OrderServices".
    But when ever i call this service by passing the parameter it is giving me an error that u should be logged in.
    But i want to create an order with out login , Is there any way to do it...
 
Thanks & Regards
Jayanth
 
 
*********************************************************
Disclaimer:

The contents of this E-mail (including the contents of the enclosure(s) or attachment(s) if any) are privileged and confidential material of MBT and should not be disclosed to, used by or copied in any manner by anyone other than the intended addressee(s). In case you are not the desired addressee, you should delete this message and/or re-direct it to the sender. The views expressed in this E-mail message (including the enclosure(s) or attachment(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of any virus. However, it is the responsibility of the recipient to ensure that it is virus free and MBT is not responsible for any loss or damage arising in any way from its use

*********************************************************

_______________________________________________
Dev mailing list


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev