| Thread | Last Post | Replies |
|
| Help connecting to Access DB from web service | 07 Apr 2006 02:25 GMT | 5 |
I am creating a web service that returns data from an Access 2000 database using VS2005. The Access database is located on a different server than where the web service is running. The Access database is also opened by a different desktop application running on various ...
|
| Client-to-server streaming using MTOM? | 07 Apr 2006 01:16 GMT | 1 |
Is it possible to configure a client proxy to stream binary content using MTOM? Currently I am streaming from server to client by implementing IXMLSerializable in my return type and I'd like to do the same for the client. However, I haven't been able to find samples. If this ...
|
| Direction Needed - Web Service User Defined Property | 06 Apr 2006 16:48 GMT | 5 |
I am calling a web service with a return value (long) of a success/fail value. Depending on a call attribute, a requested result can either be returned in a string value or Byte group or a long value of a database ID. Where can I look to define three of my properties to the ...
|
| Refresh the policies file cache | 06 Apr 2006 14:55 GMT | 1 |
I have a web service secured with X509 Certificates (WSE 3.0). I use a MutualCertificate11Assertion assertion to manage security and a Authorization element to select certificates that can be used to communicate.
|
| Serialization issue | 06 Apr 2006 10:19 GMT | 1 |
We are using ACAServices in our project, and are passing entity classes as parameters to the ACAServiceMethod. We are using a private variable entityState to indicate whether the entity is new/updated and so on. At present we are not using any custom serialization in our ...
|
| WSE 3.0 Interoperability | 06 Apr 2006 02:13 GMT | 3 |
Is there any researches concerning interoperability of WSE 3.0 and JWSDP 1.6? I've already read interop article about programming with WSE 2.0 and JWSDP 1.5. For WSE 2.0 and JWSDP 1.5 this works, but not for the link WSE 3.0 - JWSDP 1.6.
|
| Serialize SOAP message | 05 Apr 2006 21:38 GMT | 2 |
I have a web service that receives (accepts) a xml message ("xmlmessage") as a XMLElement. I need to serialize the xml message in VB.net and then HTTPpost it to an URL. What code can I use to serialize the "xmlmessage"?
|
| WSE IDE integration WSE proxy generation with KERBEROS autent. | 05 Apr 2006 20:44 GMT | 4 |
I ve following problem i installed WSE 3.0 WSE didnt integrate with VS 2005 ide this is not too big problem i can use configuration tool of WSE 30 but second problem is more significant
|
| customize soap request | 05 Apr 2006 11:45 GMT | 1 |
I'm making an webservice in .net which has a method like this one: [WebMethod] public MyType MyMethod(MyType myParam) {
|
| x509 test certificate creation | 05 Apr 2006 09:59 GMT | 1 |
I’m trying to follow the WSE 3.0 security hands on lab. The test certificates are missing as I do not have any /Samples folder. I’ve read quit a lot of post about this. I’m supposed to run a setup.bat, but that one is missing too.
|
| Returning from a web method | 05 Apr 2006 09:29 GMT | 1 |
Is it possible to return from a web method again n again which is called asynchronously just once? For example, lets say I have a web method by the name GetNumber which returns an integer. I call this method GetNumber just once asynchronously but it should keep on
|
| ObjectDataSource with nulls returned from DataReader | 05 Apr 2006 08:03 GMT | 1 |
I'm trying to use SqlDataReader to retrieve values from a row and pass them to a business class constructor (used by ObjectDataSource) but get exception if the string field contains a null value in the table. Is there some way to have the DataReader return String.Empty if the ...
|
| WSE 3.0 UsernameToken SendNone problem | 05 Apr 2006 06:42 GMT | 4 |
I implemented a web service with WSE 3.0. For security requirement, i used custom UsernameToken that lookup paaswords from database. Anyway, when I test web method from client. Cases;
|
| Obvious question? | 04 Apr 2006 20:42 GMT | 1 |
If I have a wse3 enabled webservice, does the client accessing the service have to have wse3 installed on their pc as well? If so, doesn't this defeat the interoperability of web servives, or am I missing something?!
|
| Returning large number of results from a WS | 04 Apr 2006 17:21 GMT | 3 |
I have a web service that may return a very large amount of data. I want that data to return in chunks, like first return 10% of data than return the next 10% and so on, until all is finished. How are other people doing this? I have come up with the following way:
|