Re: [AXIS2] WS-Addressing HTTP-SMTP problem!

2006-06-23 Thread Chamil Thanthrimudalige
Hi, I have now added a test case to do exactly your use case. You can have a look at it at modules/integration/test/org/apache/axis2/ transport/DualChannelRequestResponseRawXMLTest.java on the latest svn checkout. Please note you will have to use the jdk versions of the mail and activation

Re: I am ready to create a new JIRA issue

2006-06-23 Thread Davanum Srinivas
Please create a JIRA issue. Most of the times, it does not hurt to just create it :) and then ask here (rather than the other way around :) -- dims On 6/23/06, Jim Bender <[EMAIL PROTECTED]> wrote: Unless someone can give a good explanation why I should not, I will create a new JIRA issue about

RE: [Axis2] Why do I get service skeletons taking OMElement, and uncompilable code?

2006-06-23 Thread Derek
OK. I created the following: http://issues.apache.org/jira/browse/AXIS2-844 Thanks. Derek > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 7:15 PM > To: axis-user@ws.apache.org; [EMAIL PROTECTED] > Subject: Re: [Axis2] Why do I ge

[Axis2] WSDL2Java fails to detect nonexistent element

2006-06-23 Thread Derek
Hi, folks. I recently noticed that the Axis2 WSDL2Java program, when generating XmlBeans, seems to accept WSDL which contains references to nonexistent elements. For instance: http://www.dummy-im-address"; schemaLocation="im.xsd"/> The element "this

Axis 2.0 REST Web services samples

2006-06-23 Thread Srikanth
Hi,    I am trying to develop RESTful services using Axis2.0 and just managed to setup Axis2.0, services, modules etc. I would appreciate if someone could send me a small toy application or a simple REST style server/client so that I could understand the nuances of Axis and REST. I checked out t

Re: NullPointerException in MessageContext.setEnvelope(MessageContext.java:681)

2006-06-23 Thread Anne Thomas Manes
Dims just filed a JIRA about this issue a day or two ago. http://issues.apache.org/jira/browse/AXIS2-837 Please add your use cases to the JIRA.Thanks, AnneOn 6/23/06, Ted Jones < [EMAIL PROTECTED]> wrote: Martin, Here is the WSDL: http://com.widgets/test"    xmlns="http://schemas.xmlsoap.org/

what's wrong about anyURI ?

2006-06-23 Thread maxim
Hello, Why the anyURI type represented by org.apache.axis.types.URI type is required to be absolute so if I am using something like someURI it gives me the MalformedURIException "No scheme found in URI". That’s wrong, it should accept relative URI as well. Thanks, Maxim Grigoriev. ---

I am ready to create a new JIRA issue

2006-06-23 Thread Jim Bender
Unless someone can give a good explanation why I should not, I will create a new JIRA issue about what I am seeing when trying to use a generated stub in my test client: Caught Throwable exception in runPointsCalculator: org.apache.axiom.om.OMException: java.lang.IllegalStateExceptionorg.apache.a

Re: Issues deploying axis 2.0

