| Thread | Last Post | Replies |
|
| Web Service access a file (read only) via a URL? | 11 Aug 2006 03:48 GMT | 1 |
Is there any way to let a Web Service access (i.e. read) a file via a UNC? And what if this file exists on a different server? For example, my web service needs to be able to read some 'encrypted' data that is in a text-only file that MAY or MAY NOT be located on the server ...
|
| Web Service constructor... | 11 Aug 2006 03:45 GMT | 1 |
I think I know the answer to this... but just do be sure: Can an ASP.NET web service have a constructor? And more importantly, can you call that constructor in the program that uses the web service?? Thanks. To
|
| WSE 2.0 proxy from disconnected WSDL? | 10 Aug 2006 21:48 GMT | 1 |
I'm the consumer of a 3rd party web service using WSE 2.0. Access to the WSDL is firewall restricted by IP. Only the test server has access, not the development server. I downloaded the WSDL and transferred it to the development server, now I need to create a proxy
|
| Datasets and WSI-BP 1.1 | 10 Aug 2006 21:12 GMT | 2 |
The requirement is to build interoperable web services which should conform to WS-I Basic Profile 1.1 (This requirement came little late in the development life cycle). Some of the existing web services utilize Dataset as return type and input parameters.
|
| Issue wss4j Client -WSE3 [The signature or decryption was invalid | 10 Aug 2006 15:54 GMT | 3 |
We are having an issue with wss4j client to WSE 3 web service using mutualCertificate10Security. We are seeing following message in input trace on the server. The signature or decryption was invalid...
|
| Web service project template. | 10 Aug 2006 15:23 GMT | 3 |
With Visual Studio 2003 there was an option to build a web service. It built a sample "hello world" web method and did everything that was necessary to start a web project. With VS 2005 this seems to be missing. Have I missed something in configuration? If I build a web site then ...
|
| WSE 3.0 <wsa:Action question. Need Help | 10 Aug 2006 15:11 GMT | 1 |
Folks, Is there any way to change the action SOAP Header Action element on the client during processing? I'm using WSE 3.0 on client and server with Kerberos Policy.
|
| Problem contacting SSL Webservice | 10 Aug 2006 10:58 GMT | 2 |
I'm experiencing problems when calling a .net webservice using SSL from a Windows Service. I get an 403.7 error: The request failed with HTTP status 403: Forbidden
|
| Passing Parameters | 10 Aug 2006 07:53 GMT | 2 |
Hi Experts, I am trying to invoke a web service created in asp.net from asp, i did that through this code postUrl ="
|
| Soap Request containing an array? | 09 Aug 2006 17:53 GMT | 2 |
I'm fried on this problem...It's vb.net, dealing with a web service that requires input as an array of a particular data structure and I can't get the code to compile or run... Basically, the webservice is showing me the following:
|
| Can't change URL Behavior - no Properties | 09 Aug 2006 17:02 GMT | 3 |
I need to change the URL Behavior for a Web Service Reference from Static to Dynamic on a web site project, but when I right-click on the reference, I don't have a Properties option. Just to make sure it wasn't the web service, I tried a public one -
|
| Need to verify RSTR signature? | 09 Aug 2006 10:55 GMT | 5 |
Im in the process of learing WS, WSE etc. and i would need some help. I've sended a RST to my webservice and it returned a RSTR. And everything is correct so far.
|
| Error from web service - charset=utf-8 | 09 Aug 2006 08:38 GMT | 3 |
Using VB.NET 2005, I created a Web Service that returns a dataset from a SQL Server database. In the same solution I created a test GUI with a Windows form to display the results.
|
| Web Service, Authentication, Security & Domains | 09 Aug 2006 08:35 GMT | 2 |
kind regards to all. I'm faced against an implementation problem on which I need some guidelines and advice. my client has a Win2k3 domain with ActiveDirectory.
|
| Using XmlSerializer to deserialize derived types | 09 Aug 2006 00:29 GMT | 1 |
I have a schema file datamodel.xsd, element "properties" is declared as a type of "baseProperty". The schema file also defines "derivedProperty" is a derived type of "baseProperty". <?xml version="1.0" encoding="UTF-8"?>
|