07-28-04 11:09 PM
Hi,
Iam trying to publish an orchestration (which works fine with FILE,HTTP,SMTP
Adapter) as a webService.The publishing wizard didnt complain of any errors
but when I tried to access the wsdl or asmx file thro' browser, it just gav
e an error as below!Seems l
ike its complaining on some internal stuff (XsdTypes1,XsdTypes2) which it cr
eated.Any clue?All I can think of is changing the type names in the input an
d output schema!
:-(
InvalidOperationException: Types ProcessOrder.XsdTypes1.BusinessObjectDocument and Proc
esssOrder.XsdTypes2.BusinessObjectDocument both use the XML type name, BusinessObjectDo
cument, from namespace http://www.processorder.org/processorder. Use XML att
ribut
es to specify a unique XML name and/or namespace for the type.]
System.Xml.Serialization.XmlReflectionImporter.GetTypeMapping(String typeNam
e, String ns, TypeDesc typeDesc) +229
System.Xml.Serialization.XmlReflectionImporter.ImportStructLikeMapping(Struc
tModel model, String ns) +353
System.Xml.Serialization.XmlReflectionImporter.ImportStructLikeMapping(Struc
tModel model, String ns) +651
System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(TypeModel m
odel, String ns, ImportContext context, String dataType, Boolean repeats) +4
40
[ Post a follow-up to this message ]
|