| Thread | Last Post | Replies |
|
| Best Practices for WSE | 24 Jun 2005 14:53 GMT | 7 |
I'm trying to develop a proof of concept for my company using WSE. We actually have a relatively simple goal. We have a web application that uses integrated authentication, and we'd like to flow the identity of the user to an internal Web service. I was thinking that just ...
|
| run .exe from web service - looking for ideas | 24 Jun 2005 14:15 GMT | 1 |
Hello everyone, I am trying to accomplish something, and the way I had intended is not working out, so I am looking for ideas. Here is what I am trying to accomplish. I must preface this by saying that I am new to iis and iis security.
|
| use the domain name instead of an IP address in the WSDL | 24 Jun 2005 10:18 GMT | 1 |
How do I get IIS to use the domain name instead of an IP address in the WSDL for the soap address location? [wsdl:port name="Ws" binding="tns:Ws"] [soap:address location="http://192.168.0.11/Ws/Ws.asmx"/]
|
| ResponseSoapContext | 24 Jun 2005 10:07 GMT | 3 |
I have a simple webmethod to send Dime attachments using WSE 2 : [WebMethod] public void CreateDimedImage() {
|
| Using User Defined Data Type Across | 24 Jun 2005 08:26 GMT | 1 |
hi! i have created a document class. I have a .net client application and a web service. Both of them using same object model and referencing a doctypes.dll file. But when i want to run a client application getting error InvalidCastException. I deleted class declaration in ...
|
| The underlying connection was closed... | 24 Jun 2005 06:17 GMT | 2 |
I get the following error message whilst consuming the web service 'The underlying connection was closed: Unable to connect to the remote server. Any help much appreciated. Andrew
|
| SOAP Toolkit 3.0 client not using timeout | 23 Jun 2005 22:48 GMT | 1 |
I am using MS SOAP client provided with SOAP Toolkit 3.0. I have set the timeout for this application to 20 seconds. On some occasions, when there are network problems and the call to the webservice is not able to complete succesfully, the client waits for 50
|
| Trouble with X509 authentication | 23 Jun 2005 19:06 GMT | 1 |
--- Sorry for the cross-post in ...aspnet.webservices, but just found this group and it seems more appropriate ---
|
| Trouble with X509 authentication | 23 Jun 2005 18:59 GMT | 1 |
I'm trying to get the hang of WSE2, and am running into a problem. I wrote a simple web service, and a simple client that calls that web service. If I do not have a policy in effect for the web service, everything works fine. When I turn the policy on, I get:
|
| Benefits of WSE 2.0 | 23 Jun 2005 14:41 GMT | 1 |
Can someone tell me what's do good in the WSE 2.0? We have a distributed web application which uses web services. SSL is implemented between the WEB application and the WS facade. Does WSE 2.0 help me in a significante way?
|
| Using User-Defined Data Type | 23 Jun 2005 14:27 GMT | 3 |
hi! i have created a document class. I have a .net client application and a web service. Both of them using same object model and referencing a doctypes.dll file. But when i want to run a client application getting error InvalidCastException. I deleted class declaration in ...
|
| calling web service in vb | 23 Jun 2005 11:10 GMT | 2 |
I am trying to call a web service through the vb code but when i m getting a error 403 that is a forbidden access. how can i fix this problem..thanks a lot
|
| One or multiple services | 23 Jun 2005 10:57 GMT | 2 |
Is it better from a performace point of view to have: Many WebServices with a couple of web methods each or: A Couple of web services with many web methods each
|
| Configure SOAP extension | 23 Jun 2005 10:28 GMT | 2 |
I have created a SOAP extension that can be enabled using a SoapExtensionAttribute. This attibute holds two additional properties that are used to configure the SOAP extension. This works fine, but I often want to use the SOAP extension from my web.config file and I have no idea ...
|
| Unable to connect to MSSQL...return error | 23 Jun 2005 10:24 GMT | 2 |
Hello.... My web service cannot connect to My MsSql DB. error message... ----------------------
|