| Thread | Last Post | Replies |
|
| apachesoap:element issues | 03 Aug 2004 21:08 GMT | 2 |
Greetings All. We have a web service that was built using Java / Apache. It has a namespace of: http://xml.apache.org/xml-soap with a reference to apachesoap:element. It basically is returning a XML document which the program uses. We are trying to update this program to .NET 1 ...
|
| WSE 2.0 SP1 SoapClient/Service and NAT | 03 Aug 2004 21:05 GMT | 2 |
I have been working with WSE 2.0 for a few weeks now and it works great when I use endpoints that are completely local (soap.tcp://localhost/...). However, in my network environment I am behind a NAT router and I can't figure out how to get the client and service to communicate ...
|
| Web Service Access Denied with MS Word | 03 Aug 2004 20:43 GMT | 1 |
I have a web service the uses MS Word to do mail merge and printing documents. When I run the service on my development box, it works. When I run in on the server, I get "Access Denied" when it tries to start
|
| Web Service Access Denied with MS Word | 03 Aug 2004 18:06 GMT | 1 |
I have a web service that uses MS Word to do mail merge and printing. It works fine when running on my development machine. But when I deploy it to the server, it fails with "Access Denied" when it tries to launch Word.
|
| WSE 2.0 SP1 SoapClient/Service and NAT | 03 Aug 2004 17:17 GMT | 1 |
I have been working with WSE 2.0 for a few weeks now and it works great when I use endpoints that are completely local (soap.tcp://localhost/...). However, in my network environment I am behind a NAT router and I can't figure out how to get the client and service to communicate ...
|
| JAVA AXIS web services return NULL? | 03 Aug 2004 16:51 GMT | 1 |
A Java Axis consumed by .Net C# client, it built and executed the WS method from the WSDL gotten from OK, the response object is NULL. Is there any more thing more should be done on Java server?
|
| Custom UsernameTokenManager | 03 Aug 2004 12:59 GMT | 2 |
I'm trying to implement a custom username token manager, with little success. My service and client both have WSE2 enabled. This is an ASMX web service. Authentication works without the custom token, sending password
|
| Business logics in webservices? | 03 Aug 2004 11:22 GMT | 2 |
I've a oracle database which contains some business logics stored proc's. Could any one tell me how to use the business logics in the web services.
|
| Cookieless Session and Web Service Problem | 03 Aug 2004 10:30 GMT | 4 |
I am looking for any C# example on using a web service with cookieless Sessions. [WebMethod(Description="Help",EnableSession=true)] public string SessionShow()
|
| Consuming WebService which returns NULL-values | 03 Aug 2004 10:17 GMT | 6 |
I'd like to consume a WebService, which returns an array of objects which include several members of type System.String, System.Decimal and System.DateTime. In the WSDL-file, the members of the object are marked as nilable.
|
| Getting through firewalls using HttpWebRequest | 03 Aug 2004 09:30 GMT | 3 |
We are having a problem with firewalls. We can't pinpoint the exact problem but the working theory at this point is the request from the client software is reaching the server through port 80. The response from the server is not making it back because the return port back to
|
| How to secure webservice | 03 Aug 2004 09:09 GMT | 2 |
I want to make sure that no one else can call and receive data from my web methods? How to do it..
 Signature Leo
|
| Cannot Start Custom Token Manager | 03 Aug 2004 08:43 GMT | 1 |
Following several online examples, we have implemented the following using WSE 2.0: In the Web Servic .asmx file: namespace WebService1 {
|
| Asynchronous web service calls, will you still have timeouts | 03 Aug 2004 07:36 GMT | 1 |
If I am calling web services asynchronously, will I still have to be concerned with the request timing out? If IIS starts a process (calling a web service) and it goes off and takes 30 minutes to do something (exaggeration), will there be a timeout?
|
| WSE717 error message when trying the quickstart samples (C#) | 02 Aug 2004 23:34 GMT | 1 |
I'm using WSE 2.0 SP1 and really am impressed with what I've read on it so far. Whenever I try to use any of the quickstart applications (at least the ones that deal with privacy related communcation), I always seem to get the
|