createOrder via webservice

2008-04-10 Thread Yitao_Zhao
Hello, I am trying to create an order via webservices, and I am stuck :( I have until now had succes with these steps: Services: 1) createOrderHeader 2) addOrderRole 3) createOrderContactMech SOMETHING MISSING HERE! 4) appendOrderItem Step 4 fails. The message is: Please

Creating a customer.

2008-04-08 Thread Yitao_Zhao
Hi, I am trying to create a customer via webservice. I am following these steps 1) Call createPerson 2) Call createPartyRole Here there are some things I don't understand: Why does it create two roles: CUSTOMER and _NA_, is this correct?, I have only set it to create role type CUSTOMER When a

答复: Creating a customer.

2008-04-08 Thread Yitao_Zhao
customer from the UI page thru the Services. https://demo.hotwaxmedia.com/partymgr/control/createnew if you want to create a customer from another source, you supply the information required by the createCustomer Service it will handle all this. Yitao_Zhao sent the following on 4/8/2008 1:05 AM: Hi

Use Webservice inside

2008-04-01 Thread Yitao_Zhao
Hi all I hope to get some hints about the webservice I configured the service.xml in my project like below: service name=createPerson engine=java attribute name=firstName type=String mode=IN optional=False/ attribute name=lastName type=String mode=IN optional=False/

答复: Use Webservice inside

2008-04-01 Thread Yitao_Zhao
(createPartyRole,UtilMisc.toMap(userLoginId, userLoginId, ...); Thanks, Nikita Shinde. Amicon Technologies Pvt. Ltd. Mumbai. -Original Message- From: Yitao_Zhao [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 12:06 PM To: user@ofbiz.apache.org Subject: Use Webservice inside Hi all I hope

default address value

2008-04-01 Thread Yitao_Zhao
Hi all As a customer may have many addresses, How to identify the default shipping addresses, if a person have many shipping addresses. How to make a address default in Opentaps webservice Like these Address0:not default Address1:default choose Address2:not default Address3:not

use webservice

2008-03-27 Thread Yitao_Zhao
Hello I try to write CreateCustomer() method in the webservice However, in the reference of Opentaps, there is a existing method called CreatePerson() I don't quite understand how to use the CreatePerson() in the webservice, as the reference just tells the input and output parameters

About create method in ofbiz

2008-01-22 Thread Yitao_Zhao
Hi guys I hope to find some hints here I want to create a new order in the ofbiz through webservice? Do I have to insert the order details into every Entity such as OrderHeader, OrderItem or other entities respectively? Or I could cite an integral method in the ofbiz Thanks