| Thread | Last Post | Replies |
|
| Call page from function | 30 Apr 2005 14:15 GMT | 1 |
Hi, I'm trying to use the web timer to schedule a call to an asp page. In practice, I want the server calls an asp page that makes several jobs. The timer works fine, but I don't know how to call a page from a function. This is part of the code I'm using:
|
| Problems sending emails | 30 Apr 2005 09:23 GMT | 2 |
I am using ASP.NET SmtpMail to send email using the following code public void SendEmail(string From, string To, string Subject, StringBuilder Message, string Attachment, string mailFormat) {
|
| Drilldown Sample Issues | 29 Apr 2005 23:42 GMT | 3 |
I am trying to get the first part of the drilldown sample to work (the Authorization part). I get an error 'security token could not be authenticated or authorized' every time I try to submit. I have set up wse before but I overrode the AuthManager to hit against and
|
| asmx doesn't show method listed | 29 Apr 2005 20:25 GMT | 3 |
I wrote a asmx page with two webmethods which are being shown like a link when i hit a request like. http://localhost/ws/test.asmx And when i click on that method name that it gives me parameter window as well.
|
| Basic Web Service Created by VS 2003 Problem | 29 Apr 2005 20:20 GMT | 2 |
Ok I uninstalled WSE2.0 sp3 and still get the same error in proxy file from web service. I have a web service thats local and created a web ref called lh1. At the top of my win form where I call the web ref is this:
|
| Master Pages - loading of ContentPlaceHolder | 29 Apr 2005 17:42 GMT | 12 |
I currently use frames for a website. I plan on moving this site over to .NET now that the ISP is using ver 2 beta 2. I currently have the website working as below, but would like to get rid of the frame. My question is: can I use a master page(s) to do what I need to do.
|
| intermittent error calling .NET web service | 29 Apr 2005 16:57 GMT | 6 |
I'm getting an intermittent error when calling a .NET web service from a .NET console application. Both are using v.1.1.4322 of the framework. Any ideas on what could be causing this? It can fail and then a few seconds later can work fine.
|
| Web services within applications | 29 Apr 2005 16:47 GMT | 1 |
I was wondering how to dynamically reference web services within an application. For example, i have a web service that has a url that changes. How do I adjust this in an application?
|
| codebehind does not run for remote access | 29 Apr 2005 13:42 GMT | 1 |
I am sort of a newbie in regards to this... I have made a simple project with an ASPX page that uses "codebehind" to run C# code to receive http posted xml files and store these. Everything works fine when these xml files are posted locally (from a computer on the same
|
| XML document as input parameter ot WS ? | 29 Apr 2005 12:26 GMT | 2 |
Hei, I have to create web service which accepts xml document as parameter: <CATALOG> <PLANT>
|
| consuming java web service | 29 Apr 2005 11:44 GMT | 4 |
I'm writting a code in C# which needs to consume a Java-written web service. This service was written in a RPC/Literal way, so I've used a tool I found (r2d) to transform the RPC/Literal wsdl into a Document/Literal, and from this wsdl I've generated the proxy class using wsdl ...
|
| Using UsernameToken.AnyElements to add extra credentialinfo | 29 Apr 2005 09:16 GMT | 1 |
I want to add some extra fields to my custom UsernameToken in addition to the username, password etc. fields. Specifically I want to add two strings; TerminalId and UserRoleId. In my business logic (windows.forms) I request a WS method like this:
|
| WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired) | 29 Apr 2005 03:22 GMT | 3 |
I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into the ERP system manually. (Yes, they really want to :P ) WebService code runs 3 SqlCommands that has timeouts set to 300 sec. Client
|
| Encryption Problem | 29 Apr 2005 02:36 GMT | 2 |
I'm working on a small client/server application which communicates using SOAP messages secured by the new WSE2.0 Encryption and Digital Signature. I've been finding that when I send a message encrypted with someones public key that the other end can then decrypt the message with ...
|
| Webservice on port other than 80 | 28 Apr 2005 20:20 GMT | 1 |
I have a webservice that's running on a specific port (8003) in webserver behind a firewall. The service accesses a CC authorization service on the internet. We use a proxy to get out to the internet.
|