Hi all,
I have working with web services for quite some time now and did not face
any issues until now!
I am trying to consume the web services exposed by one of our clients but I
am facing problems where proxy classes have been generated fine but i can't
call any method on them b/c none of the public methods is listed in the
intellisense window!
I looked into the cs file that is being generated and the public methods
exposed by that class have following attribute attached to them.
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("",
Use=System.Web.Services.Description.SoapBindingUse.Literal,
ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
What does that mean? could this be the problem? I can create the proxy
instance but can't call any method!
Any help is appreciated.
Thanks,
Stewart Rogers
Keenan Newton - 28 Feb 2005 19:13 GMT
Ummm sometimes VS 2003 does this. I would compile the application, and
restart VS 2003. See if that clears things up.