| Thread | Last Post | Replies |
|
| Large file transfers - socket basesd solution or remoting? | 10 May 2005 09:25 GMT | 1 |
After reading all of the pros and cons of a socket-based solutions and remoting solutions I still can't decide what the most appropriate solution is here’s rundown. I am trying to develop a file transfer architecture that will use a
|
| ASP.Net Web Service help please | 10 May 2005 09:24 GMT | 1 |
I was wondering if someone could help me out with some of the "big picture" issues associated with ASP.Net Web services from Windows XP. Any advice will be greatly appreciated! Why, when I create a new ASP.Net web application project, does Visual
|
| WebService 'Acces to path is denied' | 10 May 2005 09:20 GMT | 3 |
I need to setup WebService so it can read/write folder e.g. SharedFolder When i setup sharing permissions & security for ASPNET user, it's not enogh. When i setup for Everyone (local or domain) WebService works fine. what do i need to do?
|
| SOAP questions | 10 May 2005 09:19 GMT | 3 |
for my thesis, I'm programming a Web Service, where the security aspect is very important. One security issue that I provide is digital sigatures. Now I want to write every incomming SOAP message to the Web Service to a file, and if the message is signed, store it, otherwise ...
|
| Getting status of web service | 10 May 2005 09:17 GMT | 1 |
I've a set of web services. All the web services URL are put in web.config file in <AppSettings> tag. My requirement is that I need to create a test page aspx which prints all the URLs of web services and the status whether it is accessible or not.
|
| WSDL Sample SOAP xml does not include properties of inherited class. | 10 May 2005 03:01 GMT | 2 |
The sample soap xml that is displayed for a web service does not correctly display properties from an inherited base class. If I have : public class Results {
|
| Tool for intercepting SOAP requests | 09 May 2005 22:39 GMT | 7 |
Is there a simple straight forward tool out there for intercepting my SOAP requests so that I can debug the XML that I am sending?
|
| Enterprice Library | 09 May 2005 22:09 GMT | 1 |
On a C# training I have hear a .NET library which is name "Enterprice Library". But i can not found its in microsoft download pages. If there is a library like this, where can i dowload it. I will beginig a new enterprice project with .NET (C# ) and im looking for
|
| LoadBalancing | 09 May 2005 21:39 GMT | 1 |
Hi All, Kindly throw some light on how to load balance WebServices??? TIA
|
| Including WS-Policy in WSDL | 09 May 2005 20:07 GMT | 2 |
Does anyone know whether WS-Policy details can be included in WSDL's? If so does WSE2.0 sp1 support it? Thanks
|
| Dynamic binding in webservices | 09 May 2005 13:00 GMT | 3 |
hi, how can i make 'programatically' a dynamic binding to a webservice? what namespace or classes to use? thanks in advance...
|
| Question about web service | 09 May 2005 11:18 GMT | 1 |
I have to decide on the appropriate wire protocoal to use when designing an XML web service. the web service i have developed will be deployed inside the corporate firewall, while the clients will be located on both sides of the perimeter. But no additional ports can be opened in ...
|
| .Net web service uploading problem | 09 May 2005 11:18 GMT | 1 |
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.
|
| The message does not conform to the policy it was mapped to | 08 May 2005 19:02 GMT | 1 |
I have set up ( What I think should be ) a simple Web Service which expects a signed Username Token. I implemented a custom Username Token Manager which worked fine before I created a policy file on the Service side, using the GUI interface tool provided. I set the policy to ...
|
| Defining a URL for HttpWebRequest | 08 May 2005 15:02 GMT | 1 |
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"),
|