| Thread | Last Post | Replies |
|
| wsdl /sharetypes and xmlinclude | 13 Oct 2006 10:11 GMT | 1 |
i have 2 web services each with some of the same types but also each with their own xmlincludes to include types specific to them. I want to share the types that are common so I used wsdl /sharetypes but it hasn't included the xmlinclude objects.
|
| Enumeration in WebService | 13 Oct 2006 04:13 GMT | 1 |
I am thinking of returning enumerated data types in my web service response. My enumeration values are driven from a database lookup table. The table get new lookup records and these need to be enumerated to the clients. The problem I face is , any time when these new records are ...
|
| Speed up the first call | 13 Oct 2006 00:23 GMT | 2 |
We have developed a .NET web service. The service executes a SQL on the SQL server. The first call of the webservice takes very long but the other calls dont. Why is that and how can we speed that up?
|
| having problems getting routing working with username token policy | 12 Oct 2006 17:59 GMT | 4 |
hello all could some one please direct me to docs on setting up a routing service to work w/ a policy assertion on the destination web service. I can not seem to get it to work. I have overwritten the SoapHttpRouter and the GetRequestPolicy() and
|
| Setting up Soap Actions in Config files? | 12 Oct 2006 15:27 GMT | 1 |
I need to implement multiple Soap Actions with same functionality. Is it possible to setup configuration to use the same function with multiple SoapActions? I want to avoid the compilation for every changes made for the Action
|
| Secure conversation breaks WSE | 12 Oct 2006 14:07 GMT | 2 |
I was trying to get an increase in performance via the secure conversation, as per the WSE3 hands on lab. However, when I turn the establishSecurityContext attribute from false to true, and reset iis (I'm doing this on both the client and service)
|
| Calling a web service from within a DLL | 12 Oct 2006 11:51 GMT | 2 |
I am trying to call a web service from within a dll, with that dll being loaded and called dynamically. eg. Assembly assembly = Assembly.LoadFile(@"C:\path\myfile.dll");
|
| polling frequency of Sql Receive Location | 11 Oct 2006 22:58 GMT | 1 |
Quick question: Is there anyway to increase the speed that the SQL Receive Location requeries when messages are received? I have "Poll While Data Found" set to true, and it only seems to be processing 250 or so messages per minute. Is there a way to make this
|
| Schema in WSDL File | 11 Oct 2006 22:55 GMT | 2 |
I have been experimenting with .Net web services for a while and have a few questions about the schema in the automatically generated WSDL file, and whether its content can be manipulated programatically. First of all, I created several very simple test methods in my web service:
|
| Urgent: Web Service | 11 Oct 2006 20:04 GMT | 1 |
I am pretty new to web services. And I have a situation where i am using a web Method that will send an xml documents. I am getting data into the dataset and then using dataset.getxml() method
|
| Null value node is causing deserialization problems | 11 Oct 2006 19:56 GMT | 4 |
Let's say I have the following wsdl snipet: <s:complexType name="consumer_response_info"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="final_score"
|
| Application Server Unavailable | 11 Oct 2006 15:30 GMT | 1 |
I've spent several days trying to overcome the "Application Server Unavailable" error after I've moved my webservice from my laptop to the server. The server is running Windows Server 2000, IIS v5.0 and frameworks 2.0.
|
| How to use WSE 3.0 with WS-Addressing? | 11 Oct 2006 14:55 GMT | 1 |
I have looked at all of the sample files included with WSE 3.0 and have not been able to find a good sample of how to use WSE to create a SOAP message with the WS-Addressing headers in it. Many of the samples seem to show how to receive a SOAP message with
|
| Upload LARGE files via a web-service | 11 Oct 2006 13:50 GMT | 1 |
I have a customer which want to upload LARGE files via a web-service and stream it into a database while it is uploading. I don't want to go out of my way and develop a large HTTP App. Module which intercepts a SOAP call and manually streams the file content to the database if it ...
|
| How do i change utf-8 charset to iso-8859-1 on webservice response? | 11 Oct 2006 11:47 GMT | 1 |
How do i change utf-8 charset to iso-8859-1 on webservice response? Help me please.
|