| Thread | Last Post | Replies |
|
| Interesting Problem With WebService results and Repeater Control | 06 Dec 2004 21:04 GMT | 1 |
I have written a web service to provide some back-end functionality to a Web Site. The web service returns lists of items. If I use the webservice via a browser, it works fine and returns the results in XML.
|
| WSE 2.0 1000 Foot level Question Easy one | 06 Dec 2004 21:01 GMT | 5 |
I need to secure comunications between a website and a web service what possible ways of doing this? Possibilities 1- use a trust between the website and the web service
|
| Question to the WSDL-file | 06 Dec 2004 20:59 GMT | 1 |
Hi all,,, Do a WSDL-schema have to contain a schema??? eg. <types>
|
| SoapException | 06 Dec 2004 20:55 GMT | 1 |
I am getting the following exception when trying to access a web service. Client : Windows XP SP2 (Via Proxy) An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll
|
| Getting Web Service Properties | 06 Dec 2004 20:37 GMT | 7 |
Is it possible within a web service to get its properties as a string. For instance public class wscommon <System.Web.Services.WebService(Namespace:="test")> _
|
| Collections in Webservices. | 06 Dec 2004 20:33 GMT | 3 |
I have created a custom collection class by extending CollectionBase. For Example. [Serializable()] Public Class SomeObject
|
| How do I view .asp files without loading on to web-server | 06 Dec 2004 20:15 GMT | 1 |
I previously authored some pages on a Frontpage 2000 intranet that was written with .asp files. Is there a way to view these? I have loaded FrontPage and can view my folders but an error I recieve when I try to view an .asp file is "Cannot Open file service.lck for writing".
|
| TCP/IP;Internet connection | 06 Dec 2004 20:09 GMT | 1 |
when turning on computer norton popup says TCP/IP not instaled. when I try to connect to internet page comes up saying page can not be found DNS server not avaible. What do I do? HELP! Cashew
|
| Signing messages | 06 Dec 2004 17:57 GMT | 2 |
So, message signatures are described in Signature\SignedInfo element. And I am using WSE 2.0 SP2 Prerelease. For example: <SignedInfo>
|
| Urgent: Axis/.NET interop problem. Properties of complexTypes all null | 06 Dec 2004 17:56 GMT | 3 |
This is quite urgent - I'll keep it brief... I've posted the WSDL, Proxy class etc. here: http://dantup.me.uk/SoapProb/ My problem is that the Soap Envelope looks fine, yet the .message
|
| XML as parameter to a method | 06 Dec 2004 17:19 GMT | 7 |
Is it possible to have a method that accepts XML document (including processing instruction at top and the root node) as a parameter? Does this parameter need to be defined as type string? I have been given an XML structure to be used in a method call and I am not
|
| how many classes within the asmx | 06 Dec 2004 17:06 GMT | 3 |
can i only have one class in the asmx page? i wanted one page with numerous classes, then i would only have one web reference but could use the different classes ideally i didnt want to go down the line of having one asmx page per classe
|
| Webmethod Accepting XmlDocument as argument, with WSDL reflecting | 06 Dec 2004 16:43 GMT | 4 |
I've tried to search for an answer to this without much success, and I think it's probably a common thing to do: I have a web service I want to accept an XmlDocument as an argument which conforms to a specific XSD that is defined. Right now when I declare
|
| Responding with images and pdf files | 06 Dec 2004 15:51 GMT | 3 |
I'm creating a web service using ASP.net that needs to respond with pdf files or images to HTTP-GET requests. I've searched extensively and not found any documentation or examples. What I'm expecting is to be able to set the content type to application/pdf,
|
| How to speed up the webservice proxy creation | 05 Dec 2004 21:16 GMT | 2 |
In my winform application, to access webmethod, we create a webservice proxy object. For the first time, when winform application is started, for creating proxy object(e.g. MyWebServiceProxy oProxy = new MyWebServiceProxy() )it takes a long time(appr. 2 seconds), but for
|