Help with function
There's still a problem with the request... Since you're doing a POST and do allow autoredirects, it may be that the post data is causing a redirect to a resource that can't be found. Be sure the...
View ArticleHelp with function
well i managed to past through the exception trown at "Dim reqStream As System.IO.Stream = webRequest.GetRequestStream()" by correcting the "fullURL" wich had a wrong value, now the exception is trown...
View ArticleHelp with function
Your original post stated "I have the next function wich i use to send an xml file named "result.xml" to a webservice," Anyway - did you check the value of the url variable to ensure that you can...
View ArticleHelp with function
Nope, it's not a net webservice, i'm using the function to send a file through http so if anyone has a different function that does the same, just let me know
View ArticleHelp with function
Sounds like the value stored in "fullUrl" cannot be found as a valid URL. Be sure you can browse to that page from a browser in the same machine running this code. I also guess that since you are...
View ArticleHelp with function
I have the next function wich i use to send an xml file named "result.xml" to a webservice, i get an exception at "Dim reqStream As System.IO.Stream = webRequest.GetRequestStream()" wich says "The...
View Article