| Thread | Last Post | Replies |
|
| Calling Web Service from Standard ASP | 29 Jun 2004 09:03 GMT | 1 |
I'm looking for code examples for calling a simple web service from standard ASP. It's my understanding that I could create a VB6 dll along with the SOAP toolkit, and then use Server.CreateObject in my ASP. Any specific examples available?
|
| how to make a web service exempt from WSE2 settings in a v.dir | 29 Jun 2004 00:48 GMT | 6 |
hi, i have a web application configured and working with WSE2. however, i have a web service (not WSE) in the same virtual directory that gives errors about messages not conforming to the policy they are mapped to. i am guessing this is because WSE is intercepting all soap ...
|
| Queries on tables from different data sources | 29 Jun 2004 00:24 GMT | 1 |
I need to perform two queries in sequence on two identical access tables. The source table is coming from a dataset returned by a web method and the destination table is from a local access table. The queries are; UPDATE [destTbl] INNER JOIN srcTbl ON [destTbl].entry_id = srcTbl ...
|
| WS Security Question | 28 Jun 2004 23:45 GMT | 1 |
Sorry I may have posted this earlier today. I am currently using WSE 1 sp1 to implement a username token solution with password digest. Part of my requirement is that when an exception is thrown the exception details must be added to the <detail> portion of the <SOAP:Fault>.. ...
|
| Getting the full URL | 28 Jun 2004 22:50 GMT | 2 |
I need to get the full URL of the current page in ASP. When using Request.ServerVariables("URL") anything after the filename (such as a #section1 to jump to an area on the page or data submitted from a form using the GET method) is automatically removed. I do not know of any keys ...
|
| web service returns 404 | 28 Jun 2004 22:44 GMT | 1 |
I have read numerous posts on this same issue and searched Microsoft's knowledge base and there are no solutions offered. I have a web service installed on 4 machines: 2 dev servers, 1 staging and production. The web service works fine on 3 of the machines,
|
| UsernameTokenManager subclass's AuthenticateToken not called when message is signed | 28 Jun 2004 17:10 GMT | 2 |
Consider the following: SoapEnvelope envelope = new SoapEnvelope(); UsernameToken token = new UsernameToken(username, CryptoUtil.Encrypt(password), PasswordOption.SendPlainText);
|
| Custom Class ToXml(), FromXml() methods | 28 Jun 2004 10:38 GMT | 2 |
I would like to add a ToXml() and a FromXml() method to a few classes of mine. I was wondering if there is some way to take advantage of the way XmlWebServices serialize the objects when passed as parameters. Basically
|
| Instant Notifications | 27 Jun 2004 18:19 GMT | 1 |
i was thinking of a way to implement Instant Notifications using the new messaging features of WSE 2.0. Idea is to send a packet async to a winforms app on a client machine. i think this would be possible setting up a TCP listener on Client
|
| [ANN] soap.msmq transport | 27 Jun 2004 15:55 GMT | 1 |
I just posted a WSE Custom Transport over MSMQ [1] Roman [1] http://www.codeproject.com/useritems/SoapMSMQ.asp
|
| Deploying webservice | 26 Jun 2004 18:11 GMT | 1 |
I have created my first web service on my local server. I now need to deploy the ws to www.mydomian.com/MyApp/webservice/ site. What are the steps to do that? Is there a way to use only compiled version so the source code is not exposed? Also, how would my client apps be able to add ...
|
| huge Dataset over webservice | 26 Jun 2004 11:42 GMT | 2 |
I have a web method that return a huge dataset (2Mb). I am interested to know if there is a method to maximize the transfer speed of this dateset over the internet.
|
| Getting web service dataset into xml | 26 Jun 2004 05:39 GMT | 4 |
I need to access to a web service method that returns a dataset type. Is there a way to store this remote dataset as an xml file locally, using vb.net, so I can open a local dataset on the xml? A code example would be appreciated.
|
| Newbie problem | 26 Jun 2004 05:32 GMT | 1 |
I have written my first web service and when I run it, I get the below error. What am I doing wrong? Thanks Regards
|
| Error consuming web service | 26 Jun 2004 03:18 GMT | 1 |
I am trying to access a web method which is on my local server from a vb.net client which is also on the same server. In client I am using the below code to access the web method. The problem is that I get an 'Object reference not set to an instance of an object.' error on the ...
|