Home Business Opportunity
Tue, 04 Oct 2005 06:43:16 -0700
Ordinary people are making EXTRAORDINARY money WORKING FROM HOME on the Internet! Take Advantage Of Our Free 7 Day Trial, Your Own WebSite, Email, And Hosting, I'll Even Show You How To Get $1000 Of Free Pay Per Click Advertising, Visit: www.megasparks.ws
This message was sent with NNTP Scribbler (www.e-adverti ...
|
Home Business Opportunity
Tue, 04 Oct 2005 02:52:19 -0700
Ordinary people are making EXTRAORDINARY money WORKING FROM HOME on the Internet! Take Advantage Of Our Free 7 Day Trial, Your Own WebSite, Email, And Hosting, I'll Even Show You How To Get $1000 Of Free Pay Per Click Advertising, Visit: www.megasparks.ws
This message was sent with NNTP Scribbler (www.e-adverti ...
|
Chunked Transfer econdig and soap
Tue, 4 Oct 2005 11:23:01 +0200
Hi
Supports the Microsoft Soap implementation the chunked http
Transfer-Encoding?
Thanks in advance
Javier
...
|
exposing an arrays of structs
Mon, 3 Oct 2005 22:06:38 +0200
Hi
I would like exposes a array of compound objets(structs) in rpc encoded:
[WebMethod]
[SoapRpcMethod]
public void Method(Point [] pt)
{
}
public class Point //runtime error
{
public int X;
public int Y;
}
But in .net it is a fail, the CLR force me to use Point like class instead
structs.
Why it ...
|
Call and HttpsUrlConnection
3 Oct 2005 02:22:40 -0700
Hi,
I would like to send my SOAP requests via a HttpsURLConnection. I
looked around the Axis API unsuccessfully.
Here where I am. I create a HttpsURLConnection. By this way I set a
TrustManager.
<code>
SSLContext sslContext = SSLContext.getInstance("SSL");
sslContext.init(
null,
new TrustMan ...
|
Send SOAP request via a defined socket
30 Sep 2005 07:00:52 -0700
Hi,
Is there a way to send a SOAP request (invoke) (via HTTP) in a TCP
socket?
The reason is complex so excuse me do not give more details.
Don't hesitate to slap me if I talk nonsense, may be notably because
HTTP and TCP are not 2 protocols of the same TCP/IP layer.
I work with Axis.
Please redire ...
|
Expossing COM+ application
Wed, 28 Sep 2005 10:17:02 -0700
Hi Every One, im creating a Com+ object and im trying to expose it trough the
Application Server Console, i go to
components_services/Computers/mycomputer/Com+ applications/MyService
right click it and go to the Activation Tab and try to activate the Uses
Soap option but it appears disabled.
how can i ...
|
|
|
The data at the root level is invalid exception
Tue, 27 Sep 2005 19:04:17 +0300
I get the following Exception "The data at the root level is invalid. Line
1, position 642" whenever I try to deserialize an incoming SOAP message. The
incoming message is formed well and its length is 642 bytes ( I have
appended it to the end of this message).
I suspect that the reason may have something t ...
|
soapclient30 and .net
21 Sep 2005 10:17:19 -0700
Folks, What is the recommended replacement for the SoapClient30 class
(C#)?
The MSDN website states the SoapToolkit SDK 3.0 has been deprecated and
I should be using the support in the .NET framework.
That is fine with me, but I am not able to early bind to the the WSDL
reference at design time. I am trying ...
|
Need help on jUDDI
21 Sep 2005 05:02:09 -0700
Hi All,
I am working on jUDDI, i've deployed it on WebLogic Server 8.1. The
jUDDI happiness page (http://localhost:7001/juddi/happyjuddi.jsp) loads
succesfully with all the checkings done. But when i try to call a
function through the jUDDI console
(http://localhost:7001/juddi/console/) I get an error (show ...
|