| Thread | Last Post | Replies |
|
| Publish My XML Web Service | 01 Nov 2005 00:34 GMT | 3 |
How Can I Publish My XML Web Service To My Site My web site is www.Hageg.com Registered in www.webhost4life.com Any Id
|
| HowTo: expose web.config to client? | 31 Oct 2005 17:48 GMT | 1 |
Is there an easy straight forward way get the web.config from a webservice? Will I need to write additional code in the webservice to expose this? I'll do some research today... But if anyone knows please share this knowledge with me.
|
| 500 error when accessing web service | 31 Oct 2005 16:09 GMT | 4 |
When trying to access a web service over the internet, the user receives a 500 error. The web service however does work if you go to the server and try to access it either through the test web page and through a test application that was developed... Can anyone point me to ...
|
| MTOM on WSE 3.0 | 31 Oct 2005 15:47 GMT | 7 |
What is the deal with MTOM. From what I can see (in the example), you still need to populate the whole byte[] in memory, then do something with that byte[]. For ~small files, this may be ok. But for large files, you need to chunk the reads and writes to and from a stream (e.g. ...
|
| DIME: Attachments.Add - Object reference not set to an instance of an object. | 31 Oct 2005 11:12 GMT | 5 |
Here's my first attempt at DIME (code below signature). I'ts basically straight out of Microsoft's online sample: For some reason, the statement respContext.Attachments.Add(dimeAttach);
|
| WSE 3.0 Oct Installation Error | 31 Oct 2005 11:05 GMT | 6 |
I have the ever so popular WSE 3.0 installer error of "1722: A program run as part of the setup did not finish as expected." However, I do have the September release of Visual Studio, and build 50215 of .NET 2.0. From what I can see have the required versions in place.
|
| Alternatives to using gsoap | 31 Oct 2005 01:18 GMT | 3 |
It is my understanding that gsoap can be used to process applications written in "C". Unfortunately, it doesn't work very well and seems to be a bit unstable. What other options can one use to process applicatons written in "C"
|
| Customer Entity from Web Service | 30 Oct 2005 23:20 GMT | 7 |
I have a class "product" in a Web Project with the ensamblie. In otherside I Have a Web Service and I want to return an product class object, but when I want to received this object in the Web Application I have an
|
| 400 Bad request error in DIME attachment | 30 Oct 2005 08:25 GMT | 1 |
I'm receiving an HTTP 400 Bad request when invoking a .Net WSE2 Web Service with a DIME attachment. If I send a short file, say 500 KB, everything runs fine, but when I send a bigger one (2 or 3MB), I receive a Bad Request.
|
| XML over HTTP | 29 Oct 2005 09:37 GMT | 4 |
I have to write an interface that accepts "XML over HTTP"-messages. How is this done in .NET? The goal is to have an application (webservice, webapplication, ...) that accepts XML over HTTP and that sends reponses the same way.
|
| WSE842 error with WSE3 | 28 Oct 2005 17:37 GMT | 1 |
System.ApplicationException: WSE842: The service pipeline could not be created. ---> System.Configuration.ConfigurationException: The authorization provider named 'AzMan Authorization Provider' could not be found in configuration.
|
| how can we restrict what certificate WSE will use? | 28 Oct 2005 16:09 GMT | 10 |
assume I'm hosting a webservice, I have 2 trusted clients consume my webservice, each client will send in properly encrypted and signed request, WSE will take care of decryption and verification of the signature, everything works great. now there is a hacker, tries to consume my
|
| caching too much | 28 Oct 2005 15:28 GMT | 3 |
I have a caching problem : my WebService is using a DB. I'm doing changes in the DB and they are not reflected in the result of the Web method. After like 30min, restarting IIS many times .... without touching the code,
|
| Calling .Net web service with HTTP/1.0 protocol | 28 Oct 2005 11:06 GMT | 3 |
All, We are using Oracle 9i R2.xx PL/SQL function to call a VB .Net (version 1.1) web service residing on an IIS server. The web service appears to be executing, but we can not get the return value from the
|
| Distributed Security Model | 28 Oct 2005 09:31 GMT | 2 |
Apologies for the previous rant!!! I would like some ideas as to whether the following scenario is possible and, if so, how to achieve it please... - Server A (Token Issuer)
|