| Thread | Last Post | Replies |
|
| Service with 'shared' datatypes | 23 Aug 2004 16:26 GMT | 1 |
Hello NG, I need to write a factory where I be able to switch between webservice support and normal dll support. So I wrote a small test programm. In this case I get the problem that I can't find a way to load a komplex datatype
|
| Complex XML document as input parameter? | 23 Aug 2004 16:16 GMT | 1 |
Can anyone point to an example that uses a dataset as the input parameter to a web service? Can an XMLDataDocument be used as in input parameter to the web service? Incoming data in my application needs to be stored in SQL or as XML
|
| Consuming Java based webservice from asp.net | 23 Aug 2004 16:07 GMT | 3 |
How can we consume a webservice developed using Oracle JDeveloper from a asp.net client. The webservice provides a Proxy Jar and Proxy Source download. Please provide urls or articles that can help. Appreciate your help in advance.
|
| Calling .Net web service using a PERL client. | 23 Aug 2004 16:06 GMT | 1 |
I need to call a .Net web service that takes an array or object as a parameter from a PERL client. I have been trying to use the PERL SOAP::Lite package to do this without success. I can call one that takes a simple type, such as int or string, but not an array or object. Please ...
|
| WSE 2.0 and structured Exceptionhandling | 23 Aug 2004 14:45 GMT | 4 |
I've built a soap.tcp based webservice using WSE 2.0, which runs quite smoothly. When I throw an exception on the server side, the exception in propagated to the client as SoapException.
|
| Random Server did not recognize the value of HTTP Header SOAPAction Error | 23 Aug 2004 07:49 GMT | 1 |
Hi, I'm having problems with my webservice. I have a fully functional webservice, but once in a while I get the error message "Server did not recognize the value of HTTP Header SOAPAction". Clear the cache solves the problem, but it's not a solution. I have a dozen or so methods, ...
|
| WIERD Cache problem with WebService, Ideas? | 21 Aug 2004 08:13 GMT | 2 |
I built a custom webservice which originally had four methods, deployed this to our Dev server, it originally was deployed with the Codebehind reference in the page header of the .asmx file, to the .cs file. (code left from vs.net) I changed this and removed all codebehind ...
|
| Beta Testers Invited - Xavier's DNS Client .NET Component | 21 Aug 2004 04:44 GMT | 2 |
I'm in the beta stage of distributing an inexpensive .NET component with which to do DNS queries. Looking for suggestions and to see how well this performs in some other-than-my-own real world situations. The current beta will run until 9/3/2004 after which I'll be selling this ...
|
| WSE Settings 2.0... does not work | 20 Aug 2004 22:40 GMT | 1 |
I have installed Visual Studio .NET 2003 and WSE 2.0, but when I right click my Project and then click on the WSE Settings 2.0... button, nothings happens. The project is a console application (.NET) in Visual C++ .NET I am trying to use it with a Web Reference to a .asmx web ...
|
| Webservice and international chars | 20 Aug 2004 21:08 GMT | 1 |
I call, using C#, a webservice (UTF-8 encoded) that return a list of products. I get the requested objets. So far so good. But, in those objects in all String attributes I get ?? instead of chars with accents. I tried to call the same webservice in Java and Delphi and I
|
| Windows remote application launch through a Web service | 20 Aug 2004 15:35 GMT | 1 |
I possible to create a web service that launch a Windows Graphics .exe application (like notepad.exe, for example) installed on a remote server though a Web Service. If yes, what are the main .NET API functions involved in the application call on the server side ?
|
| Signing the part of the message | 20 Aug 2004 12:15 GMT | 2 |
Hello, All! I have a problem with signing the part of the soap body via wse 2.0. Here is the code [code]
|
| WSE 2.0 Policy is tied to specfic endpoint | 20 Aug 2004 09:55 GMT | 2 |
Policies seem to be tied to either one endpoint ("soap.tcp://machine:6000/Service") or to the <default endpoint> (all endpoints) 1. My problem is that i have a dynamic endpoint:
|
| Setting To Header & TCPMon | 20 Aug 2004 08:40 GMT | 1 |
I've read a lot of postings in here about how you have to set the <To> attribute to the url when using a tool such as TCPMon. Where/How exactly is this done? Am I supposed to do it on the client side, server side? Am I supposed to do this through the <Actor> attribute? Can ...
|
| Interopability: WSE 1 to WSE 2 to WSE 3 to Indigo | 19 Aug 2004 14:54 GMT | 4 |
Please correct me if I'm wrong in any of my assumptions below: According to the Microsoft site, WSE 1 and WSE 2 can't talk to each other. It seems that this is because WSE 1 uses WS-Routing whereas WSE 2 uses WS-Addressing.
|