So I am currently running into a weird situation where my web service WSDL and server specifies two parameters but when I add the web service as a reference in my project. Visual studios creates a reference.cs page that says I need three parameters. I've used soap UI to confirm that the web service does indeed only request two parameters.
Anyone else run into this problem?
I have to manually change the reference.cs to only take two parameters so my code will compile and I can use the WS correctly. Ive checked all the other web services which run just fine and do not have this problem. only this one service.
here is a pic from the wsdl
here is a pic from the reference page