| Thread | Last Post | Replies |
|
| Web Service Versions | 31 Jul 2004 21:07 GMT | 4 |
I have a question that I have been grapling with for sometime. I have a web service that has been developed by using xsd schema and then generating a WSDL with the included schema. The WSDL then is converted to server side stub which is then implemented. Now the problem is the
|
| HTTP 405 Error... help! | 31 Jul 2004 02:59 GMT | 1 |
I'm currently trying to build a component I can use in traditional ASP that utilizes the .NET webservice. I'm using VB.NET to create my class, and I am registering the class for COM Interop when I compile. I'm encountering some problems with testing using the class in a VB.NET
|
| Compile Web Service? | 30 Jul 2004 20:51 GMT | 1 |
I have two files Service1.asmx, Service1.asmx.cs under WebService1 directory and I can compile it fine into a dll and put it into the bin directory, but if I change the name of the directory into WebService2, then it won't work. What is the problem? Thank you.
|
| Problem with webServices | 30 Jul 2004 20:11 GMT | 1 |
I' ve created a new webService Project and run with "Hello World" example. It run fine. After it, i created a Winform project and included a webReference to this webservice. I run it and run fine. Ok, no problems...
|
| Web service with MS Access | 30 Jul 2004 15:58 GMT | 3 |
I'm developing a application taht works on a pda and have to access to a database in a server. I think the best solution is creating a webservice that access directly to the database, but i'm not able to do it.
|
| Do .Net Client Applications require MSSoap dlls for calling WebServices? | 30 Jul 2004 12:20 GMT | 3 |
Do .Net Client Applications require MSSoap dlls for calling WebServices? My clients will have only .Net runtime installed on their machines...and I have created a proxy object from the WebReference added...I hope it still does not require mssoap dlls...
|
| SoapEnvelope.SetBodyObject(object) and Serialization | 30 Jul 2004 11:47 GMT | 4 |
We currently have an issue with serializing some objects into the body of a SoapEnvelope. The scenario is that we wish to serialize a number of "Data Transfer Object's" (Fowler, aka "Value Object" - Sun community). These objects
|
| Problem with WebServices | 30 Jul 2004 11:03 GMT | 1 |
I' ve created a new webService Project and run with "Hello World" example. It run fine. After it, i created a Winform project and included a webReference to this webservice. I run it and run fine. Ok, no problems...
|
| image control.... | 30 Jul 2004 10:49 GMT | 1 |
i'm new. i added image control on web fform. but how do i add picture to image control? regards,
|
| Repost: WebService Client Certificate Problem | 30 Jul 2004 08:13 GMT | 13 |
I'm attempting to connect to a 3rd party web service (for which they have supplied client certificates), but with no success. As far as I can tell, the code below should work, however, I always get back an HTTP 403 (Forbidden) error returned. (I've also tried
|
| Adding elements to the header of a SoapEnvelope | 29 Jul 2004 22:55 GMT | 4 |
I need to provide the service with a piece of infrastructure information, namely where to send "events" to during a long-running process. I can't use ReplyTo because the reply to the Soap message must be sent to the Address.
|
| Using the .NET WebService tools | 29 Jul 2004 18:35 GMT | 4 |
I have been provided with a set of wsdl files to create a number of web services. Each wsdl file also has a corresponding XSD file. I've been looking at the various .NET tools that can be used to generate webservices (XSD.Exe, WSDL.Exe SoapSuds etc) but I'm still at a loss.
|
| Mustunderstand exception raised but method still called | 29 Jul 2004 12:11 GMT | 9 |
Just started investigating with Wse 2.0. I have a asp.net web servive that is not wse aware. Put together simple client that called method of it providing username/password via WSE 2.0.
|
| Interesting Question for the SOAP Routing Geeks here | 29 Jul 2004 11:53 GMT | 1 |
Hi Fellows, I am wondering if anyone here could give me some advice on the best practice of setting the value of the SoapActorAttribute in a XML HTTP Service. From all the examples given, it seems that its always the URI of the Endpoints or
|
| Word to the wise: avoid Virtual Machines | 29 Jul 2004 00:44 GMT | 3 |
I wanted to share this experience, because it has proven to be very frustrating for me. I was developing some sample and "proof-of-concept" applications for WSE 2.0. In order not to create a mess of services etc. on my dev machine, I
|