all groups > asp.net webservices > august 2005 > threads for august 8 - 14, 2005
Filter by week: 1 2 3 4 5
The underlying connection was closed: Could not establish secure channel for SSL/TLS
Posted by C.W. at 8/14/2005 12:00:00 AM
I am trying to connect to a remote server in order to perform an http post
inside my asp.net page. However, I consistently get the following error:
[SocketException (0x2746): An existing connection was forcibly closed by the
remote host]
System.Net.Sockets.Socket.Receive(Byte[] buffer, In... more >>
having problems with webservice (proxy) reference
Posted by phil2phil at 8/12/2005 1:01:55 PM
hi,
i was working on a book sample, book showed how to connect to a
webservice using Vs.Net (web-reference) and another way to do withou
vs. i got the vs working but the other way isn't. I build the proper
dll using the wsdl command, and added the generated dll to my bin. i
then use the obje... more >>
too many arguments in public function?
Posted by DC Gringo at 8/11/2005 4:55:59 PM
I have a simple function within a web method. It works fine with one
parameter, but gives me a compile error when I try to add a second:
"Too many arguments to 'Public Function FewsArticles(OrgID As String) As
String'."
Here's the client calling code:
Dim sFeed As String = oWs.FewsAr... more >>
searching UDDI
Posted by Tina at 8/10/2005 5:43:43 PM
I'm trying to use the vs.net start page to search for web services but it
seems nothing is there. If I go to Find a Service tab and select Financial
for a category and type "stock price" (or anything else) it simply says
"Unexpected error blah blah...." If I go to advanced I can search
cat... more >>
Manipulating XML File
Posted by Garth Wells at 8/10/2005 4:07:08 PM
Assume you're working with a vendor that doesn't understand web
services and implements their version of a web service solution that
only returns an XML file upon making a call to a URL:
http://333.333.333.90:7900/UserVerify?UserID=abc&Password=123
There is no disco file of any sort, so I'm ... more >>
Import XSD schema into WSDL
Posted by Wm. Scott Miller at 8/10/2005 12:34:23 PM
I have an XSD file supplied by a company. I have to interact with a
webservice on their site but they didn't supply a WSDL. I generated my own
WSDL to communicate and copied and pasted the XSD into the file manually.
This worked, but makes the file huge. Additionally, I had to make some
m... more >>
How do I grab the client IP address in my Web service
Posted by Maziar Aflatoun at 8/9/2005 9:09:33 AM
Hi,
I need to grab the ip address of the computer making the call to my Web
Service. In my .asmx I tried System.Web.HttpRequest.UserHostName and it
doesn't work. Does anyone know how I can grab the IP/Host address of the
client making the connection to my web service?
Thx
Maz.
... more >>
Web service help needed
Posted by Lenz at 8/9/2005 12:00:00 AM
Hi guys.
I've created a web service project in C#. I want it running on a server
which is also domain controller. I've installed Oracle Client. I've
installed Framework 1.1 and registered it with IIS (aspnet_regiis.exe -i).
The next thing is to give ASPNET user full access to Oracle's Bin d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|