| Thread | Last Post | Replies |
|
| How do I change data retrieved from db before sending it out to client | 21 Mar 2005 19:45 GMT | 1 |
I'm new to dotnet. This might not be the right place to post my question, if so, accept my apoligies and please redirect me to the correct group. I made a web service and it is working well, but some of the data I
|
| HTTP Version Not Supported | 21 Mar 2005 18:45 GMT | 2 |
Im new to webservices, so please have patience :) I?m calling a webservice from another company. It?s a simple call looking like this: String retval = wsFunction.getXML(myString);
|
| Stateful Connection - C# Client talking to Java Web Service | 21 Mar 2005 18:29 GMT | 1 |
I have created a C# Client talking to Java Web Service on Systinet Server 5.0. I want to make a stateful connection so that the Service is instantiated only once when the call is placed to the methods.
|
| Error calling Java Web Service (Web Logic) from ASP.NET client | 21 Mar 2005 15:42 GMT | 1 |
I have a Web Service written in Java (Web Logic) and I am trying to call it in my ASP. NET client. I am facing a problem while getting the data from the Web Service Method. My Web Service returns me an object which is a wrapper around an array of objects. (Earlier I was trying to ...
|
| Adding fields to default header | 21 Mar 2005 13:11 GMT | 4 |
I'm trying to consume a Java-based web service, and the RPC style requires a message that looks like this: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope
|
| Encrypting the Signature of the username token | 21 Mar 2005 11:49 GMT | 7 |
hi everyone how can we encrypt the signature by using the Username token , even if u r using the sendhash property there may be brute attacks. Any suggestions appreciated.
|
| Weird DateTime Regional Problem | 21 Mar 2005 11:27 GMT | 3 |
I have a web service that records the status of our engineers, e.g on route, on site, departed or abort current job. This uses DateTime.Now.ToString("F") to record when each of the above actions are completed. On my dev server, W2K3 enterprise, SQL Server 2000 (SP3) and all ...
|
| Webservice Error | 21 Mar 2005 07:29 GMT | 2 |
Hi Prior to sitting MCSD exam 310 I am going back over my Developing Web services course book. (MOC 2524C). When I compile the first lab (Lab03) - Woodgroove bank onsole app, The request part of the exercise works fine, then I get an error message:
|
| The underlying connection was closed: Unable to connect to the rem | 20 Mar 2005 23:21 GMT | 1 |
I am trying to use a web service on an ISPs server and keep getting the following message: "The underlying connection was closed: Unable to connect to the remote server" Fortunately (so I thought), looking on the web
|
| HTTP POST from a Web Service | 20 Mar 2005 14:27 GMT | 3 |
I have an ASP.NET Web Service which receives an XMLDocument which is then parsed. The values in the XML file need to be sent to a Java servlet on another web server. How would I initiate an HTTP Post to the servlet from the ASP.NET web service?
|
| basic questions | 19 Mar 2005 02:32 GMT | 1 |
I'm completely new to web services, although I have already spent some time reading documents that explain the basics. I would appreciate if someone could answer these (I suspect) easy questions: - The computer running an application that exposes a web service needs
|
| is this possible with a WS? | 18 Mar 2005 21:21 GMT | 2 |
We have a business system at work inwhich i wrote a stored procedure that finds all un-acknowledged purchase orders and e-mails the venors nightly asking them to confirm the orders by e-mailing us back. I am curious if i could create a link that would invoke a web service ...
|
| Export Access report to a snapshot file and view on web site | 18 Mar 2005 20:37 GMT | 1 |
I need to provide Access reports from our web site. When the app gets to the output command I get this error I get this error: The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry.
|
| Object reference not set to an instance of an object | 18 Mar 2005 01:38 GMT | 2 |
I have a web service which was running perfectly fine under my dev machine running win xp PRO and under our test server running win 2k. But since last week service stopped working on server. Everytime I call it I get above error. I asked server guys if they installed anything in
|
| Overloading WebMethods | 17 Mar 2005 22:26 GMT | 7 |
I have webservice and I need to overload a method but when overloading the method as following i got error message written below: [WebMethod(Description="Gets the number of files in the User subfolder that has that Type name")]
|