| Thread | Last Post | Replies |
|
| Returning XML | 08 Mar 2006 07:48 GMT | 1 |
I am still baffled as to how I can return a nice XML document in a Web Services that shows its Response Structure in the asmx page when you browse to it for service operations. All the tutorials I see return a string or integer or whatever the function
|
| .NET cannot handle WSDL with exception? | 07 Mar 2006 23:59 GMT | 1 |
I want to ask if .NET cannot handle WSDL with exception <wsdl:fault> element? <wsdl:fault name="CreditCardWizardException"> <soap:fault name="CreditCardWizardException" use="encoded"
|
| Not able to create a .Net client for Java web service | 07 Mar 2006 21:25 GMT | 3 |
I have a java webservice running on Axis, Iam able to create a java client to invoke the webservice and obtain the result. But iam not able to invoke the service from .Net client.. Here are the steps i followed to create a .net client
|
| Cache object vs Session, Application state for datagrid | 07 Mar 2006 17:25 GMT | 4 |
I have a question to you,if you know... What is the best way to cache dataset for web application. Is it Cahce object, session state or application state. What a pros and cons? Perfomance,Scalability etc.
|
| WebException: Operation has timed out | 07 Mar 2006 16:56 GMT | 1 |
We use reporting services via our website to display some reports to our users. We had some problems with this in that we get occasional web connection closed error. We were able to limit the number of times this error came up by modifying the references.cs file and overriding ...
|
| How to specify expected value for wsa:To in the service? | 07 Mar 2006 16:10 GMT | 2 |
We are using an XML gateway security product for routing and handling of all web service invocations. The client always goes through the XML gateway which will do things like verify signatures, decryption, authentication, SAML token insertion, etc, before passing the request
|
| Best way to return more than one value | 07 Mar 2006 14:59 GMT | 4 |
I'm interested in writing a web service that will return more than one value. What's the best way to accomplish this? I was wondering if an array would be best, but I'd like to know if there is a better way.
|
| .NET 2.0 using WSE 2.0? | 07 Mar 2006 13:48 GMT | 1 |
I'm calling an existing set of web services that are published by a 3rd party. So, they're fairly set in stone. A majority of the services revolve around the ability to make web service calls with DIME attachments.
|
| Sending Mtom but receiving non-Mtom message. | 07 Mar 2006 13:44 GMT | 1 |
Can somebody tell me if there is a way to send an attachment from WSE3 using mtom but receive the confirmation in a non-MTOM message? I know this can be done in AXIS2 (java) but not sure how to accomplish it in Wse3.
|
| Call .Net Webservice from server side script on an ASP only server | 07 Mar 2006 12:46 GMT | 1 |
I want a do the following: From a (client side) web form, post to server side script (I'm using Javascript but anything will do), which in turn--and this is the important bit that I can't find out how to do--calls a webservice on a separate
|
| who can give me a e.g using Customer UsernameToken | 07 Mar 2006 07:16 GMT | 7 |
I just wanna use Customer UsernameToken to verify the username in my SQL Server ,how can I do this?
|
| Implementing custom interfaces | 07 Mar 2006 05:52 GMT | 2 |
I have created a web service which implements a custom interface. I have added this web service as a web reference to a console application that acts as a web service consumer. After creating an instance for the web service class, when i am trying to
|
| AppCode and source files | 07 Mar 2006 01:43 GMT | 3 |
My WebServices project was converted by VS 2005 to its new format : *.asmx.cs files are in AppCode folder. Everything works fine, but now, when I'm deploying my WebServices => the WebMethods source code is deployed, too !!???
|
| Authorize the Message Sender Based on a User Name and Password | 06 Mar 2006 20:15 GMT | 2 |
The wse3.0 example gives the following function to obtain the user name token. but intelisense says that requestContext.Security.Elements is obsolete and you should use receivesecurityfilter and create a custom policy assertion.
|
| Can't return a DataSet but I can return a String? | 06 Mar 2006 17:38 GMT | 1 |
I created a webservices that contains 2 webmethods. One returns a STRING datatype and the other returns a DATASET. When I add a web reference to test the webmethod that returns a string it works perfect but when I run the webmethod that returns a Dataset I get the following IIS ...
|