| Thread | Last Post | Replies |
|
| How do I capture the SOAP Fault message ******** NEED HELP !!! ******* | 27 Oct 2006 17:35 GMT | 2 |
I am currently developing a Web Service client application in VS.NET 2005. Everything is working fine except I don't know how to capture the SOAP error code along with the
|
| Poor XML WS performance on Windows 2003 | 27 Oct 2006 17:26 GMT | 2 |
I have a web service that does some heavy lifting with XML and hash tables. I moved my architecture to Windows 2003 (5 identical servers behind a load balancer, 1 stayed on Windows 2000), and now have a major performance problem. The Win2k3 servers are running at an average of ...
|
| WSDL does not show correct return type information for C# web service | 27 Oct 2006 14:47 GMT | 2 |
I have made a web service using C# and my problem is that the auto-generated WSDL-file does not show the correct type information for return parameters. It is desireable that it does because people who are to use the web service must know what it returns and it would be nice
|
| XMLSerialization - Do I need it? | 27 Oct 2006 13:24 GMT | 3 |
I am getting the following error message for my fairly simple web service. I have classes and have two DataSets that reference the same classes. The error is: The XML element named 'GetCustNoResponse' from namespace 'http://mydomain/'
|
| How to fix problem-usernameTokenSecurity can be bypassed in IE | 27 Oct 2006 04:50 GMT | 1 |
I have usernameTokenSecurity with usernameOverTransportSecurity working in WSE 3 and .NET 2.0 in a CustomUsernameTokenManager. It properly verifies if someone is authorized (i.e. if user is in certain SQL database). I have also confirmed it denies someone access if they don't ...
|
| Webservices namespace- What does it do? | 26 Oct 2006 15:52 GMT | 3 |
I have three questions about the namespace parameter of a webservice: What does it do? Is it necessary for it to be unique? Is there a way to modify it at runtime? I'll be deploying an app at
|
| UltimateReceiver.GetClientToken<UsernameToken>() returns null | 26 Oct 2006 11:51 GMT | 2 |
I am using WSE3 with usernametoken authentication and for some reason on the server a call to RequestSoapContext.Current.Credentials.UltimateReceiver.GetClientToken<UsernameToken>() returns null. Now, I know the username token is being sent by the client and received by
|
| WSE 3 and web farms | 25 Oct 2006 22:45 GMT | 2 |
I'm new to WSE 3 and need some advice on how to support web farms. My requirement is that my web service calls must be authenticated, signed and encrypted. Authentication should by by user-id and password. The authentication needs to be brokered by a seperate web-service from the
|
| SecurityTokenReference | 25 Oct 2006 19:09 GMT | 1 |
I need to send the next security header to a java application from a .Net WS Client: <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
|
| Web service add reference problem from remote host | 25 Oct 2006 18:11 GMT | 1 |
I had the web service working fine on the local server. I then uploaded the web service to my site on a commercial remote web host. When I try to add reference to it now I get the below error. Description: An error occurred during the compilation of a resource required
|
| calling a web service from within a web service | 25 Oct 2006 15:30 GMT | 1 |
i'm looking for some heads up info regarding calling and using a web service from within another web service. is this acceptable practice? if not why? what should i be thinking about here? cheers
|
| Newbie Question - Best Practices | 25 Oct 2006 07:54 GMT | 5 |
I have a question about the best way to proceed to write a web service. I am new to this so would appreciate your comments. I have the soap request and response. I have my DataSet so have all the information to populate the response. My question is: How do I get from the
|
| Dataset and Nested Class??? | 25 Oct 2006 06:59 GMT | 4 |
I have a DataSet and a class in my Web Service. My output for example is: <OrderInfo> <CustomerID>VINET</CustomerID>
|
| Quiestion about async calls to wcf services | 25 Oct 2006 01:54 GMT | 1 |
I am calling wcf service asynchronously, It works fine most of the time. Sometimes i get exceptions. When i see the event log there are few event logs related to the async calls. Could some one explain what this about and how to correct it.?
|
| Bad performance on SOAP call | 24 Oct 2006 21:07 GMT | 2 |
I have the following situation. COM server exposed on Windows CE 5.0 through SOAP (SOAP toolkit) C# client on XP calls methods on (COM)SOAP server. The complete call takes 527msec. Why is it so much?
|