all groups > dotnet web services > may 2005 > threads for may 1 - 7, 2005
Filter by week: 1 2 3 4 5
https, certificates, and: The underlying connection was closed: An unexpected error occurred on a send.
Posted by Matthew.DelVecchio NO[at]SPAM CapitalOneAuto.com at 5/6/2005 10:57:46 AM
hello,
i am developing an ASP.NET web app that consumes a 3rd party vendor
webservice. it is my first one so while ive done my homework, im not an
expert on the matter.
our partner's webservice operates on SSL via an "https://" url. they
also gave me a .PFX certificate which ive installed v... more >>
UDDI - Our Own Web Service Registry?
Posted by Jenevra at 5/5/2005 10:34:05 AM
I'm one of several developers at my company, and we've all been creating web
services for some time. But we don't always know what others are doing and if
or how we can take advantage of services already out there. So we'd like to
somehow create an internal registry of all of the web services ... more >>
Server was unable to process request. PLEASE HEEELLPP!!
Posted by Modica82 at 5/5/2005 9:10:05 AM
I keep getting this error.
I have no idea what is causing it. I get this when i try and consume a web
service from a client?? Has anyone got any ideas of what this could be, i can
find nothing about it.
Server was unable to process request. --> An error occured while trying to
load vali... more >>
Defining a URL for HttpWebRequest
Posted by Fred Herring at 5/4/2005 2:58:01 PM
I am trying to use httpwebrequest to post data. I have a question about how
to define the url for the httpwebrequest.
Dim request As HttpWebRequest =
CType(WebRequest.Create("http://localhost/test/PostAccepter.aspx"),
HttpWebRequest)
Is it always necessary when specifying a url for pos... more >>
Download from Web Folder Fails Based on File Type
Posted by JDRaven at 5/4/2005 2:41:06 PM
(also posted under webdevelopment-inetserver-iis newsgroup, not sure which is
most appropriate)
We have a Windows Forms app that has been successfully running for several
months. Part of the app checks for certain file updates from a web folder at
login time and downloads any component upd... more >>
learning web services
Posted by ToddT at 5/4/2005 1:18:16 PM
is there some option of setting up a "personal web server" on win xp
home edition where i can create and test a web service locally or is a
server os required?
thx in advance.
... more >>
Serialization.
Posted by Kevin Burton at 5/4/2005 10:51:09 AM
Hopefully this is the right group.
I am getting the following exeption:
Member 'PPRP602AType.RPLY_HEADER' hides inherited member
'REPLYType.RPLY_HEADER'
, but has different custom attributes.
at
System.Xml.Serialization.StructMapping.FindDeclaringMapping(MemberMapping
member, StructM... more >>
Repeat schemas in differing WSDLs
Posted by Dan Diephouse at 5/4/2005 8:22:25 AM
We're trying to write a .NET/C# application against a series of services.
Normally it would just be easy, add web reference and we're done. However
there a 5 different services and they all share common <schema:types> which
are declared in each wsdl (not imported from one central document). ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems Connecting to COM in WebService
Posted by Flynn Arrowstarr at 5/1/2005 4:05:01 PM
I'm trying to connect to the iTunes COM library through a web service. I have
created a basic web service that returns the HelloWorld item correctly, but
when I try to create an instance of the COM interop for iTunes, I get an
UnauthorizedAccessException error. From what I can tell, this seems... more >>
|