2006-06-23 Thread Srikanth
well, thats what I am trying to use and I get this exception when I try to look up the resource in a browser. Thanks.On 6/23/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: If you want to implement a RESTful service, I recommend you use Axis2 rather than Axis.On 6/23/06, Srikanth <[EMAIL PROTEC

Re: newbie question about WSDL2JAVA

2006-06-23 Thread ip vp
Hi Bille, It was ok. I did it. But, what methods and in what sequence I need to invoke to access the webservice? I am doing the followig: - generating java code based on wsdl, using ecplise plugin. - did a very simple client whit the following code: GeneratedStubClass myStub = new

Re: newbie question about WSDL2JAVA

2006-06-23 Thread studium-sbr
- Generate Java from WSDL - Select the WSDL-File - Next page you can leave all the selections. - If you want to get the service classes, then you have to additionally select "Generate serverside code" Thats all HTH Bille > -Ursprüngliche Nachricht- > Von: axis-user@ws.apache.org > Ges

AxisFault: Unconnected sockets not implemented; nested exceptio

2006-06-23 Thread ip vp
Hi All, I am getting org.apache.axis2.AxisFault: Unconnected sockets not implemented exception. Whant can be the root cause of this ? JAVA CODE: # import java.security.Security; import org.apache.axiom.om.OMAbstractFactory; import org.apache.axiom.om.OMElement; import org.a

Java web service client to .Net web service

2006-06-23 Thread Michael Schwab
Hi, I am developing a Java web service client using Apache Axis 1.4. The client will connect to a .Net version 1.1 + WSE 2 SP3 web service. The .Net web service requires X.509 based authentication and signature. I have created the Java stubs for the web service using WSDL2Java. The automaticall

Re: Could I handler the exception in an common error h andling class ?

2006-06-23 Thread studium-sbr
Hi Sukie, maybe this helps: http://marc.theaimsgroup.com/?l=axis-user&m=115049348304601&w=2 http://marc.theaimsgroup.com/?l=axis-user&m=115046828005645&w=2 http://www.wso2.net/kb/171 I'm up to do the SOAPFault-Creation and the putting it on the INcoming MessageContext in one method: private vo

AXIS Version

2006-06-23 Thread Jeff Lu
Hi,ALL   It is first time for me to post message here. If I am wrong,please kindly tell me what I should do.   I have download AXIS version 1.2RC,1.2.1,1.3,1.4.   Since I use WSDL2Java convert mappoint web service to java file. The stup service is extended from org.apach.axis.client.Stup.  

RE: NullPointerException in MessageContext.setEnvelope(MessageContext.java:681)

2006-06-23 Thread Ted Jones
Martin, Here is the WSDL:http://com.widgets/test"    xmlns="http://schemas.xmlsoap.org/wsdl/"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"    xmlns:tns="http://com.widgets/test"    xmlns:schema1="http://www.widgets.com/bqt_Output">    

Re: Is Axis Ws-I compliant

2006-06-23 Thread Anne Thomas Manes
Just to clarify some of the comments made in this thread...As Dims said, no toolkit is 100% compliant. In fact it isn't really appropriate to refer to a toolkit as compliant. WS-I compliance applies to a specific service, not to the tools used to implement the service. The more appropriate question

[axis2] dynamic return types / external configuration / inheritance

2006-06-23 Thread studium-sbr
Hi to everyone, suggest the follwing scenario: - service with one method. - I'm NOT using code generated skeletons, but simple Java classes. - depending on the request parameters, the returned objects are different. All returned objects have a superclass in common. Someone explained, how to ac

Re: NullPointerException in MessageContext.setEnvelope(MessageContext.java:681)

2006-06-23 Thread Martin Gainty
Good Afternoon Ted- Could we see the WSDL? Thanks, Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender imm

RE: NullPointerException in MessageContext.setEnvelope(MessageContext.java:681)

2006-06-23 Thread ip vp
Hi Ted Jones, Thanks for your response. I am already using AXIS2. I did not solve this problem yet . Any suggestions are welcome. regards IP VP From: "Ted Jones" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: Subject: RE: NullPointerException in MessageContext.setEnvelope(Me

Re: Issues deploying axis 2.0

2006-06-23 Thread Anne Thomas Manes
If you want to implement a RESTful service, I recommend you use Axis2 rather than Axis.On 6/23/06, Srikanth <[EMAIL PROTECTED] > wrote: Hi,    I am trying to create a RESTful webservice using Java and hence looking at Axis to use that as a platform. I just downlaoded the axis.war file and when I

RE: NullPointerException in MessageContext.setEnvelope(MessageContext.java:681)

2006-06-23 Thread Ted Jones
IP VP, I encountered the same thing (or something very similar) with Axis 1.3. I was hoping an upgrade to Axis2 would fix my problem. Have you had any luck resolving? Thanks, Ted Jones -Original Message- From: ip vp [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 4:28 PM To: a

Re: [Axis2] Missing jar file?

2006-06-23 Thread Ron Turner
Thanks for your response, Ajith. This is with respect to Axis2 v1.0. Looks like I missed including neethi-1.0.1.jar on my classpath and so couldn't find the correct packaging of OMPolicyReader. The version of OMPolicyReader I did have available was in package org.apache.ws.commons.om - I pres

Issues deploying axis 2.0

2006-06-23 Thread Srikanth
Hi,    I am trying to create a RESTful webservice using Java and hence looking at Axis to use that as a platform. I just downlaoded the axis.war file and when I deployed it in my servlet container (tomcat 5.0.30) and tried to access the service (http://localhost:8080/axis2), I encounter the fol

RE: Problem in running axis with wss4j security

2006-06-23 Thread Ben Ethridge
What's the wierd behavior? You mean the missing activation.jar? Ben -Original Message- From: Kashif Saleem [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:17 PM To: axis-user@ws.apache.org Subject: Problem in running axis with wss4j security Hi All, I installed axis-1.3

RE: https with WS

2006-06-23 Thread Vineet_Vashisht
Just FYI. I was able to get it to work with minimum fuss using Axis2-0.93 instead of Axis2-1.0  . Have no idea why but 0.93 seems a lot easier to work with as far as just generating a client goes. "Ben Ethridge" <[EMAIL PROTECTED]> 06/23/2006 10:32 AM Please respond to

Problem in running axis with wss4j security

2006-06-23 Thread Kashif Saleem
Hi All, I installed axis-1.3 on apache-tomcat-5.5.17 but I am accessing the happiness page,I am getting the following message: Axis Happiness Page Examining webapp configuration Language: [en] [ja] Needed Components * Found SAAJ API ( javax.xml.soap.SOAPMessage ) at /a/green/cs/re

Re: [Axis2] NullPointerException in AbstractHTTPSender

2006-06-23 Thread Michele Mazzucco
Hi all, yes, the reason of the null pointer is definitively the RelatesTo. Is it possible to prevent the sender side to add it? Michele Michele Mazzucco wrote: > Could it happen because of the RelatesTo 'field'? If so, how can I > remove it (the request is sent by service A.foo, while the respon

Re: [Axis2] NullPointerException in AbstractHTTPSender

2006-06-23 Thread Michele Mazzucco
Could it happen because of the RelatesTo 'field'? If so, how can I remove it (the request is sent by service A.foo, while the response should be received by service A.foo1)? Thanks, Michele Michele Mazzucco wrote: > Hi all, > > I get a NullPointerException in AbstractHTTPSender:238 when the > fo

Re-post: How can I pass attachment file name

2006-06-23 Thread Qinjian Jian
All, I am using Axis1.4. When doing attachment, I found it seems no elegant way to pass the file name attached. Below is my source code fragment: String sourceDir = "C:\\temp\\example.doc"; //Get the file from the filesystem FileDataSource fileDS = new File

[axis2] - wsdl2java - exception

2006-06-23 Thread Gmail
hey I have similar problem. I'm new to axis2. I have wsdl from which in axis 1.* I have succesfully generated java code, but in axis2 I got following exception: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationExcept

RE: https with WS

2006-06-23 Thread Ben Ethridge
Sorry. Don’t know. I’ve only been working with 1.x so far. Have you googled the error in the log? Or maybe someone who knows 2.x could help.   Ben   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 10:13 AM To: axis-user@ws.apache.org Subject: RE: h

[AXIS 1.4]Problem in running axis with security

2006-06-23 Thread Kashif Saleem
Hi All, I am trying to run axis1.4 on apache-tomcat-5.5.17 but I am getting the following error on Axis happiness page: Axis Happiness Page Examining webapp configuration Language: [en] [ja] Needed Components * Found SAAJ API ( javax.xml.soap.SOAPMessage ) at /a/green/cs/research/

RE: https with WS

2006-06-23 Thread Vineet_Vashisht
Ben, thanks for the reply. Yours was one of the posts that I had read before eventually posting the email. The article you referenced was one that I had worked with in the past. I am still very unclear on how the whole SSL works with WebServices. The axis 1.1 is working but I am not sure if I eve

[Axis2] NullPointerException in AbstractHTTPSender

2006-06-23 Thread Michele Mazzucco
Hi all, I get a NullPointerException in AbstractHTTPSender:238 when the following message is received: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:wsa="http://www.w3.org/2005/08/addressing";> http://org.ncl.ac.uk/qosp";>

RE: https with WS

2006-06-23 Thread Ben Ethridge
Hi, Vineet. Did you see my post from a couple of days ago on this?     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 7:54 AM To: axis-user@ws.apache.org Subject: https with WS   Hello All,         I am unable to get the https to work with WS

Re: [axis2] Does axis2 support or ?

2006-06-23 Thread Ajith Ranabahu
Hi, Report two Jiras and link them together. Ajith On 6/23/06, Tim Oertel <[EMAIL PROTECTED]> wrote: Ajith Ranabahu wrote, on or about 6/23/2006 9:25 AM: > Hi Tim, > Please log a Jira. This smells like a bug ! Should this be written up as two bugs? One for support and one for not respecting

[Axis2] NullPointerException in OutInAxisOperationClient

2006-06-23 Thread Michele Mazzucco
Hi all, I'm trying to send a message from a web service A to a web service B, but I get this exception: ERROR ncl.qosp.controller.scheduler.weighted.WeightedAvgRespTimeServiceHandler - java.lang.NullPointerException at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxi

Re: [axis2] Does axis2 support or ?

2006-06-23 Thread Tim Oertel
Ajith Ranabahu wrote, on or about 6/23/2006 9:25 AM: Hi Tim, Please log a Jira. This smells like a bug ! Should this be written up as two bugs? One for support and one for not respecting minOccurs/maxOccurs? Ajith On 6/23/06, Tim Oertel <[EMAIL PROTECTED]> wrote: Crud, I forgot to menti

Re: [axis2] Does axis2 support or ?

2006-06-23 Thread Ajith Ranabahu
Hi Tim, Please log a Jira. This smells like a bug ! Ajith On 6/23/06, Tim Oertel <[EMAIL PROTECTED]> wrote: Crud, I forgot to mention I was using the 1.0 release, but have since upgraded and re-tested against the 2006/06/22 nightly snapshot. Tim Oertel wrote, on or about 6/23/2006 9:20 AM: >

Re: [axis2] Does axis2 support or ?

2006-06-23 Thread Tim Oertel
Crud, I forgot to mention I was using the 1.0 release, but have since upgraded and re-tested against the 2006/06/22 nightly snapshot. Tim Oertel wrote, on or about 6/23/2006 9:20 AM: I'm trying to set up a server with a service something like: I'm

[axis2] Does axis2 support or ?

2006-06-23 Thread Tim Oertel
I'm trying to set up a server with a service something like: I'm invoking the service via REST via http://.../Update?id=123&arg0=test+01 When my hand-written service is invoked, I do a toString on the OMElement my service is invoked with. It returns: htt

unknown exception

2006-06-23 Thread Vineet_Vashisht
I am getting an exception while using axis2 with a https Webservice whose client stub has been generated using WSDL2Java. How can I dig in further to see what is going on? This does not give me a lot of information. Earlier I thought that there was some SSL auth problem but now I am thinking this

RE: Is Axis Ws-I compliant

2006-06-23 Thread Price, Stephen
Title: RE: Is Axis Ws-I compliant Hi Rodrigo, yes the client will be hosting the service and is giving us the wsdl. So that means we should be fine. Thanks for the help, Stephen -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED]] Sent: 23 June 2006 13:47 To: axis-user@

Re: Is Axis Ws-I compliant

2006-06-23 Thread Rodrigo Ruiz
Did you mention your client is the one hosting the service? In that case, if they give you a valid WS-I compliant WSDL, Axis 1.4 should work for you. Just generate your stubs with wsdl2java and use them. Regards, Rodrigo Ruiz Price, Stephen wrote: Thanks Martin, so is it just a matter of chan

RE: Is Axis Ws-I compliant

2006-06-23 Thread Price, Stephen
Title: Message Thanks Martin, so is it just a matter of changing the WSDL to make it WSI compliant ? -Original Message-From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 13:05To: axis-user@ws.apache.orgSubject: Re: Is Axis Ws-I compliant Good Morning Step

[Axis2] Problem on cache setting, Nightly build 22 Jun 06

2006-06-23 Thread Wan Kaveevivitchai
According to email about sending large file, the problem of sending 10MB attachment was solve by deployment of the Nightly build Axis2.war version released on 22 Jun 06. However, it has some problem with sending the larger attachment because it seems like cacheattachment is not work

Re: Strange SOAP Reply...

2006-06-23 Thread Martin Gainty
Good Morning Mo-Can we see the WSDL? Martin -- This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email message isaddressed.  If you have received this email message in error, please notifythe sender immediately b

Re: Is Axis Ws-I compliant

2006-06-23 Thread Martin Gainty
Title: RE: Is Axis Ws-I compliant Good Morning Stephen-'Literal' is WS-I compliantencoded is not WS-I compliant.. changing binding characteristic to RPC-encoded to RPC-literal will make your implementation WS-I compliant Taing,Martin -- This email message and any files transmitted with it cont

adding handler into client

2006-06-23 Thread Jansen Werner
Hallo everybody, I need to add a log handler to my axis client. I don't want to use client-config.wsdd but want to include the handler in the code. What I figured out, is that I can use service.getHandlerRegistry() to get the registry. But: Which chain needs to be modified? Which one has to incl

https with WS

2006-06-23 Thread Vineet_Vashisht
Hello All,         I am unable to get the https to work with WS. I have followed many posts and other srticles on the web and I have tried just about all they have suggested but am still unsuccessful. I was wondering if someone could help me out. I am using JDK1.4 with Axis2 (1.0) generated client

Re: [axis2 - v1.0] [please help!] dual blocking client

2006-06-23 Thread Diego
Hi Martin, Can you post the WSDL?? That's the wsdl. I hope that it helps. Thanks, Diego http://astrodas.org/ws/peer"; xmlns:tns="http://astrodas.org/ws/peer"; xmlns:tns1="http://astrodas.org/ws/model"; xmlns:tns2="http:

Re: [axis2 - v1.0] [please help!] dual blocking client

2006-06-23 Thread Martin Gainty
Diego- Can you post the WSDL?? Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telepho

[Axis2] Web service calling another web service problem

2006-06-23 Thread Michele Mazzucco
Hi all, I'm trying to let a web service A calling a web service B works, but it doesn't work: service A calls the MyService.echo() method (see userguide folder) when certain events happen. I see service B receives the message, but the response is not delivered to A. Service A is as follows: { ..

Re: Is Axis Ws-I compliant

2006-06-23 Thread Davanum Srinivas
The official one is here: http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools There are several vendors who have this feature as part of their tooling example Mindreef, Parasoft. Just google for them. thanks, dims On 6/23/06, Price, Stephen <[EMAIL PROTECTED]> wrote: Hi Davan

[Axis2] How to get the soap action in message handler

2006-06-23 Thread Michele Mazzucco
Hi all, I have a handler replacing RequestURIBasedDispatcher (i.e. the first handler in the transport phase). How can I get the soap action?, messageContext.getSoapAction() messageContext.getWSAAction() and messageContext.getOptions().getAction() return NULL. Thanks, Michele ---

RE: Is Axis Ws-I compliant

2006-06-23 Thread Price, Stephen
Title: RE: Is Axis Ws-I compliant Hi Davanum, thanks for that. So what you are saying is that we should be OK using axis once our service and wsdl are WS-I compliant ? Can you recommend any tools for testing whether our wsdl/schema is WS-I compliant ? Thanks, Stephen -Original Message--

RE: [AXIS 1.4]Problem after deploying web services using axis

2006-06-23 Thread subir.sasikumar
Hi Kashif, Can you check whether actually your web service is deployed or not?? i.e. try to access the link http://localhost:8080/axis/services/ If the service is deployed you will get a message saying that a web service exist here... Are you not getting any errors in the tomcat console or catal

Could I handler the exception in an common error handling class ?

2006-06-23 Thread 蘇 軼(CEC)
hi all, I want to handle the exceptions throwed by the services in one common class, and tried to extend the AxisServlet class overwriting doGet() and doPost() method, and catch error with code like below : try { super.doGet(request, response); } catch (Exception e) { //

Re: Is Axis Ws-I compliant

2006-06-23 Thread Davanum Srinivas
No toolkit is ever 100% compliant. Yes, it is possible to write a WS-I compliant service and client using some of the toolkits including Axis/Axis2. Did you understand the distinction? The key is tesing with WS-I compliant testing tools and tweaking the wsdl and schema to make sure they are compla

[AXIS 1.4]Problem after deploying web services using axis

2006-06-23 Thread Kashif Saleem
Hi All, I installed couple of times axis-1_4 axis on apache-tomcat-5.5.17 and whenever I deployed any services using any deploytment descriptor with some problem in it.Then it starts behavinh weirdly i.e when I click list web services it goes to the following pages : http://loc

Re: [Axis2] sending large file problem

2006-06-23 Thread Wan Kaveevivitchai
From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: [EMAIL PROTECTED], axis-user@ws.apache.org Subject: Re: [Axis2] sending large file problem Date: Fri, 23 Jun 2006 09:38:49 + Thank you for the recommendation about using the latest nightly builds. I have

Re: [Axis2] sending large file problem

2006-06-23 Thread Wan Kaveevivitchai
Thank you for the recommendation about using the latest nightly builds. I have downloaded and deployed it, and it's now working fine with sending 10MB of data, it's actually pretty fast too. So i am now move on trying to send the bigger file size which is approximately 100MB and i got the fol

Re: [axis2 - v1.0] [please help!] dual blocking client

2006-06-23 Thread Diego
Hi Ali, thanks very much for your answer. Ali Sadik Kumlali wrote: Hi Diego, In insertMappingAnnotations() you set the action two times and the latter one seems like a copy-paste-and-forget issue: ... _operationClient.getOptions().setAction("insertMappingAnnotations"); ... _o

Is Axis Ws-I compliant

2006-06-23 Thread Price, Stephen
Title: Message Hi, just starting for the first time developing a component to communicate with a web service. Our client has sent us the wsdl and we were going to use Axis to convert the wsdlto java to call the web service. Our client has told us that we shouldn't use axis as their service i

Re: [Axis2] Missing jar file?

2006-06-23 Thread Kinichiro Inoguchi
Ron, Package of OMxxx classes were refactored between 0.9x and 1.0. - 0.9 org.apache.ws.commons.om.OMxxx - 1.0 org.apache.axiom.om.OMxxx If you want org.apache.ws.commons.om.OMContainer (0.9x) still, you can find it in axis2-core-0.9x.jar of Axis2 0.9x distribution. http://ws.apache.org/axis2/dow

RE: Java.net.SocketException: Connection Reset

2006-06-23 Thread Ravi_Srirangam
Thanks for the response, Srinivas. I tried out the listed options for Jrockit, but that didn't work. Any other suggestions. Thanks, Ravi -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:38 AM To: axis-user@ws.apache.org Subject: Re: Java

Re: Is SOAP appropriate for large data transmission broken pipe exception

2006-06-23 Thread German Sakaryan
Hi, it seems that brocken pipe exception (transfering large files axis2 version 1) is a kind of a bug. We have installed the latest nightly build version, and broken pipe exception has disapeared. German Rodrigo Ruiz schrieb: Hi Betsy, German, When you say FTP is faster than HTTP do you mea