Reaching perl module with Apache-soap

2002-01-11 Thread Lennert Anne, Telia Net
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

Passing SOAP msg header info to Java RPC by using new RPCJavaprovider?!?

2002-01-11 Thread davout
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

unsubscribe me

2002-01-11 Thread Chen, Yiyi
Hi > > Please unsubscribe me. > > Thanks > Yiyi

apache SOAP SSL

2002-01-11 Thread Chistian Lacetera
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

RE: apache SOAP SSL

2002-01-11 Thread Ahmed Dinar
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 {

Re: apache SOAP SSL

2002-01-11 Thread Chistian Lacetera
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

RE: apache SOAP SSL

2002-01-11 Thread Ahmed Dinar
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

Basic Authentication with SOAP

2002-01-11 Thread Max Stolyarov
Hello, Does anybody knows how to do basic authentication with SOAP on the web service. Thanks Max Stolyarov

Re: Basic Authentication with SOAP

2002-01-11 Thread P SREENIVASA RAO
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 > > >

RE: Basic Authentication with SOAP

2002-01-11 Thread 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

RE: Basic Authentication with SOAP

2002-01-11 Thread graham glass
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

RE: Basic Authentication with SOAP

2002-01-11 Thread Max Stolyarov
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

RE: Basic Authentication with SOAP

2002-01-11 Thread Ken Beausang
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

Re: Basic Authentication with SOAP

2002-01-11 Thread Scott Nichol
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

RE: Basic Authentication with SOAP

2002-01-11 Thread Max Stolyarov
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

Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Max Stolyarov
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

Re: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Scott Nichol
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

RE: Problem accessing a web service. Please help. Thanks

2002-01-11 Thread Max Stolyarov
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

RE: Messaging Question

2002-01-11 Thread Max Stolyarov
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