Create Sales Order using web service

Hello friends
i need some Help regarding Sales Order.
I have to develop E-Comm. portal and i want to Create New Sales Order Lines.
Now the problem is we are following the sample code written by FreddyK and Using ServiceHelper.
But i did not find any way how to get sales_order_lines with same web service SalesOrder.
Currently we create salesordersubform web service and accessing such web service separately but this is not proper way as i know(Reason i have all lines and methods available in SalesOrder web service and regarding methods to access lines why i should call again salesordersubform).
Any one can suggest me proper solution.

I got that i need to write some child class service helper and need to handle array type (Boolean, string, key, option , datetime, int , decimal) are handled in parent class.

Hi Jim,

Create two web services for sales header and sales line and create order.

  1. Page 46 Sales Line
  2. Page 42 Sales Order

Hi

I would like to ask a question

Can it be possible only with Page 42 Sales Order?

Hi,

You can but you will be face other problem. So that you should be use separate.

Regards,

Yukon