| Thread | Last Post | Replies |
|
| working with one to many relationship in web service | 06 Feb 2005 03:39 GMT | 1 |
I am new to web services and biztalk, but I recently created an orchestration to handle a purchase order approval process. I used biztalk to publish the orchestration as a web service. My goal is to access all of the properties of the request...date, delivery date, vendor info ...
|
| Problems marshaling DateTime parameters | 06 Feb 2005 01:27 GMT | 3 |
One of my webservices has a parameter of type System.DateTime. It compiles ok but at runtime I get this exception: An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll
|
| dataset array from web service | 06 Feb 2005 01:04 GMT | 1 |
i got this web service's method : <WebMethod()> _ Public Function SalvaTabelle(ByVal dsTabelle As Tabelle) As Tabelle() Dim at() As Tabelle = {dsTabelle, ConflictTabelle}
|
| Connecting to IP2Geo Web Service | 06 Feb 2005 01:03 GMT | 2 |
I created a webform1.aspx and in the webform1.aspx.vb code behind page I did this. Dim MyService As com.cdyne.ws.IP2Geo = _ New com.cdyne.ws.IP2Geo
|
| Underlying connection was closed | 05 Feb 2005 22:13 GMT | 27 |
http://support.microsoft.com/default.aspx?scid=kb;en- us;819450 Questions: 1) Is this patch (fix) applicable to the .NET 1.1
|
| problem while adding web reference | 05 Feb 2005 15:04 GMT | 5 |
Hi, i am getting the following error when trying to add a web reference of a web service which is on the remote machine to a web application project in .NET
|
| WSE2\SoapSender\SoapReceiver - publishing WSDL and hosting endpoin | 05 Feb 2005 07:19 GMT | 7 |
I'm currently designing some new WSE2 built services and a portal. I'm using the WSE2 implementation of WS-Addressing because I need more complex exchanges that the simple Request\Response model permitted by ASMX etc. We have our SoapSender\SoapReceiver endpoint code running as ...
|
| Custom Server Protocol | 04 Feb 2005 23:50 GMT | 1 |
I'm writing an extension with WSE 2.0 to send/receive soap messages over Jabber. I've generated a server stub which I've implemented: public abstract class ArticleService : System.Web.Services.WebService { /// <remarks/>
|
| Shared Secret (or Equivalent) + WSE 2.0 | 04 Feb 2005 23:33 GMT | 5 |
Ok, so I've spent the better part of a day now trying to upgrade our web services from V1.0 of WSE to V2.0. The first thing we found was that you can't use the WSE 1.0 share secret functionality because it's been depreciated. Then I found a couple of blog
|
| Intermittent Error When Calling Web Service from ASP.NET | 04 Feb 2005 19:37 GMT | 4 |
We’ve been seeing intermittent .NET “underlying connection was closed” exceptions thrown while trying to invoke a Web service from ASP.NET. We are running .NET 1.1, IIS 6, and Win2003. This error is occurring where a client invokes a Web service on a front-end
|
| How create Prosy Class for soap.tcp | 04 Feb 2005 18:45 GMT | 8 |
Here is my Web service and one Soapmethod how can I create proxy class for that and hows client access that web service. I try generated proxy class but that give me error. HELP.....
|
| Upload Image TO sever with wse Attachment | 04 Feb 2005 18:35 GMT | 1 |
readed the tutorial on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wse/html/6d65ea 5f-eb78-41bc-8964-df1271d9d5a7.asp and learned how to get a image (located on a sever) from a webservice. My problem now is... I want to UPLOAD a Image to my public sever. The ...
|
| .NET type in Web Service Proxy class | 04 Feb 2005 18:10 GMT | 3 |
If I create a web service with web methods containing enum types these types are automatically created in the proxy class when I add a web reference to a client. Is there a way to automatically generate an enum type in the proxy class if the type is defined in the web service ...
|
| Multiple call to a web service ... which order ? | 04 Feb 2005 13:16 GMT | 1 |
I've a simple web service running on machine A , and a simple client running con machine B , both on a LAN. I wanted to test the response time. So i've made a simple continuous testing client application , that calls about 10.000 times the web
|
| Automatically refreshing a textbox using .NET web services | 04 Feb 2005 10:37 GMT | 3 |
I have created a chat program using a web service to accept all text input from a client and this then returns the submitted text to the screen. The problem is at the moment the new message is only updated when the page reloads (using a meta tag to automatically reload) but
|