WebService参数问题 Webservice方法带了自定义对象作为参数,运行的时候就这样
Test
The test form is only available for methods with primitive types as parameters.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
新手,不知道该怎么做,自定义对象里面有
public class DataText
{
public string backupFile = "C:\\temp\\MicrosoftDynamicsAX.bak";
public Boolean isFullExport = false;
public Boolean isRecurring = true;
public string[] axmodels = { "15" };
public string[][] cleansFields = { new String[] { "SalesTable", "DEL_DeliveryCity", "DEL_DeliveryState" } };
public DataTextSchedular = new DataTextSchedular();
public DataText()
{
}
}有高手教教我吧