| Thread | Last Post | Replies |
|
| How to expose a class library as web service | 11 Apr 2005 13:13 GMT | 3 |
I have developed a class Library with several classes and methods. Its working fine with a windows forms test application, but now i need to create a webservice that will expose those methods. Do i have to create a method signature replica to all interfaces and methods, that will ...
|
| Returning ArrayList from WebServices | 11 Apr 2005 12:16 GMT | 2 |
Hi all public System.Data.DataSet GetDataSetParam(string sProcName,ArrayList aParameterName, ArrayList aParameterValue) { when i m calling from my windows application then its givin me error that
|
| Consuming a WSE 2.0 Secured Web Service from Excel | 11 Apr 2005 05:10 GMT | 2 |
I have developed a .NET web service that uses WSE2.0 in order to manage x.509 security tokens. I have also developed an ASP.NET web client that is able to consume my web service. After a while, everything works fine. But now, I would like to create an excel client for my web ...
|
| The request failed with HTTP status 404: Not Found | 10 Apr 2005 23:54 GMT | 1 |
G'day all My pc is on a domain and I have a test server in a work group. all the web application and the web service are working fine locally, but when I copy the project using service extension to this test machine it wasnt working at the
|
| XML Web Service Authentication | 09 Apr 2005 16:22 GMT | 3 |
I need to build Web Service that allows me to create some methods that are not public and other that are public. I need something like logging to the Web Service with username and password. Only successfully logged uses can use some of the methods.
|
| Returning a PDF in a web service | 09 Apr 2005 01:02 GMT | 4 |
Is it possible to return a PDF in a web service. I am making the assumption that it would be the same as sending any other file, such as an image, so i would return an array of bytes. Is this the case, or are there any other methods that are appropriate?
|
| WebService Method calls not paralellized?? | 08 Apr 2005 21:53 GMT | 4 |
I've obveserved a strange fenomenon calling one webservice from a multithreaded client. What I found out is, that the processing of the client requests on the server side is not paralellized. I have a sample WS with one method, int Add(int, int). the method just
|
| problem deserializing return structure from Java/Axis web service | 08 Apr 2005 16:23 GMT | 4 |
I have a very simple webservice written in Java/Axis. It takes in a complexType with 2 string elements, userid and password. The response is a complexType containing two complexTypes each having 2 strings <wsdl:portType name=SecurityLoginService">
|
| System.InvalidCastException: Cannot assign object of type System.Xml.XmlNode[] to an object of type System.String. | 08 Apr 2005 07:01 GMT | 1 |
I'm working with a C# client that calls a php web service. I've created a wrapper to call the service using .NET wsdl tool (adding a web reference). The call to the server works fine, it is serialized correctly, and the
|
| Policy endpoint uri's and localhost | 07 Apr 2005 20:33 GMT | 2 |
Just noticed something odd with policy endpoint uris If I call my web service from localhost, only this endpoint uri will do http://localhost:86/etc I can set the destination of the SoapClient to http://localhost:86/etc or to
|
| Returning a typed DataSet from a webservice | 07 Apr 2005 17:27 GMT | 1 |
I'm dealing with a rookie problem. I have a very simple webservice that exposes a function that returns a typed datased named UserDataset. This dataset is autogenerated from an xsd but is imported from another assembly. Also, the data access layer is imported from another ...
|
| Debuggung Web Serives by Multiple Users | 07 Apr 2005 17:14 GMT | 1 |
We have multiple users who are debugging calls made through web services. Unfortunately, at any point of time. only one person can debug. The others have to wait till the current debugger is done debugging. Any help on this? Thanks
|
| SOAP calls to a server from a Windows Forms app | 07 Apr 2005 14:44 GMT | 1 |
I'm building a COM object using C# and I need to communicate with a server via SOAP. Unfortunately, all of the samples that I've seen target ASP.Net, config files, etc.
|
| How to ask WSE to build a SoapEnvelope but not send it. | 07 Apr 2005 11:57 GMT | 2 |
I know this might seem a little weird, but I am trying to have WSE build a SoapEnvelope from a SoapRequestContext without actually sending the message. This is so I can send the message through an alternate communications stack. Ideally, I would like to create a SoapContext, set ...
|
| Preventing non WSE proxy creation | 07 Apr 2005 11:14 GMT | 1 |
couple of days ago I've started reading about WSE. After reading the documentation and looking at the samples, i have too much information that i cannot process. I have a web service and a client that consumes this web service. I've
|