| Thread | Last Post | Replies |
|
| Return more than one item with an ASMX page | 11 Mar 2005 13:09 GMT | 1 |
My ASMX page currently returns one item in the XML document when I click the invoke button. Can anyone tell me how to return two or more items on the same XML document?
|
| DIME attachments problem | 11 Mar 2005 11:32 GMT | 2 |
I have in web service which receives WSE DIME attachments as byte arrays, and stores them in files From an asp .net page i add an dime attchment to the RequestSoapContext, i check the count of attachments and it says "1"
|
| getting 403: forbidden when attempt to access SSL secured webservice | 11 Mar 2005 02:17 GMT | 3 |
I have an ASP.net page, written in VB.net. In that code I want to access a validator web services that is secured via SSL. I have installed the certificate, via a .pfx file, on the system. I can browse to the service and appear to be getting through However, from my server ...
|
| initialize COM within a web service | 10 Mar 2005 22:39 GMT | 2 |
I'm currently trying to use API's in Microsoft Virtual Server 2005. I can initialize COM just fine from anything other then a web service whihc is were i would like to make available the methods that will do the virtual server work i need.
|
| web services and databases | 10 Mar 2005 22:00 GMT | 3 |
I'm trying to write a web service that gets two numbers (a and b, for example) from a database( access or sqlserver) and then returns the result, a*b, in the database. I'm having problems finding a tutorial that will show me how to do this job.
|
| WS-Security vs. IIS authentication | 10 Mar 2005 21:25 GMT | 1 |
Hi Sirs. When using WS-Security instead of IIS authentication I see a potential problem letting ALL people access my webService. ie. if I have a little bug in the code that checks for validity of the user I'm really exposing
|
| web service hosting | 10 Mar 2005 21:15 GMT | 1 |
I have a question about hosting my web service applicaton on a commercial server service. My application has a web service part, sql server for a database and uses a virtual directory on the server for file storage. These files are then accessed via http from my client ...
|
| DEPLOYEMNT!!! | 10 Mar 2005 19:42 GMT | 1 |
Hi All, I have a doubt on WS. Initial deployment of an asp.net app which calls a websvc includes copying all the webreferences and proxy files (including the .cs files of the proxy) If I build a new version of the asp.net app and don't change anything in the
|
| Secure the code of a published WS? | 10 Mar 2005 19:01 GMT | 1 |
When I initially published a WS that I developed using VS there was a bug in the code. In a client app that I wrote to test the WS I added a web reference to the WS and ran a test, calling the published function, and it bombed because of the coding error. To my surprise the ...
|
| Posting XML as string to a webservice | 10 Mar 2005 16:57 GMT | 4 |
I'm trying so send an XML string to a ASP.NET web service with a simple signature: [WebMethod] public string Save(string xmlString)
|
| How to "catch" SOAP message over network/Internet? | 10 Mar 2005 16:38 GMT | 2 |
I need to catch the soap message that travel over the network/Internet from Web Service provider to Web Service Client or the other way. Some operations will be done to catched message like securing or commpressing the message. The idea is came from a software named SOAPscope.
|
| Create Project on Remote Web Server | 10 Mar 2005 14:57 GMT | 1 |
I'm trying to create a new web service project on a remote (although still within network) IIS 6.0 web server. I tried to use the Windows share name, but the wizard failed to create the site with error "The UNC share does not exist or you do not have access". I _do_ have ...
|
| Problem generating c# proxy class from IBM websphere (AXIS) webservice WSDL. | 10 Mar 2005 07:02 GMT | 2 |
I am having problems with generating a c# proxy class from a IBM websphere WSDL file, when running the wsdl.exe to create the c# proxy file command i recieve an error: Warning: one or more operations were skipped.
|
| Message Trace with WSE2 NOT working | 10 Mar 2005 06:45 GMT | 4 |
How could I get Diagnostic Tracing (Input/Output message trace, Send/Receive Policy) working with the following environment: - WSE2.0 - .NET Framework 1.1
|
| Websevice secured with X509 cert (ssl) | 09 Mar 2005 23:43 GMT | 2 |
I try to consume a webservice. In order to see it in IE, I needed to install (provided) X509 certs (I got 2 of them) When I try to open that page in IE, I'm being asked which cert I want to use, and page opens. Now when I try to add webreference in VS2K3, after i type url in that
|