on my remedy form, there is a drop-down list field which has some predefined
value, Remedy system also has predefined value like "(clear)".

 
I created a webservice on that form, every webmethod is default.

 
Created a .Net Webservice client to call that Remedy Webservice OpGetList,
if select "(clear)" for that drop-down list field ( in soap response
message, that field value is empty), then I got error

"The string '' is not a valid AllXsd value." when OpGetList is called.

 
I think that makes sense since "" is not defined as an enumeration type for
that drop-down list field.

 
I did try to modify the default webservice to add MinOccurs=0,
Nillable=true, still got same error.

-- 
View this message in context: 
http://www.nabble.com/serialize-webservice-response-error%3AThe-string-%27%27-is-not-a-valid-AllXsd-value.-tp22936482p22936482.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Reply via email to