| Thread | Last Post | Replies |
|
| Schemas they say ... | 18 Nov 2004 22:48 GMT | 7 |
Hi group. They say: Start with your schema definition of both messages and custom datatypes that might be used in your messages.
|
| .net SOAP toolkit performance for SOAP deserialization | 18 Nov 2004 22:43 GMT | 5 |
We are building an ASP.net application using C# & .net 1.1 framework. The ASP.net application consumes web services (Java/Apache Axis implementation) and we are facing issues that the application is very slow. Initially we suspected network and server side responses as culprits.
|
| webservices: simple question, accessing webservice members | 18 Nov 2004 22:37 GMT | 10 |
Hi, (new to webservices here) Is it possible to access a class instance variable defined in a webservice? I want to access this variable, in addition to the data being returned by the [webmethod].
|
| raise event from webservice to client | 18 Nov 2004 19:43 GMT | 1 |
I've build a web service and i want that all the clients of the service know that a specific event occured at the server , my question is there a way to do it ? nissiml.
|
| Accessing a file from web service | 18 Nov 2004 19:09 GMT | 4 |
All, I am trying to access an encrypted file from a web service. The service works fine if the file is in the search path. Isn't there a way to specify the path to the file? Such as a subdirectory under the virtual directory
|
| How to build a web service outside of VS.NET ? | 18 Nov 2004 16:01 GMT | 3 |
I am using a make file to build a Windows.NET application , which references a couple of local web services. The web services have alias names when they are added in VS.NET as 'web-reference'. However, when i build externally,
|
| referencing handler file within .asmx for webservice | 18 Nov 2004 15:46 GMT | 1 |
I am now moving over from classic to .net and I must say, very impressed! I am having problems with figuring out how to create a webmethod that just references a function in a helper file that I have created.
|
| encrypt string in the Web.Config file | 18 Nov 2004 15:19 GMT | 1 |
I want to encrypt the Connection String that is located in the Web.Config file How Can I do it?
|
| Problem passing a typed dataset to a web service | 18 Nov 2004 15:14 GMT | 1 |
I'm having a type mismatch problem when trying to pass a typed dataset to a web service. My code is: CLIENT CODE
|
| SOAP TCP or HTTP ???? | 18 Nov 2004 14:14 GMT | 1 |
Could somebody point out using SOAP over TCP vs SOAP on HTTP ? I am concerned about security not clear if the soap authentication headers using WSE 2.0 will still work as intended. Thanks!
|
| Add additional elements to an existing SecurityHeader meant for the final SOAP Actor destination | 18 Nov 2004 13:58 GMT | 1 |
The WS-Security Specs state that... "An intermediary on the message path MAY add one or more new sub-elements to an existing <Security> header block if they are targeted for the same SOAP node..."
|
| WS-Policy and WSE problems! | 18 Nov 2004 11:22 GMT | 13 |
Having installed the Web Service Enhancements (WSE) from http://www.microsoft.com/downloads/details.aspx?FamilyId=FC5F06C5-821F-41D3-A4FE -6C7B56423841&displaylang=en and reviewed the WS-Security Drilldown in WSE2.0 at http://msdn.microsoft.com/webservices/default ...
|
| Deserializing SOAP Response | 18 Nov 2004 07:52 GMT | 4 |
I have a Problem understanding the deserialisation of SOAP-Responses. The "normal" way, calling a XML WebService is to use WSDL 1) Send Request 2) Get SOAP-Response
|
| How to add schema information into xmldocument from typed dataset | 18 Nov 2004 05:07 GMT | 6 |
I'm trying to return an XmlDocument or XmlNode converted from a typed dataset. public XmlNode whatever() { MyTypedDataSet ds = new MyTypedDataSet();
|
| Passing a Dataset to a webservice | 18 Nov 2004 01:59 GMT | 22 |
How do I pass a dataset to a webservices? I need to submit a shoppingcart from a pocket PC to a webservice. What is the right datatype? II have tried dataset as a datatype, but I can't get it to compile.
|