Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jon Sims #1
FileNotFound error passing UNC path into web service
Hello All,
I have written a very simple web service (I'm a newbie!) to convert an image
file from one image type to another.
It works locally on the server but when I pass in a UNC path, I get a
FileNotFoundException. I think this is something to do with security, but I
have no idea how to resolve the issue.
Can anybody help?
Jon Sims Guest
-
Error when passing parameters to web service
Very simple web service...works perfectly when I am not passing parameters. When I add the 'cfargument' tag for the parameter I mean to pass in... -
Soap/FileNotFound exception
I have added a method to my webservice which takes a single parameter of type Passenger. Passenger is a class which I have defined in a separate... -
Passing request to service
http://www.dotnet247.com/247reference/msgs/14/70814.aspx "Chris" <Chris@discussions.microsoft.com> wrote in message... -
Passing a Class to a Web Service?
Thanks, I decided to serialize the object, pass the xml string, and deserialize on the other side. Dave "Steven Cheng"... -
error when passing XML doc to web service
I built a web service that accepts an XML document of type System.XML.XMLDocument and returns an XML document of the same type. But when I pass the...



Reply With Quote

