Parches de microsoft
Thu, 21 Apr 2005 16:48:07 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
Websphere SOAP Interoperability - Empty tags Created?
19 Apr 2005 08:01:36 -0700
We have a Java Websphere client consuming our .Net web services.
If they do not set certain properties of the object passed in the web
service call, the SOAP message still includes these tags in the SOAP
request which is causing issues further down the line.
i.e. </Advisor>
If we use a .Net client to c ...
|
cannot generate classes
Mon, 18 Apr 2005 10:02:02 -0700
Hello,
Every time I run xsd.exe it results in "warning: cannot generate classes
because no top-level elements with complex type were found." I used
sdkvars.bat to adjust the sdk variables as advised. Any ideas why I can't
create classes from
<?xml version="1.0" encoding="utf-8" ?>
<schema id="Receive ...
|
Dynamically Connect to Web Service?
Fri, 15 Apr 2005 20:44:39 -0400
Hello,
I have an application in C# that makes calls to a web service and the app
currently contains a reference to a WSDL.
Since the server technology is a commercial product, some customers have
their own servers, etc.
I was wondering if it is possible to dynamically point the application to
any ap ...
|
SOAP HTTP Post
15 Apr 2005 06:39:38 -0700
Hi,
I have been asked to look into this by my company, unfortunatly I have
very limited knowledge\understanding of SOAP, so bear with me.
A supplier has a system that involves sending our servers a soap
message by Http Post (They will contain different kinds of reports). I
am hoping to write a program tha ...
|
SOAP, PHP, RPC and C# .Net
Wed, 13 Apr 2005 03:16:05 -0400
Hey Folks,
I have an app that calls a webservice written in PHP. I have referenced the
WSDL and when sending data to the server, methods like following work fine:
soapservice MySoap=new soapservice ();
MySoap.search("arg1","arg2");
However, when I need to receive data from the serv ...
|
VB6 SOAP SDK to C# .NET
Tue, 12 Apr 2005 20:57:44 -0400
Hey All,
I have been asked to port a VB6 COM component that makes SOAP calls to .Net.
The server side SOAP calls are written in PHP and after referencing the
WSDL, the SOAP methods do not offer any return type when viewed in the
Object Browser.
The responses are currently extracted from an XML document ...
|
|
|
Problems with Soap Toolkit 3
Mon, 11 Apr 2005 21:15:59 +0200
I'm approaching to Microsoft Soap Toolkit 3, but I have an Error.
I've implemented a simple service with ActiveX in Visual Basic 6 for
communicating with an Access DB. I've compiled the code and obtained a
DLL. Then I've registered the DLL with the command "regsrv32 <PATH TO
DLL>\<DLLNAME>.dll" and receiv ...
|
SoapClient 3.0 Incorrect Parameter Problem
Sun, 10 Apr 2005 23:54:33 -0500
Hi
I tried to develop a simple Soap Client, which uses the MS SoapClient
3.0 API. I'm able to connect to my service and retrieve some
information by executing methods via the client on the service. But as
soon as I execute a method with has a parameter the invoke method
always comes back with Incorrect number ...
|
Wrong J2SE
Sun, 10 Apr 2005 16:49:53 GMT
Using WinXP SP1 installed Tomcat 5.5. Have previously installed JDK
1.5.0-b09. Start tomcat5.exe, get:
"This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It
can be run on earlier JVMs by downloading and installing a compatibility
package from the Apache Tomcat binary download page."
...
|