Hi,
I'm using .NET Visual Studio 2005 and the language is C#. The web-service that I'm referencing to uses PHP.
So,
I'm trying to get information from the interface of the current web-service. I made a web reference from my application, service was found and all the functions were found and so on. However, when I made a function call to the service, it returns InvalidOperatio nException, "There is an error in xml-document".
Funny thing is, that when I made the reference "by hand" using httpwebrequest and using the same parameters, it works.
I've already asked this from the guy who made the web service, and he promised to check it out as soon as He has the time.
Could the problem be some kind of a "incompatibilit y problem" with .NET and PHP? Anybody Bumped into this kind of problem?
Any ideas?
Juha
I'm using .NET Visual Studio 2005 and the language is C#. The web-service that I'm referencing to uses PHP.
So,
I'm trying to get information from the interface of the current web-service. I made a web reference from my application, service was found and all the functions were found and so on. However, when I made a function call to the service, it returns InvalidOperatio nException, "There is an error in xml-document".
Funny thing is, that when I made the reference "by hand" using httpwebrequest and using the same parameters, it works.
I've already asked this from the guy who made the web service, and he promised to check it out as soon as He has the time.
Could the problem be some kind of a "incompatibilit y problem" with .NET and PHP? Anybody Bumped into this kind of problem?
Any ideas?
Juha
Comment