| Thread | Last Post | Replies |
|
| Wsdl Conform | 25 Mar 2008 13:32 GMT | 1 |
This is the wsdl that we should conform. It was generated with Axis. <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://Thisisthesite.com" xmlns:apachesoap="http://xml.apache.org/xml-soap"
|
| Wsdl Conform | 25 Mar 2008 13:29 GMT | 1 |
This is the wsdl that we should conform. It was generated with Axis. <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://Thisisthesite.com" xmlns:apachesoap="http://xml.apache.org/xml-soap"
|
| HTTP 500 | 24 Mar 2008 23:53 GMT | 1 |
I created the IIS 7.0 hosted service (Vista Business OS). When I run the project from within VS 2008, the ASP.NET Development Server is launched and browser will show the *.svc page If I enter the url for *.svc file to the web browser (so it means I want to
|
| Errors Creating WCF Service Contract Interface | 24 Mar 2008 22:06 GMT | 3 |
I am "Walking Through" the VB Team's walkthrough of WCF support in VS2008. In the IService interface the <ServiceContract()> indicates an error "Type 'ServiceContract' is not defined" and both <OperationContract()> are indicate "Type 'OperationContract' is not defined. Any ...
|
| Webservice callback | 24 Mar 2008 13:05 GMT | 2 |
Hi NG, I want to use a Webservice to pass data from a client to the WebServer. The client then immediately gets the response "Data send - wait for the result". After a while (after the data has been processed) the Webserver has to pass
|
| Borland C++ client and .net 2.0 webServices | 24 Mar 2008 11:47 GMT | 1 |
Hi everyone, I'm trying to consume a .net 2.0 webservice by a 3ty part client written in Borland c++. The test web service function is very simple: a function that accepts two integer passed byval and returns true if the integers are the same and false if they aren't. The problem ...
|
| can I progarmatically register asp.net to IIS | 22 Mar 2008 18:27 GMT | 1 |
I am using aspnet_regiss.exe utility from command prompt to register asp.net to IIS. But my requirement is to do it programmatically so that client need not worry about this registration. Can we do this programmatically??
|
| vs2008 and wse3 | 21 Mar 2008 23:12 GMT | 1 |
We have a website that was created initially in vs2005. I had downloaded the wse3.0 package and installed on my development machine and all worked fine. I have changed machines recently and went to vs2008 .net 3.5. In trying to convert the previously mentioned website, it gave ...
|
| how do I get my own Web Service URL?? | 21 Mar 2008 12:00 GMT | 1 |
hey, I have a web service here, with a few aspx pages too. I want it to display the current web service URL. now the first example I have found is System.Net.Dns.Resolve(System.Net.Dns.GetHostName()).AddressList[0].ToString()
|
| System.Net.HttpWebRequest equivalent | 19 Mar 2008 23:01 GMT | 4 |
What is the System.Net.HttpWebRequest equivalent code for the MS XML related code below? Thanks Regards
|
| Preserving static variables in web services. | 18 Mar 2008 02:24 GMT | 4 |
I have a static variable in my class that contains a socket connection. This class is called from a webservice. I donot create a socket for each request . the socket is created and connected to the target address for the first
|
| Consuming a web service - Access problems | 16 Mar 2008 23:02 GMT | 1 |
I am trying to access a webservice but have problems with connecting. Config file is after the error. This is the code i am using and the error is as below: using System;
|
| Privileges needed to instantiate COM objects | 16 Mar 2008 22:59 GMT | 5 |
I develop a webservice that, from time to time, needs to instantiate a Word application and to create a document locally. The webservice is running under the default credentials (ASPNET / NETWORK SERVICES) but this doesn't provide enough rights to manipulate
|
| Adding Web Service Reference from SharePoint lower level site coll | 15 Mar 2008 20:18 GMT | 8 |
I am having a heck of a time with accessing the Web Services for a particular site collection. I try to add a Web reference to VS2005 for example. http://URL/Sites/sites/MySite/Subsite/_vti_bin/lists.asmx
|
| WCF Service | 15 Mar 2008 20:04 GMT | 1 |
Which tool and where to download for enabling WCF Service on the machine? Thanks for anyone to give a clue.
|