Need help with making a client with SOAP
hi.
i have develop application creates client using soap. made asp.net web service application , put there methods exposed xml of service (actually, far headers, because haven't made client side yet).
now, read on net should create console application , implement client. should first use wsdl.exe generate proxy class xml. i'm having trouble doing since address of xml doesn't end in .asmx?wsdl, in "?wsdl". if cut "?wsdl" out, xml can not located.
i know after generating proxy class , compiling , i should add web reference xml, question is: coudn't add web reference , create client without generating proxy class? understood, proxy class created because don't want alter original xml.
there possibility xml not standard - written, unfortunately it's not xml , can't change it.
any ideas how can go through problem? or go around it?
tx.
this means wsdl file (the xml file describes service) missing type definitions, e.g. servicedescriptor. contact owner of wsdl file if can , ask him provide schema 'http://model.commons.middleware.nepomuk.semanticdesktop.orgervicedescriptor'
you paste wsdl file here, - may schema available , there a simple typo in wsdl
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment