| Thread | Last Post | Replies |
|
| Disabling Security in WSE 2.0 SP3 | 08 Aug 2005 14:11 GMT | 1 |
We are using WSE only for attachments. But we get the error "An error was discovered processing the <Security> header" when the time between the client and server is not synchronized. Since we are using WSE only for attachments, is there any way by which the
|
| WebMethod invocation & bad connection | 08 Aug 2005 11:06 GMT | 1 |
Hi all, consider this: A WebMethod is called and the client has transmitted half of the bytes making up the Soap-call. If at that point, the connection was lost and right thereafter recreated, will the .Net-infrastructure start sending
|
| Register SoapService class for the TCP and HTTP | 08 Aug 2005 10:54 GMT | 4 |
I am really confused and will greatly appreciate any help. I was reading the MSDN article "How to: Send and receive a SOAP message by using the SoapClient and SoapService Classes". It explained among other things that registering SoapService class for the TCP and HTTP is ...
|
| EventLog logName and source Usage. | 08 Aug 2005 04:32 GMT | 2 |
I think I am missing something and hopefully someone can set me straight. I am trying to create an event log with the logName and source arguments. The logName is always set to MyLog. The source is set to one of several names, for example: MySource1 and MySource2. I want all ...
|
| Creating a Web Service that calls a SP with optional params | 07 Aug 2005 07:51 GMT | 2 |
This is just a general question. Suppose I have a SP that has several params and this includes one optional param. If I have all the params as args for the WS, and suppose for a particular
|
| what is unit of the number in <maxRequestLength> | 06 Aug 2005 19:36 GMT | 5 |
To over come the error "WSE352: The size of the record uuid:ab417a90-5e33-4de8-aaa6-ae47d2b7d325 exceed its limit" I did the folllowing in my web.config file. <microsoft.web.services2>
|
| WS-* / GXA / Indigo | 06 Aug 2005 07:12 GMT | 1 |
I have been looking for information about these 3 tecnologies, but i am still not sure what is the relation between them. Can somebody explain it to me, please? Thank you very much.
|
| Monitor IIS AppPool from ASP.NET web service | 06 Aug 2005 01:10 GMT | 3 |
How could I monitor IIS AppPool from the ASP.NET web service which is hosted in that same AppPool ? I guess I could use WMI but I've not played around with it. Is there an example code in ASP.NET for this need ? My problem is Application_End is not being fired and so I want to ...
|
| xml web services vs .net remoting | 06 Aug 2005 00:25 GMT | 1 |
Question 1.) Since xml web service interface can be obtained directly by wsdl, but .net remoting need to have the dll (interface) and then take reference to the solution, right?
|
| consuming a .net webservice from java | 05 Aug 2005 16:50 GMT | 1 |
Has anyone consumed a .net webservice from java? What java library did you use to consume the .net webservice? Is their a java tool that generates the java Soap proxy code given the .NET wsdl? thanks
|
| xml attributes and serialization | 05 Aug 2005 16:42 GMT | 1 |
i need to serialize my class into xml that looks like this: <dog> <breed type="large">spaniel</breed> </dog>
|
| Test my WebService | 05 Aug 2005 15:01 GMT | 1 |
I have a .NET Webservice that has a quite complex object as Requeast Parameter. Now I want to test my Webservice. I know i could write a small test application and can create the request object in code and call the service.
|
| question of XML Web Service concept | 05 Aug 2005 10:36 GMT | 5 |
If i create a web service by .net and deploy it into IIS Q1.) Could a JSP/Java web application call the web service of IIS directly? Q2.) Do it need to interoperate the web service into JSP recognized format by convertion tools
|
| 'out' parameters work outside of .NET? | 04 Aug 2005 22:05 GMT | 1 |
In .NET C# it is possible to define a parameter to a web service method as 'out'. The web service method is expected to set the value of the parameter before it completes execution. The question: Do 'out' parameters work with non-.NET web service
|
| how to consume web service from VBScript? | 04 Aug 2005 21:42 GMT | 3 |
Is there a way to create web service consumer in vbscript? I've found this example (and many like it) in Internet: set c = CreateObject("MSSOAP.SOAPClient") c.mssoapinit("http://localhost/MYSoapApp/MYSoapApp.Calc.soap?WSDL")
|