| Thread | Last Post | Replies |
|
| parameters that sent to web-service | 24 Sep 2003 07:46 GMT | 1 |
I am using web-service. A web-service function can get some paramters as input, and return as a result an output. Can a web-service get a parameter which is input parameter, and also output
|
| Changing the default elementName for the return value of a Web Method | 24 Sep 2003 02:07 GMT | 2 |
Lets say I have a WebMethod with the following Attributes [SoapRpcMethod()] [WebMethod(MessageName="MyAction",Description="MyAction")] public short method()
|
| Trouble creating a new .NET webservice | 23 Sep 2003 15:16 GMT | 1 |
hi I am a newbie to .NET environment. My first task assigned was to create a webservice. I have been trying to create a webservice by clicking new c# project and selecting asp.net webservice but when i
|
| cant add another webmethod :( | 22 Sep 2003 20:52 GMT | 2 |
I have this code: <%@ WebService language="VB" class="TCPUtil" %> Imports System Imports System.Web.Services
|
| Using .NET web services proxy with Java based server | 22 Sep 2003 16:58 GMT | 2 |
I am developing a web services client in .NET. The web services and their corresponding wsdl are hosted in a Tomcat web server. When I use the wsdl for generating a .NET proxy, .NET generates a proxy and properly binds it to the wsdl. However, when I run that proxy, the returned ...
|
| Cassini | 21 Sep 2003 04:09 GMT | 3 |
Anyone here that can help with Cassini? I currently have VB.net and ASP.net (Standard software) installed on my XP Home notebook. When I try and run the cassini "build.bat" I get the error 'csc' is not recognized as an internal or external command, operable program
|
| InnerException doesn't work with SoapException | 21 Sep 2003 04:03 GMT | 4 |
If you examine the SoapExeption contructor there is one that takes a System.Exception (inner exception) as a parameter. What you could think is that you could pass your user defined exception on the server and then on the client you could retrive it to check what caused the error. ...
|
| Async Webmethods - Accessing from VC++ (Unmanaged) | 20 Sep 2003 22:12 GMT | 2 |
I have created a web service with a web method in C#. Now I would like to access this method asynchronously from VC++ (unmanaged) code. I know that using wsdl.exe I can create a proxy class for the web service, which provides asynchronous methods to access the web method (begin...,
|
| How to return my own XML? | 20 Sep 2003 04:31 GMT | 2 |
When I create a web service, and create a web method that returns a string, the output is always framed within a tag that looks like: <string xmlns="http://ewws.example.com/"> </string> What I'd really like to do is eliminate this string and form my own XML to
|
| Problems launching legacy windows app from webservice | 19 Sep 2003 15:54 GMT | 1 |
I use Process.Start and the process starts alright, but there's no window and it just halts there using 0% CPU time. Has this something to do with security issues (I.e. aspnet_wp.exe are not allowed to execute the file) or is it because the exe is not
|
| Using 'Shell' command in code. | 19 Sep 2003 09:54 GMT | 1 |
Has anyone had a problem using a 'Shell' command within code for webservice method? Are there any premission settings that allow/prohibit this? Thanks in advanace. Alex
|
| The operation has timed-out. | 19 Sep 2003 01:37 GMT | 1 |
I am building a Windows Forms application to consume Webservices provided by the jboss server. I used hte Windows WSDL.exe tool to generate the proxy code. The proxy code file has been added to my windows forms aplication. When the exposed webservice methods are called, application ...
|
| WebSerivces not accessible when deployed. | 18 Sep 2003 16:16 GMT | 3 |
I have a development environment setup on my Laptop that runs Win2000. I also have IIS running and local SQLServer running. I developed a client in VS.NET 2003 for a XP machine, that will access a webservice, connecting to the local SQL Server. Everything works perfectly fine in my ...
|
| RTF File | 18 Sep 2003 08:43 GMT | 1 |
Im trying to send an RTF file over a web service, but without much luck. From the .asmx page I can invoke the web service and it looks like it works ok, but if i try invoking it from an application I recieve "There is an error in XML Document (1, 340)."
|
| mutliple websites/code | 16 Sep 2003 23:25 GMT | 1 |
I have multiple websites on single IIS. I have a function (in a seperate aspx.vb file) that I want to use for all the default pages on these sites. How do I 'call' this function' from the aspx files without copying the files into each 'bin' folders? what is the syntax
|