Hi msabir:
Thanks for your help. Yea,i don't want to get the first 200 phones, i just want to get the phones which are listed in the items.For example:
"- SEP0013192F15DU
"+
"- SEP000E839C1479
"+
"- SEP00131A4D3B34
"+
"- SEP001D450BF4CF
"
,then i just want to get the four phones, but when i do like this,i always just got one phone,why is that? Then i changed to use Array like this:
"
http://schemas.xmlsoap.org/soap/encoding/\">" +
"" +
"" +
""+
""+
"10"+
"Phone" +
"255" +
"Any" +
"Name" +
"" +
""+
""+
"- "+
""+
""+
"- SEP001D450BF4CE
"+
""+
""+
"- SEP00131A4D3B34
"+
""+
""
But it alway throws this error:
soapenv:Server.generalExceptionERROR: SelectBy is null
why? Thank you very much!