I am new to using SOAP so I could use some help on how
to communicate with a perl module through
apache-soap.
I have installed tomcat 4.0.1. and
apache-SOAP2.2.
I can activate all the SOAP clients that comes with the soap package with out any problems.
How do I deploy a perl
obj
I'm running SOAP 2.2 against some Java based RPC classes.
I've been informed elsewhere that in normal use a Java RPC class
instantiated by SOAP 2.2 cannot access the SOAP message header.
I'm wondering whether this gap can be covered by creating a new RPC provider
that inherits from the standard
Hi
>
> Please unsubscribe me.
>
> Thanks
>
Yiyi
Hi to all
i tryed some examples to bring SOAP over HTTPS
i had used Apache+ Mod_SSL + tomcat + apacheSOAP
for the server side there are no problem
bur a custo client (in java don't work) someone can help me ??
package https;
import javax.security.cert.*;
import javax.security.cert.X50
Title: RE: apache SOAP SSL
try this
i had the same problem i changed the class SSLUtils in the package package org.apache.soap.util.net;
i passed the SSLSocketFactory to the class call on the method invoke like this
resp = call.invoke(url, "", sf);
public class SSLUtils {
So i have to modify the class Call also ???
Thanx for the info !
Ahmed Dinar wrote:
try this
i had the same problem i changed the class SSLUtils
in the package package org.apache.soap.util.net;
i passed the SSLSocketFactory to the class call on the
method invoke like this
resp = call.invok
yes ,
after you recompile soap.jar with ant
-Message d'origine-De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Chistian
LaceteraEnvoyé : vendredi 11 janvier 2002
15:44À : [EMAIL PROTECTED]Objet : Re:
apache SOAP SSLSo i have to modify the class Call al
Hello,
Does anybody knows how to do basic authentication with SOAP on the web
service. Thanks
Max Stolyarov
u can use the draft(SOAP:Basic and Digest authentication) by Cunnings, u
can get tis doc in IETF web site.check it
On Fri, 11 Jan 2002, Max Stolyarov wrote:
> Hello,
>
> Does anybody knows how to do basic authentication with SOAP on the web
> service. Thanks
>
> Max Stolyarov
>
>
>
Thanks for the prompt response. Do you know if anybody has implemented it.
Thanks
-Original Message-
From: P SREENIVASA RAO [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 9:26 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Basic Authentication with SOAP
u can use the draft(SOAP:Basi
hi max,
i think that lots of SOAP implementations support this.
for example, GLUE (http://www.themindelectric.com).
cheers,
graham
-Original Message-
From: Max Stolyarov [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 11:13 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Basic Authent
Is GLUE an opensource product or not? Thanks. Do you know if Apache supports
Basic Authentication. Thanks Graham.
Max
-Original Message-
From: graham glass [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: RE: Basic Authentication with SOAP
Sure, our CapeConnect product can handle this for you.
Check out www.capeclear.com.
-Original Message-
From: Max Stolyarov [mailto:[EMAIL PROTECTED]]
Sent: 11 January 2002 12:13
To: '[EMAIL PROTECTED]'
Subject: RE: Basic Authentication with SOAP
Thanks for the prompt response. Do you
Here's a quick summary.
Client
--
You must explicitly instantiate SOAPHTTPConnection and call setUserName and
setPassword. You associate this will your Call instance with Call's
setSOAPTransport.
Server
--
This is dependent on your Web server, but the idea is to configure the
resource r
Thanks Scott. I am running Apache SOAP under Tomcat, so I will try do what
you said. Thanks again.
Max
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 2:48 PM
To: [EMAIL PROTECTED]
Subject: Re: Basic Authentication with SOAP
Here's a quic
Hello,
I wrote a very sime Web Service and a client application to access. I
successfully deployed the service on Tomcat, but when I try to make an RPC
call to it from the client application I get the following error. Can
somebody please shed some light on it for me. Thanks
SOAP Fault Msg I r
When you create your parameter, you must specify the class of the parameter,
not the Parameter class. For example,
String symbol;
Call call = new Call ();
// set call properties here
Vector params = new Vector ();
// Here it is: String parameter specified as String.class type
Scott,
Before I got your message I actually figured out what was the problem. I
implemented everything the way you specified, but what I did wrong was I
specified a wrong encoding. Instead of specifying Constants.NS_URI_SOAP_ENC
I specified Constants.NS_PRE_SOAP_ENC. That's all. As soos as I f
Check if you had set up SOAPMappingRegistry parameters and the set this
registry on the Call object. Hope this will help. This is a client issue and
not the server issue, due to : SOAP-ENV:Client code
Goodluck,
Max
-Original Message-
From: Xiaohui Ma [mailto:[EMAIL PROTECTED]]
Sent: We
19 matches
Mail list logo