| Thread | Last Post | Replies |
|
| webservice limitations? | 22 Feb 2005 06:07 GMT | 2 |
all, while converting a .net class file to a xml webservice i have encountered some problems. First I cannot seem to be able to pass optional parameters to a web method. I have also found problems with the sqldatareader as a "byref"
|
| How to implement a three leg shake between WebService and Client ? | 22 Feb 2005 05:56 GMT | 1 |
I´ve been implementing a simple webservice, that is reponsible to the following services: -Return an XML file resultant of a query, whose parameters were passed by client.
|
| Interop questions (nil/null value/reference) | 22 Feb 2005 05:50 GMT | 4 |
I think I've figured out my interop problems, but I'd like some confirmation that I'm not going down the wrong path. I'm connecting to a web service over which I have no control, and it's written in Java. My client is written in C#. Several of the WSDLs
|
| Sharing custom types among web services-looking for a best way | 22 Feb 2005 05:19 GMT | 1 |
I read a column on sharing types between web services at http://msdn.microsoft.com/library/en-us/dnservice/html/service07162002.asp Sharing types can be acheived, similar to what described here in this article but little defferently, by defining these custom types in a seperate
|
| Question on Document/Literal SOAP style. | 22 Feb 2005 00:24 GMT | 3 |
In the document I fount on web sit http://download.microsoft.com/download/1/b/b/1bb6e11f-8e8c-46bf-a2d7-9a16976d452 6/NETConnectedLogoTechnicalSpec020904.doc, it says that “To be .NET Connected compliant, a Web services application must use the HTTP transport and the ...
|
| WSE and Indigo | 22 Feb 2005 00:16 GMT | 4 |
I guess some of us have seen Eric Rudder's Indigo Day keynote Live at VSLive in SF. http://www.ftponline.com/reports/vslivesf/2005/rudder/ David Chappell's article on Intro to Indigo here http://msdn.microsoft.com/longhorn/default.aspx?pull=/library/en-us/dnlong/html/ introindigov1-0 ...
|
| Limited ASPNET system resources? | 21 Feb 2005 23:56 GMT | 6 |
Are there some system resources which the ASPNET user account gets less of, by default? I'm running into a problem with a web service that I'm working on. I have a 3rd-party program which the web service interacts with, and I
|
| How to specify the input data bounds in web service? | 21 Feb 2005 23:39 GMT | 2 |
I have a C# web service and I want to specify the lower bound and upper bound of input value. e.g. [WebMethod] public long MilesToKilometers(long lngMiles). I want the input value for lngMiles is within [0,100]. I expect that there are some properties can be set before actually ...
|
| Using user defined types | 21 Feb 2005 22:46 GMT | 3 |
Hi, I'm pretty new to this, so I hope I'm not completely off-track. I built a web service in C++ that I'm accessing trough another C++ client. I have no problems with the regular web service functionalities, but I want to define a
|
| change encoding from UTF-8 to ISO-8859-1 | 21 Feb 2005 19:48 GMT | 3 |
I have a .Net Web Service and the encoding of the SOAP Messages is always UTF-8, and I need to change the web service so that it encodes with ISO-8859-1 because it’s the only encoding my web services client supports. I've updated my web.config & machine.config Globalization ...
|
| Error !!! when my webservice is deployed in 2003 server. | 21 Feb 2005 19:07 GMT | 2 |
I have a webservice deployed in 2003 server, then error occurs while accessing it from a webpage in client side, If deployed in windows 2000 and other windows versions , its working well .. Thanks in advance
|
| FYI: SH1 appears to have been Broken | 21 Feb 2005 18:37 GMT | 3 |
http://it.slashdot.org/article.pl?sid=05/02/16/0146218&from=rss
|
| WSE2 \r\n in string | 21 Feb 2005 15:31 GMT | 2 |
I am using WSE2.0 to pass some strings from a client to a webservice (both written in c#). I notice that something is changing the CR \ LF's in my strings! \n is ok
|
| How to generate web service from wsdl? | 21 Feb 2005 14:23 GMT | 2 |
is there a possibility to generate a web service from an existing wsdl file / proxy class? i am new in this group, so sorry if this question was already in discussion.
|
| Connect from WebService to a database located in NetWare | 21 Feb 2005 14:01 GMT | 1 |
I have a number of webservices wich connects to databases located in NetWare 5. I used Framework 1.1 and stand alone Windows Server 2000 with IIS 5.0. ASP.NET runs as system user. File "map.bat" is in Windows\System32 directory
|