| Thread | Last Post | Replies |
|
| Difference? | 23 Dec 2004 15:17 GMT | 1 |
I am a little newbie in web development. Can anybody explain me the difference between the Web-Service Architecture and the normal Web-Application Architecture, regardless of the used protocols. Because at Web-Service Architecture the Web-Service offers Web-Methods which can be
|
| Howto: WebService in not Bin folder? | 23 Dec 2004 12:59 GMT | 8 |
I have simple web folders structure: -ROOT - BIN WebService.dll
|
| Problem calling a WSE 2.0 service through a proxy/firewall | 23 Dec 2004 11:01 GMT | 5 |
In general, how can I use WSE2.0 through a proxy/firewall? I am unable to run the SecureConv example in WSE 2sp1 with an HTTP proxy between the service and client. I set the proxy property in the following way: serviceProxy.Proxy = new System.Net.WebProxy( "http://localhost:8110" , ...
|
| WSE405: A satisfactory subset of policy assertions that could be enforced for the outgoing message could not be found. | 23 Dec 2004 03:58 GMT | 27 |
I am trying to implement a Security Between my Web Site and my Web Service using WSE2.0 using Policy. I Followed the example in HOL-WSE02 and It works greate. Now when I try to use the same exact Procedure/steps on my own web -
|
| Need guidance - room booking web application | 23 Dec 2004 03:52 GMT | 2 |
Dear Geeks, The following is a room booking web application done in PHP: http://mrbs.sourceforge.net/mrbs/day.php?day=21&month=12&year=2004 My project involves booking rooms for a max. time period of 14 days using
|
| How can I expose constant values to my clients? | 22 Dec 2004 23:20 GMT | 6 |
I have some constant values in my web service that my client application will require. Having to keep server side and client side definitions insync is tedious. I am trying to do something like this: [FlagsAttribute]
|
| WebRequest to see if Directory exists | 22 Dec 2004 23:17 GMT | 1 |
I am trying to find out is a folder exists within a share on a server. I can successfully determine if a file exists within the share, but I can't figure out how to determine if it's parent folder exists. This is what I'm trying:
|
| Array Of Arrays - Cape Generated WSDL with .NET | 22 Dec 2004 22:56 GMT | 10 |
I have a CAPE generated WSDL that is an array of arrays. Let me elaborate I have a struct of public class Properties() {
|
| ...Root Element is missing Error! | 22 Dec 2004 22:52 GMT | 1 |
I am using webservice.htc to call a asp.net web service. The web service works find for the first...when i call it second time i am gettting an Error ." root element is missing"..this is happening only in remote...when i test the same application locally it works find... the ...
|
| Need control over LocalEndPoint for multiple IPs | 22 Dec 2004 21:00 GMT | 3 |
I have to send out timed requests to a web service with a limitation of 1 request per 6 seconds. I am using a windows service to run the app. and I have 10 IPs on the box. I need to basically send out 10 requests every six seconds ...one request per IP. I know I can get access ...
|
| Accessing a Web Service using a Query String | 22 Dec 2004 20:45 GMT | 3 |
I have read several things that state accessing a Web Service through a Query String should work. However, when I try to execute http://localhost/webservice1/service1.asmx/HelloWorld I get the error below. Can I access a Web Service through a Query Sting. I need to send XML to a
|
| WSDL problem with .Net mobile | 22 Dec 2004 20:39 GMT | 1 |
I have written a Web Service using Axis C++ Server and a .Net Windows client. I considered every interoperability issue between Axis and .Net( Doc/Literal ...) The .Net Windows client can communicate with Axis without any problems. Now
|
| Authorization during WS-SecureConversation secured calls | 22 Dec 2004 20:31 GMT | 5 |
What are the options/best practices for authorizing individual Web Service methods that are being made under the protection of WS-SecureConversation? The pattern I have in mind is: 1) The web service client is initially authenticated using a custom
|
| WSE 2.0 Policy Sample, Problem with Certificate | 22 Dec 2004 18:58 GMT | 6 |
Hello WSE Gods, On one of my machines I am using the sample certificates that came with WSE 2.0 Samples. However when I Install any of the three certificates I get the following errors:
|
| How could I generate loads over a soap:tcp server??? | 22 Dec 2004 16:31 GMT | 2 |
All I have is the XML traces. Could I write my own socket and communicate with the server? thanks,
|