.net - "Add Service Reference" Generates No Proxy Methods -


i want connect web service, http://aye.comp.nus.edu.sg/parscit/wing.nus.wsdl

so clicked add service reference , pointed path, can't figure out how invoke service. reference.cs class contains this:

//------------------------------------------------------------------------------ // <auto-generated> //     code generated tool. //     runtime version:4.0.30319.261 // //     changes file may cause incorrect behavior , lost if //     code regenerated. // </auto-generated> //------------------------------------------------------------------------------ 

so think didn't generate methods. should try?

i looking @ through mobile phone, maybe problem, wsdl doesn't not contain method definitions. why not seeing methods...there none.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -