Hi,
How is the best thing to design an web service that should recive orders?
1. Like this three webmethods named : orderStart (Contains the orderheader), OrderImport (Contains the articles orded) and orderStop (sends and now am i done)
2. one webmethod that takes diffrent parameters like: public virtual String OrderImport(String OrderID, String OrdererID, String ReceiverID, String[] Item)
3. Read the soap request, the user can send anythnig throw an string
like this: public String OrderImport(String input) and read the stream with XmlDocument xmlSoapRequest = new XmlDocument();
The problem i have is to how the design should look so i can recive multiply products in one order.
Hope i explain what i am trying to do.
How do i design the web service?
Page 1 of 1|
|

New Topic/Question
Reply



MultiQuote


|