| Thread | Last Post | Replies |
|
| Access raw XML in webservice method? | 06 Sep 2005 10:29 GMT | 3 |
I'm stuck with a stuppid problem that I didn't anticipate. I have a web method that received two de3serialized objects as parameters. The web service was auto-generated from a WSDL file. What I didn't consider initially is that I have to log the oroginal XML of each parameter ...
|
| Web Authentication | 05 Sep 2005 15:25 GMT | 1 |
I have the next code: Dim sURI, reciever As String Dim StreamURI As stream Dim wcClient As New WebClient
|
| Web Services and Indigo - Roadmap | 05 Sep 2005 09:53 GMT | 1 |
We are in the inception phase of architecting a .NET based multi tier application. Due to the .NET technology advancements, we have decided to go with .NET 2.0 beta 2 for development. One of the objectives is to implement SOA.
|
| connect to sql2000 server | 04 Sep 2005 20:54 GMT | 1 |
hi every one i have made a webservice that access a sql2000 database server. when i have devloped this webservice on my machine it was run correctly. and it was use trusted connection to connect to the database server.
|
| 403 1 Forbidden: Execute Access Forbidden | 04 Sep 2005 19:59 GMT | 1 |
Trying to install a .NET application on a Windows 2003 Server and for any . aspx file get the following error: 403.1 Forbidden: Execute Access Forbidden The application has worked fine on XP systems and multiple Windows 2000
|
| Problem deleting rows from tables if ID field a GUID | 03 Sep 2005 05:42 GMT | 1 |
If I try to delete a row from a table using the uniqueidentifier in the ID field it will not delete the first one. On the second try to delete a row it reports back that "This row has been removed from a table and does not have any data. BeginEdit() will allow creation of new ...
|
| I need to download SOAP components | 02 Sep 2005 18:30 GMT | 1 |
What should I download to have SOAP on my computer?
|
| Beginner needing help with return data from a webservice. | 02 Sep 2005 18:22 GMT | 1 |
I'm a beginner and need a little help with getting data back from a web service. I am using VB.Net and have added a web reference to a Wsdl that was provided to me.
|
| Serializing namespace prefixes in Web Services | 02 Sep 2005 15:21 GMT | 2 |
I have a web service that allows different message types to be sent in. The types are defined by schemas. I was wondering if there was a way to enforce my web service clients to send namespace prefixes in the xml they serialize? Especially through the WSDL or through the ...
|
| Exposing a webserivce (Biztalk) | 02 Sep 2005 09:18 GMT | 1 |
I'm exposing an orchestration as a web service which simply replies the same object it receives by calling an internal ws I wrote which does the same thing. (getting the object and returning it) While I was using a simple string the circle worked fine, but after I
|
| Big Problems with web services - 404 error (help) | 02 Sep 2005 01:35 GMT | 2 |
I'm using vs2005 beta 2 to create an ASP.NET web service.. I'm having major problems using my web services. I've even tried creating a new one and running the default code (i.e. Hello World) and I get this error: Server Error in '/QNSEmulator' Application.
|
| .Net web service uploading problem | 02 Sep 2005 00:48 GMT | 4 |
i created a simple .Net web service and it is working well on my local host. but when i uploaded it to my server i got an error "Server Error in '/webApp' Application. The resource cannot be found.
|
| HELP! ResponseSoapContext.Current = <undefined value> | 01 Sep 2005 22:39 GMT | 1 |
Why isn't the ASP.NET runtime providing a valid reference for this object to my WebService? I'm trying to use WSE and DIME to send attachments via Web Service. I've provided a whole lot of information in the thread below: DIME: Attachments.Add - Object reference not set to an ...
|
| web.config file | 01 Sep 2005 22:38 GMT | 1 |
i have a web.config file that specifies the connection string for my database. the database server on the ISP is using a different port than 1433. how do i specify in the connection string to use a specific port number?
|
| Method can not be reflected | 01 Sep 2005 20:57 GMT | 3 |
I have a small webservice, which returns an object array. It works fine on the browser, but got the following error on the client windows form application: An unhandled exception of type 'System.InvalidOperationException' occurred
|