MobileSvc.SendOrder is like this:
[System.Web.Services.Proto
public void SendOrder(string orderInfo, string guidString) {
this.Invoke("SendOrder", new object[] {
orderInfo,
guidString});
}
Thanks for your presence Bob
H
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2009-01-21 at 10:37:18ID: 23432453
What does MobileSvc.SendOrder look like?