| Thread | Last Post | Replies |
|
| WSDL ElementForm Unqualified | 02 Mar 2005 17:42 GMT | 1 |
I have a webservice with WSDL specifying 'elementFormDefault' set to 'unqualified'. I find when I try to process the incoming XML the raw XML either looks like this: <s0:rootelement xmlns:s0="myns">
|
| BUG in Microsoft.Web.Services2.WebServicesClientProtocol WSE 2.0 S | 02 Mar 2005 16:25 GMT | 4 |
If you specify a Destination with both an Address and a Via, the Address is used as both the Url property (transport) AND the "To" SOAP header. The Via portion is effectively ignored, making it impossible to connect to web services with SoapActor attributes or behind NAT / PAT.
|
| XML Document through a web service | 02 Mar 2005 16:17 GMT | 2 |
Long day for me, so apologies in advance if I'm asking where the trees are in the middle of the forest. I have wrote a errorlog object that stores it's data in XML format. What I'm wanting to do is stream the XML through the web service, then to a
|
| Webservice farm, what's best practice?? | 02 Mar 2005 15:19 GMT | 2 |
What's best practice for distributing the load between webservices on different computers? What I'd like is for a client to always select the webservice with the least load, I.e. If one is idle then that one should be selected, otherwise one working on a job with less priority ...
|
| upload a page into FTP in VB.NET | 02 Mar 2005 15:11 GMT | 1 |
to all i'm working in VB.NET i need upload a page using receivers FTP info URL
|
| Event notifications | 02 Mar 2005 15:08 GMT | 1 |
I am writing an application as a web service. I require that clients be notified of certain events, and am stuck at this point. I am looking for pointers. Should I go with the Plumbwork Orange implementation of WS-Eventing and hope when the eventual MS implementation of it ...
|
| Can't get my custom attribute from web method | 02 Mar 2005 14:57 GMT | 9 |
I've added my custom attribute to a web service's method. When I consume the web service and attempt to check the value of the attribute, it's not there, but the WebMethod attribute is. My attribute descends from the same System.Attribute class as the WebMethod attribute does.
|
| Token in a Web Method | 02 Mar 2005 14:55 GMT | 1 |
How can I find in a Web Method the token of a user which call this Web Method? Thanks, Ruslan
|
| More Information needed | 02 Mar 2005 13:53 GMT | 2 |
I am starting using WS in my applications. So I know how to create, publish and consume them. I am bothered by a question with following scenario I want to create application that has WS as part of it. This application
|
| VB.NET/ASP.NET Web service woes! Please help!! BMUK | 02 Mar 2005 09:51 GMT | 2 |
I'm accessing an ASP.NET webservice from within a vb.net rich client application. All goes perfectly when there is an available internet connection (the app connects and all works as expected)or if the machine is standalone
|
| WebMethod Delay | 02 Mar 2005 09:35 GMT | 1 |
Hi, Got a webmethod which call a complex stored procedure on my Sybase Database. Running the procédure from a Query Tool last for 1'30 minute.
|
| Security Policy for a Specific Endpoint? | 02 Mar 2005 06:09 GMT | 1 |
It was my understanding that when specifying a security policy through the WSE 2.0 Toolkit, I could create a policy for a specific endpoint. That is, I could have two .asmx files in my Project and create a security policy that applies to just one of these two files. Is this
|
| Is it possible to use uniqueidentifier in a web service type Datas | 02 Mar 2005 05:32 GMT | 5 |
I have made a web service that returns a typed dataset that includes a uniqueidentifier field. When I import this web service into visual studio using add reference I get the following error: Custom tool error: Failed to generate dataset. Undefined data type: 'anyType'.
|
| Comparing Object Values | 02 Mar 2005 03:36 GMT | 3 |
I have a WebService method that sends to the client an object array received from the server as a collection. Each element in the object array is a class entity object. I would like to cache each of these class entities on the client which is a windows forms. When ready to send ...
|
| Bind Custom Objects Returned from Web Svc | 02 Mar 2005 03:32 GMT | 2 |
Hi All... What is the best way of binding a custom object that is returned via a Web Service? From what Ive seen, the proxy class generated by wsdl.exe doesnt include
|