| Thread | Last Post | Replies |
|
| HttpWebRequest encoding to talk to Web Service | 02 Sep 2004 23:08 GMT | 1 |
if i am using HttpWebRequest to communicate with a Web Service , how should i decide what type of url encoding to perform (for example, utf-8 , etc.) should this information be included in the WSDL ?
|
| Send Basic HTTP authentication credential in the first HTTP request | 02 Sep 2004 22:54 GMT | 1 |
How can I make the web service proxy class send basic authentication information in the HTTP header of the first request? My authentication code is here: NetworkCredential crd = new NetworkCredential("user1", "welcome1");
|
| Web Services Async Method Timeout Help needed... | 02 Sep 2004 22:18 GMT | 2 |
I have a web service that has a method that takes a fair amount of time to complete. One of my clients is stating that they are getting a timeout back. I am having difficulties getting my Windows XP workstation which is running
|
| Q: Cheap Windows webhosting with ASP & DB | 02 Sep 2004 17:30 GMT | 6 |
I want to find some cheap webhosting with Microsoft ASP and database access. I want to use Access and/or SQL DB with ADO.Net. I want to practice some ASP programming and develop various things. Does anyone have any ideas who is cheap and reliable?
|
| InvalidOperationException Calling a web service | 02 Sep 2004 07:51 GMT | 2 |
I am calling a web service using a proxy class generated using wsdl.exe Does anyone know what the error I get means? Is the namespace mentioned below part of the response I get from the web service?
|
| Custom tool error: Failed to generate dataset. Undefined data type: 'anyType'. | 02 Sep 2004 07:35 GMT | 1 |
Did anyone got error like that? When I'm trying to Update WebReference in my project this is an error I'm getting "Custom tool error: Failed to generate dataset. Undefined data type: 'anyType'."
|
| SOAPHeader | 02 Sep 2004 07:14 GMT | 1 |
I have a WebService client. All the code is generated by VS.NET 2003. The problem is that some attributes are not generated. All the attributes in the base class are generated. But the attribute in the inherited class RFCSending are not.
|
| Attribute missing / not serialized | 02 Sep 2004 07:12 GMT | 1 |
I have a WS client. All the code is generated by VS.NET 2003. For me its seems that an attribute is not generated during sending the request in the SOAPHeader. The problem is with RFCSendingValue.
|
| Serializer unneccesarily recreates type? | 02 Sep 2004 06:53 GMT | 1 |
I have a simple webservice that accepts a network credential as an argument to a webmethod. When i create a proxy for my client to use, the proxy generator then recreates a new type
|
| trace info | 01 Sep 2004 21:10 GMT | 1 |
I have my WSE2 settings to write to a Input and Output trace files, but they are not being written. What am I missing?
|
| WSDL Import | 01 Sep 2004 20:59 GMT | 1 |
I have been creating a webservice using the funtionality in vs.net to do so (in other words, I havent programmically created any xml). I have a need to modify the WSDL: specifically, I want to add an IMPORT statement with the NAMESPACE and the schemaLocation tags.
|
| Invalid operation error while calling webservice | 01 Sep 2004 20:59 GMT | 1 |
I am trying to call a webservice. following is the error that i got /******/ System.InvalidOperationException: Missing parameter: sOCrp.
|
| DiscoCodeGenerator unable to initialize code generator | 01 Sep 2004 20:57 GMT | 1 |
Hi, I have created the "Hello World" web service with one web method on it "HelloWorld" (yes the [WebMethod] tag is there). I have deployed the web service to a Windows 2003 server, then I create a new project in
|
| Web Service and VB6 COM Object using ADO 2.6 | 01 Sep 2004 20:47 GMT | 2 |
I have a VB 6 COM object that uses ADO 2.6 to connect to a database. I have a Web Service that references this COM object and calls a method in this objects that uses ADO 2.6 to connect. The Web Service gives the error "connected[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does ...
|
| WSDL Username Token Signature & Encryption? | 01 Sep 2004 16:23 GMT | 6 |
My service requires a Username token. It also requires a MessageSignature and EncryptedData (using said token.) Is there any way to specify what is expected in my WSDL document? If not, how will the service consumer know what token(s) are required?
|