| Thread | Last Post | Replies |
|
| How to call a .NET WS from Java?? | 23 Jul 2007 12:40 GMT | 3 |
I try to call a .NET Webservice from Java. Can anybody give me a tip how to do this? Christian
|
| Include Verbose Description? | 23 Jul 2007 10:55 GMT | 8 |
I have several WebMethods in my 2.0 system decorated like this: [WebMethodAttribute(Description="..... I have XML comments that describe the actual parameters. I would like to copy those comments (or use them directly) so they are
|
| Attachments | 21 Jul 2007 00:36 GMT | 7 |
ASP.Net v2.0 Can you send an attachment with a web-method call? If so, how? Thanks Kev
|
| SoapExtension and NetworkStream | 20 Jul 2007 21:12 GMT | 3 |
My Environment * Windows XP * .NET 2.0 * Visual Studio 2005
|
| Multithreaded consumer | 20 Jul 2007 16:44 GMT | 4 |
Hi. I have a C# WebService with a WebMethod that returns an array of (WebService-defined) objects. If I create a consumer exe and call the method, everything is as expected. If I then create a thread within my exe and call the WebMethod from
|
| Good Soap Client | 20 Jul 2007 10:58 GMT | 2 |
Do you know of any software that allows you to point to any web-service URL, paste the SOAP XML packet into a window, fire the pasted SOAP packet and see the returned XML SOAP XML in the same program? SOAP Spy Enterprise Edition does this, but it is expensive. Any other
|
| Consume the Web Service Source file in VB.NET | 19 Jul 2007 20:57 GMT | 1 |
I am working with web services in .NET. Environment : Web Service/IIS5.1/ASP.NET 2.0 / VB.NET To Consume the Web Service Source file I have followed the below steps. step 1: wsdl.exe /l:VB /n:WService /out:binServiceName.vb http://localhost:1251/Zillowservice/ServiceName.asmx?WSDL
|
| WSE 3.0 messages inexplicably always MIME'd | 19 Jul 2007 19:59 GMT | 1 |
I am trying to send TCP SOAP messages with WSE 3.0, but all of the messages are MIME'd, which I don't want. I cannot seem to turn this off. I have the project MTOM settings set to the following in Visual Studio:
|
| Getting error Client found response content type of 'application/d | 19 Jul 2007 14:18 GMT | 1 |
Using VS2005 Pro, SP1, VB, ASP.NET2.0, .NET 2.0, WSE 3.0, SOAP 1.2 to convert a web services consuming client from WSE 2.0, SOAP 1.1 to WSE 3.0, SOAP 1.2. It worked under the old version and after making the changes i thought were
|
| web services | 19 Jul 2007 14:15 GMT | 1 |
i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability..
|
| IXmlSerializable.GetSchema creates mutiple schema elements in my wsdl | 19 Jul 2007 00:35 GMT | 3 |
I've built a class that uses the IXmlSerializable interface to do custom serialization. I"ve then used the IXmlSerializable.GetSchema() method to output the schema of my class to the wsdl in my web service. The problem is that the schema of my class appears in a seperate schema ...
|
| Schema type information provided by IXmlSerializable is invalid: Type 'string' is not declared | 18 Jul 2007 18:51 GMT | 1 |
I've added the System.Xml.Serialization.XmlSchemaProvider attribute to my class to customize the schema. Some of the datatypes in my schema are strings, but I'm getting an error that string type is not declared. Can anyone show me how to do this properly? I've included the code ...
|
| The underlying connection was closed: An unexpected error occurred on a send | 18 Jul 2007 15:59 GMT | 1 |
I have a problem - after deploying application in client environment, on some client machines occured error. Environment: App server: ASP.NET WebService/Win 2003/ secured SSL (.NET 2.0)
|
| using web service to interact between two stand-alone VB .NET appl | 18 Jul 2007 13:55 GMT | 2 |
Hello , I am developing a white board type stand-alone VB .NET application in which the .EXE application will be installed in two or more different client machines .
|
| Returning Bare Type | 18 Jul 2007 07:46 GMT | 2 |
We have a web method which returns the following type: public class methodNameResult { public string responseCode = null;
|