RE: SOAP with SSL and Apache Webserver

2002-05-29 Thread Wilkins, Craig
If your client is Java, then you can import the server certificates into your client cacerts keystore using the keytool program, which is provided in the JRE. -Original Message- From: Bernd Wolfsegger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:54 AM To: [EMAIL

RE: about messaging soap

2002-05-10 Thread Wilkins, Craig
If you use literal encoding, you can pass XML Elements. -Original Message-From: Omaira Parada Gelves [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 09, 2002 2:59 PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: about messaging soap Hi, I send a xml documentwith

RE: web service with web sphere

2002-04-12 Thread Wilkins, Craig
to connect to a simple application (not a web service) from another computer it works. -Original Message- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent: jeudi 11 avril 2002 17:41 To: '[EMAIL PROTECTED]' Subject: RE: web service with web sphere Check the default_host alias list

RE: web service with web sphere

2002-04-11 Thread Wilkins, Craig
Check the default_host alias list in Websphere. Can you do a GET on the the rpcrouter from the other browser? -Original Message- From: Aurore Michiels [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:38 AM To: [EMAIL PROTECTED] Subject: web service with web sphere Hi,

RE: Soap over HTTPS

2002-03-27 Thread Wilkins, Craig
Have you imported the server certificate into you client keystore (cacerts file)? If not, look into the keytool.exe file that is in your java/bin directory. -Original Message- From: Kumar Raj [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 3:45 AM To: [EMAIL PROTECTED]

RE: soap questions

2002-03-22 Thread Wilkins, Craig
Please be aware that the ServiceManagerClient is available for people to download even if you don't give it to them. Look into Client Certificates, Proxy Servers, and Firewalls if this is a production Application. WSDL sounds like it solves both of your problems. First it defines available

RE: Is it possible?

2002-03-21 Thread Wilkins, Craig
Use Literal Encoding and Send the XML as a DOM Element. Much easier. Call call = new Call();call.setTargetObjectURI( URI );call.setMethodName( Mtds );call.setEncodingStyleURI( Constants.NS_URI_LITERAL_XML ); Vector params = new Vector();params.addElement( new Parameter( "Param01",

RE: Help! Service Manager Client

2001-12-20 Thread Wilkins, Craig
Try pointing a browser at the rpcrouter servlet. Your problem may be with your Application Server configuration and not your ServiceManagerClient. -Original Message- From: Tolsch, Ed [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 12:50 PM To: '[EMAIL PROTECTED]' Subject:

RE: xml schemas?

2001-12-13 Thread Wilkins, Craig
You make a good point. I was thinking that unless you had the Apache SOAP using BeanSerializer on both client and server, it would be real tough. The email that followed yours from Guy, cleared up that confusion as he does it with SOAP Lite. However, can your bean contain other beans and

RE: xml schemas?

2001-12-13 Thread Wilkins, Craig
, Bryan -Original Message- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 6:42 AM To: '[EMAIL PROTECTED]' Subject: RE: xml schemas? You make a good point. I was thinking that unless you had the Apache SOAP using BeanSerializer on both client and server

RE: xml schemas?

2001-12-12 Thread Wilkins, Craig
How complex are your inputs/outputs to these methods? The best thing that you could do is to create a WSDL file that describes all of your services, inputs, outputs, bindings, etc. for the client. The quick and easy way would be to provide a list of services and there inputs/outputs.

RE: xml schemas?

2001-12-12 Thread Wilkins, Craig
this additional information. Thanks in advance, Bryan -Original Message- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 1:55 PM To: '[EMAIL PROTECTED]' Subject: RE: xml schemas? How complex are your inputs/outputs to these methods? The best thing

RE: Soap and HTTPS

2001-12-07 Thread Wilkins, Craig
Andrew, The java org.apache.soap.server.ServiceManagerClient is not SSL enabled. You can either edit the source code and make it SSL enabled for this or use the SOAP Admin JSP to deploy services. If you choose to edit the source, then follow the same steps as if you are modifying your client to

RE: Servlet Options

2001-12-07 Thread Wilkins, Craig
Check out idoox.com I think they have a WASP server that is both a SOAP server and HTTP listener. I don't know about the footprint size. Craig -Original Message- From: Mark Jones [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 3:24 PM To: [EMAIL PROTECTED]; [EMAIL

RE: XML Payload Performance

2001-11-30 Thread Wilkins, Craig
- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 12:48 PM To: '[EMAIL PROTECTED]' Subject: RE: XML Payload Performance Have you tried modifying your SOAP service to print out the input String to sdtout and comparing the performance differences? I am just

RE: Security issue - deploy

2001-11-29 Thread Wilkins, Craig
I know of a couple of options.. Change the URL for the JSP page where you can deploy, etc. Modify the code in rpcrouter so that it can't change the services. Make the file that contains the deployed SOAP services read-only. Put a proxy or firewall in front of your soap server that filters out

RE: XML Payload Performance

2001-11-29 Thread Wilkins, Craig
Compare the SOAP message payload of the 300K string to the payload of the String that is XML? There has to be something different. What does your soap service method do with the input string? Is there a performance issue as it parses it into DOM, etc? What if you just print it out, do you

RE: error

2001-10-30 Thread Wilkins, Craig
You must have dropped the mail.jar out of your classpath. The rpcrouter needs it. -Original Message- From: Oleg Timofeyev [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: error Thats interesting I am not sure even what I did, it use to

RE: Literal XML Advantages

2001-09-27 Thread Wilkins, Craig
I have found that I can use XML Literal with MSFT SOAP, but am having a really hard time with SOAPLite. Up until this challenge, I thought that XML Literal was great. Craig -Original Message- From: Hashimoto, Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 1:31 PM

RE: a simple question

2001-09-25 Thread Wilkins, Craig
If you have configured the Web Application Server that hosts your SOAP server components correctly and completely, you can deploy SOAP services through a web interface. The admin tool is a web form that is that collects all of the information necessary to deploy services. On my environment, the

RE: Setting Http headers

2001-09-19 Thread Wilkins, Craig
Look into Message Services. http://xml.apache.org/soap/docs/guide/index.html -Original Message- From: Roberto Venturetti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 8:21 AM To: [EMAIL PROTECTED] Subject: Setting Http headers Hi all, I need to set http

RE: Looking for example code

2001-09-18 Thread Wilkins, Craig
I don't know if this is going to help, but if you use Literal Encoding you can pass Xerces DOM. This way, you don't need to parse it into DOM. Alternatively, you canuse the DOM builders from the Xerces package to get this task accomplished. Craig -Original Message-From: Scott

Literal Encoding

2001-09-17 Thread Wilkins, Craig
We have several Java clients that leverage our Apache SOAP services. We currently have some clients that are under development with Perl and SOAP Lite. Our SOAP Services all use Literal Encoding and we have input parameters of type org.w3c.dom.Element and we also return an Element. Will this

RE: Installation SOAP / Newbie

2001-08-22 Thread Wilkins, Craig
I don't have the O'Reilly book either, but if you just go to http://xml.apache.org/soap site you should find some additional FAQ's, Documentation and jar files that should help you a lot. Sometimes those books come with CDs with Apache SOAP and Tomcat on them. I suggest that you download the

Timeout for SOAP Calls

2001-08-21 Thread Wilkins, Craig
Is anyone aware of a way to make the invoke call timeout? Specifically, I'd like to have this call timeout. Response resp = call.invoke( url, ); Thanks, Craig

RE: Writing my own deserializer

2001-08-03 Thread Wilkins, Craig
if you use String I would suggest you to take a look a Base64 to keep the formatting. Good luck! Steeve... Wilkins, Craig [EMAIL PROTECTED] on 02/08/2001 10:54:19 AM Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:(bcc: Steeve Gilbert/G_STGEORGES

RE: Writing my own deserializer

2001-08-03 Thread Wilkins, Craig
Here's some sample code. -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: RE: Writing my own deserializer How do you do that? Can you give me a code sample? Steeve... Wilkins, Craig [EMAIL

Writing my own deserializer

2001-08-02 Thread Wilkins, Craig
I am looking for some advice on how to write my own deserializer. At the very least I am looking for some high-level guidance or steps on how to write my own deserializer for XML Elements, but if you think that you can help with my problem, please offer additional suggestions. My Problem: Our

RE: SOAP and SSL and WebSphere

2001-07-20 Thread Wilkins, Craig
Here is what you need to do at a high-level. 1) Create a certificate and keystore. 2) Insert your certificate into your keystore. 3) Follow the instructions found to enable SSL for which ever HTTP web server you are using. 4) Update your WebSphere default_host so that it recognizes

RE: A way to ping a SOAP Server?

2001-07-18 Thread Wilkins, Craig
Do an HTTP Get on the rpcrouter. This will return some text that indicates that it only knows how to talk Post, which you can ignore but recognize that it is up. -Original Message- From: Algirdas Veitas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 1:22 PM To: [EMAIL

RE: getting samples to work over ssl

2001-07-17 Thread Wilkins, Craig
I don't think that you can use the ServiceManagerClient with SSL. It would need to be coded differently. Deploy your services with http and then go to https. Alternatively, you can use the web interface over ssl. -Original Message- From: Rich Catlett [mailto:[EMAIL PROTECTED]] Sent:

RE: How to block the Admin client ?

2001-07-16 Thread Wilkins, Craig
I was just thinking about this. Some firewalls will filter out by URL. I am thinking about just disabling this URL from everyone including the SOAP admin because once your service is deployed, you never need to modify it and it doesn't run as a process. But what about the

RE: Carriage Return/Line feed problem??

2001-07-12 Thread Wilkins, Craig
I just ran into the same issue. Does anyone have any ideas to address this? Thanks, Craig -Original Message- From: Colin Saxton [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 10:12 AM To: '[EMAIL PROTECTED]' Subject: Carriage Return/Line feed problem?? I have the following