write
an Ant filter to strip out the old host/port and paste the new one. Shown
below is such a filter.
https://Host1:Port1"; replace="https://Host2:Port2"/>
Anand
On Thu, 27 Jan 2005, Bill Keese wrote:
: It's inconvenient having the host name / port number in the
Keese
<[EMAIL PROTECTED]> wrote:
> It's inconvenient having the host name / port number in the WSDL file,
> like below, because every time you setup your service on a new machine
> you have to manually modify the WSDL file with the new machine's name.
> Do other peopl
On Jan 26, 2005, at 4:10 PM, Bill Keese wrote:
It's inconvenient having the host name / port number in the WSDL file,
like below, because every time you setup your service on a new machine
you have to manually modify the WSDL file with the new machine's name.
Look at the filtering=&quo
It's inconvenient having the host name / port number in the WSDL file,
(Blike below, because every time you setup your service on a new machine
(Byou have to manually modify the WSDL file with the new machine's name.
(BDo other people have a trick for dealing w/this inconvenience? Are
I mapped the Axis servlet to a custom URL (e.g. /app/ws) rather than the
default /axis/services/ or whatever it is.
Now if I simply go to: http://server:port/app/ws I see a bunch of links
to the (wsdl) files for each service, but the link is wrong, it is of
the form /app/services/Foo?wsdl which
Hi,
i just have a look
on the examples on the ws.apache.org/axis-homepage and tryed to create an
wsdl-file with axis for the service. To do so, i started the Axis-Servlet and
clicked on the link corresponding to the EchoAttachmentsService. The answer of
axis was:
WSDLException: faultCode
Hi all,
I want to read the target endpoint address from a WSDL file and I want to
know the best way to do this. I can create a Service object by passing it
the location of the WSDL file and the name of my web service. I can then
use the service object to create a Call object by using a port
Hi,
I have a web service that is implemented as an EJB.
I deploy my web service in JRun 4 and the WSDL file is created for me.
The names in the wsdl file for the args to each webservice method are
described as
As I understand it axis uses reflection to discover these argument names
use the axis-java2wsdl Ant task using style="document" and use="literal"
> as parameter for generating a WSI-BasicProfile compliant wsdl file
>
> My question is: Can Axis generated a WSI-BasicProfile compliant wsdl file
> and ho can i do this ?
>
> I get
attribute is required, as opposed to
being optional, to ensure that the children of the soap:Body element are
namespace-qualified.
-Original Message-
From: Pascal Prioux [mailto:[EMAIL PROTECTED]
Sent: Friday, June 11, 2004 7:17 AM
To: [EMAIL PROTECTED]
Subject: WSI-BasicProfile 1.0 WSDL fil
attribute is required, as opposed to
being optional, to ensure that the children of the soap:Body element are
namespace-qualified.
-Original Message-
From: Pascal Prioux [mailto:[EMAIL PROTECTED]
Sent: Friday, June 11, 2004 7:17 AM
To: [EMAIL PROTECTED]
Subject: WSI-BasicProfile 1.0 WSDL fil
in the Micro Edition Wireless
ToolKit 2.1
I use the axis-java2wsdl Ant task using style="document" and use="literal"
as parameter for generating a WSI-BasicProfile compliant wsdl file
My question is: Can Axis generated a WSI-BasicProfile compliant wsdl file
and ho can i do this ?
hmm,
What if I just provide the WSDL and no stubs ie) i'm not generating the
stubs at all.
So John smith iternet user decides to connect to my web service using cold
fusion or .net
how can he tell what the args are/mean just by the wsdl file?
-
shaun
> -Original Message
estion regarding wsdl file and method arguments
To: [EMAIL PROTECTED]
Can u please explain on that Dims ?
U mean can be generate the WSDL in the
form required by Shaun instead of "in0","in1"
Dhanush
- Original Message -
From:
Davanum
th
Sent: Thursday, June 10, 2004 3:06
PM
Subject: Re: newbie question regarding
wsdl file and method arguments
make sure u compile
your classes with debug information "on"- Original Message
-From: Shaun Etherton <[EMAIL PROTECTED]>Date:
Thu, 10 Jun 20
make sure u compile your classes with debug information "on"
- Original Message -
From: Shaun Etherton <[EMAIL PROTECTED]>
Date: Thu, 10 Jun 2004 15:23:53 +0930
Subject: RE: newbie question regarding wsdl file and method arguments
To: Dhanush Gopinath <[EMAIL
:[EMAIL PROTECTED]Sent: Thursday, 10 June 2004 2:54
PMTo: [EMAIL PROTECTED]; Shaun EthertonSubject:
Re: newbie question regarding wsdl file and method
arguments
Shaun
I think u can manually editall the
"in0" to "username" in the WSDL and then again ge
essage -
From:
Shaun Etherton
To: [EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 10:03
AM
Subject: newbie question regarding wsdl
file and method arguments
Hi,Apologies in advance if this is a stupid
question.Using axis for a web service that i have built and deployed
Hi,
Apologies in advance if this is a stupid question.
Using axis for a web service that i have built and deployed but when the
wdsl is generated it has the following,
.
etc.
Can anyone tell me how I can get the name of the parameter in0 to be the
same as the name of the parameter in my jav
Hi,
I am looking at test/wsdl/datatypes/DataTypes.wsdl available in the distribution of axis-1.1. Following is the snippet
towards the ending of the section of the wsdl.
Srikrishna,
I guess you've already done this, but have you created a client side
certificate / private key pair using keytool -genkey? As I understood it
we needed to generate an arbitrary public/private key pair for the
client as well as importing the server certificate to get this to work.
Be
Rick,
Actually what Tom said makes sense. I'm able to download the wsdl file from
the internet explorer because I'm presenting the "client certificate" when
asked by the "server certificate" and thereby letting the server know I'm
the same host as specified
Silly suggestion. If you can download the WSDL file from Internet Explorer, why not
just save it as a file and then use the tools to generate stubs, etc?
Rick
> Thanks Tom,
> I'm assuming the the certificate I'm using is the server certificate. And
> the reason is as fo
e to present me as a valid host to the server,
whereas my java client program is not able to do the same?
Thanks in advance
Srikrishna
From: Tom Oinn <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: using certificate to access wsdl file
Date: Tue, 18 May 2004 2
Hi,
I believe your problem is that the certificate is a client one. The only
time I've seen that error was when we were missing a server certificate
- the one that is used to authenticate the server rather than the one
used to authenticate the client. The certificate that, say, IE asks you
whet
Hi,
I'm trying to access the web services hosted by our client. We were
provided a certificate to use while establishing the connection and
I can use the same to actually look at their wsdl file through the
internet explorer.
I've created a new keystore and imported the certificate prov
Michael Engelhart wrote:
Hi -
First off I'm new to WebServices although I've successfully built an
application that uses a WS from a WSDL document and wsdl2java included
in Axis.
That said, I am working with a vendor that has multiple services
available through Web Services. They have documen
Hi -
First off I'm new to WebServices although I've successfully built an
application that uses a WS from a WSDL document and wsdl2java included
in Axis.
That said, I am working with a vendor that has multiple services
available through Web Services. They have documentation on using Axis
so
You need to provide a definition for the complex type.
At 07:04 AM 4/2/2004, you wrote:
Hi all,
I got one WSDL file with the following defination:
...
Then I genarate the java files with WSDL2Java. I wonder what does it means
with no more defination within the complexType
Hi all,
I got one WSDL file with the following defination:
...
Then I genarate the java files with WSDL2Java. I wonder what does it means
with no more defination within the complexType? How should I implement this
type in java?
Any suggestion would be appreciate!
Thanks
hi all,
I had received a .wsdl file from my service provider . when I make the
request using that .wsdl file
I am getting the following error
HTTP operation 'POST' could not be performed on URL
'/TravelService/HotelsService.asmx' due to an
n the wsdl file."
can anybody please help me? thank you in advance...
teoman
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
> style="document" />
>
>
>
>
>
>
>
>
>
> <b>A web service which performs Domain Name
> Lookups.</b>
>
>location="http://localhost/HelloWorldService/HelloW
<b>A web service which performs Domain Name
Lookups.</b>
http://localhost/HelloWorldService/HelloWorldService.asmx"; />
----
From: Stephen Gordon <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To:
Please attach the WSDL in question.
stephen
Henry lu wrote:
I got a wsdl file generated by IE from a WS written in C#. I got the
following errors when i tried
wsdl2java program:
java.lang.NullPointerException
at
org.apache.axis.wsdl.toJava.JavaWriter.writeComment(JavaWriter.java:2
44
I got a wsdl file generated by IE from a WS written in C#. I got the
following errors when i tried
wsdl2java program:
java.lang.NullPointerException
at
org.apache.axis.wsdl.toJava.JavaWriter.writeComment(JavaWriter.java:2
44)
at
ing MS WSE 1.0.
>
> I can not add the web reference to my Web service in the C# project
>because one of the name space, tns2, is not defined in the WSDL file.
>Following is a copy of the WSDL file that Axis generated using the "
>http://rnv-hwen-bgtx:8088/axis/services
t> cc:
Subject: Re: Undefined namespace in
WSDL file generated by Axis
>
> t> cc:
>
> Subject: Re: Undefined namespace in
> W
Hi,
My web service is in Axis 1.1 and the C# client is using MS WSE 1.0.
I can not add the web reference to my Web service in the C# project
because one of the name space, tns2, is not defined in the WSDL file.
Following is a copy of the WSDL file that Axis generated using the "
cc:
Subject: Re: Undefined namespace in
WSDL file generated by Axis
cc:
08/13/2003 06:34 Subject: Re: Undefined namespace in
WSDL file generated by Axis
Not only does it not define the ns2: namespace, it also doesn't define the
ns2:Set type (the type of the projectColl and userColl elements).
My guess is that you will need to edit the WSDL file and define this type.
I suggest that you define in the existing definition, and change
We are using _javascript_ to bind to the SOAP services and for that we use Microsoft implementation
on client to bind to the services. When the services are published the wsdl file
obtained has wsdl appened at the begining of each node. Is there a way to
publish the services without the wsdl
to a Web Service for which no WSDL file is being
> provided. The company who are providing the Web Service
> have given me a Word document with the structure of the SOAP
> requests/responses - they are running Perl SOAP::Lite and from some
> research on the web it looks like it ma
Can I do it with axis? The link
> above is a pointer to the good direction, I can now set my wsdl file
> with
> use="literal">
> /MyWSDL.wsdl
>
> But can I put more files there?
>
> Presently what I am doing is publishing the three files on the t
Hi,
I am trying to talk to a Web Service for which no WSDL file is being
provided. The company who are providing the Web Service
have given me a Word document with the structure of the SOAP
requests/responses - they are running Perl SOAP::Lite and from some
research on the web it looks like it
imports another which imports a third. I would not mind keeping this
structure for the published wsdl. Can I do it with axis? The link
above is a pointer to the good direction, I can now set my wsdl file
with
use="literal">
/MyWSDL.wsdl
But can I put more files there?
Presen
When I deploy the testref.wsdd file and try to get the wsdl file, I get the following exception. I'm using Axis version 1.1.
ttempted to write schema for bad QName (no namespace) : fault
at org.apache.axis.wsdl.fromJava.Types.writeSchemaElement(Types.java:656)
When I try to view the WSDL file, I get this error:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
WSDLException: faultCode=OTHER_ERROR: Can't find prefix for
'http://www.w3.org/2002/12/soap-encoding'. Name
e:
"C:\UIX\EOBservice.h
"
SPROXY Error SDL1009
See Also
SPROXY.EXE: Web Service Proxy Generation Tool
could not resolve element, with
[
namespace = "namespace"
name = "name"
]
SPROXY has encountered a reference to an element it cannot find in the WSDL
document.
T
Hi,
I am reposting this as i haven't got a reply from many days.
I have a question about wsdl files.I have a web service. I am using encryption and signature for my services which are handled before the service using handlers.how can i specify in the WSDL file that iam expecting signe
hi,
I'm publishing a
couple of webservices (own java classes / rpc style)
with axis
and am
using the "?wsdl" feature to see the wsdl.
does anybody know to
define the "/service/documentation" node
via the own
published java class ?
thanks,
peter
Sorry to reply to my own post, and sorry for asking too simple a question.
I seem to have figured this out.
Jeff
- Original Message -
From: Jeff Greif
To: [EMAIL PROTECTED]
Sent: Wednesday, January 29, 2003 12:16 PM
Subject: using a wsdl file, rather than generating via ?wsdl
In an old
:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 12:16 PM
To: [EMAIL PROTECTED]
Subject: using a wsdl file, rather than generating via ?wsdl
In an old message on this list, I saw that one could specify
to provide a wsdl file. Does the axis web.xml need to be modified to
support
In an old message on this list, I saw that one
could specify
to provide a wsdl file. Does the axis
web.xml need to be modified to support this, and where in webapps/ subtree of a
Tomcat installation would the file have to be installed?
Thanks in advance for any info.
Jeff
The class path won't matter (at least not in the version of Axis I checked),
as a FileInputStream is created with the path to the WSDL file. The path
could be absolute or relative to your startup directory.
Taken from org.apache.axis.handlers.soap.SOAPService
/**
* Generate WSDL.
11:23 AM
To: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file and How to
get web service list from Client?
Axis 1.0 release and tomcat 4.1.18.
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 1
Axis 1.0 release and tomcat 4.1.18.
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:07 AM
To: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file and How to
get web service list from Clien
which version of Axis are u using ? I think there was a bug fix on this
post 1.0
Vidyanand.
-Original Message-
From: Ma, Yongjie [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:08 AM
To: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file
I tried it before, it didn't work.
-Original Message-
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:00 AM
To: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file and How to
get web service list from Client
try placing the wsdl in WEB-INF/classes and setting
/GetQuote.wsdl
Vidyanand
-Original Message-
From: Ma, Yongjie [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 10:52 AM
To: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file and How to
get w
This file was created by myself. I want to override automatically generate wsdl
feature.
-Original Message-
From: Ghershony, Arie [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 10:42 AM
To: '[EMAIL PROTECTED]'
Subject: RE: How to Override '?WSDL' to genera
There is no file getQuote.wsdl.
-Original Message-
From: Ma, Yongjie [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:22 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: How to Override '?WSDL' to generate WSDL file and How to
get w
I still did not get it.
I played it using CATALINA_HOME/webapps/axis/WEB-WEBINF/classes/samples/stock example,
and I put GetQuote.wsdl in same directory too.
In the deploy.wsdd, I defined:
full_path_to_wsdl_file
.
After deployment, I can get custom wsdl file successfully from
, 2003 3:01 PM
> Subject: Re: How to Override '?WSDL' to generate WSDL file and How to
> get web service list from Client?
>
>
>> There is a wsdlFile attribute which can be placed into the
>> tag that specifies a path to a WSDL file which should (fingers
>> crossed) load with serviceName?wsdl. The file location is relative to
>> your classpath.
MAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 3:01 PM
Subject: Re: How to Override '?WSDL' to generate WSDL file and How to get
web service list from Client?
> There is a wsdlFile attribute which can be placed into the tag
> that specifies a path
ations.
Thanks
jack
-Original Message-
From: Jeff Greif [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 2:47 PM
To: [EMAIL PROTECTED]
Subject: Re: How to Override "?WSDL" to generate WSDL file and How to
get web service list from Client?
Try
java org.apache.axis.cl
: Re: How to Override "?WSDL" to generate WSDL file and How to
get web service list from Client?
Try
java org.apache.axis.client.AdminClient list
You might need to specify the port also, using, e.g., -p 8080
Jeff.
- Original Message -
From: "Ma, Yongjie" <[EMAIL
There is a wsdlFile attribute which can be placed into the tag
that specifies a path to a WSDL file which should (fingers crossed) load
with serviceName?wsdl. The file location is relative to your classpath.
> Hi all:
>
> I am new in this list. I have two basic questions in u
de "?WSDL" to generate WSDL file and How to get web
service list from Client?
(2) From browser GUI, Client can get the list of deployed web services by
AxisServlet. How about client from application program? Is there a standard
way to get the list of deployed web services for client??
Hi all:
I am new in this list. I have two basic questions in using AXIS + Tomcat.
(1) From AXIS document, Client can get WSDL file by appending ?wsdl after the request
URL.
My question is:
Is there a way to store a WSDL in the AXIS, and when client asks, AXIS responses
him by reading
w
> java.net.URL("http://services.xmethods.net:80/perl/soaplite.cgi";));
> call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish"));
> String msg = (String) call.invoke(new Object[]{new String("en_fr"), new
> String("Hello")});
> S
a.net.URL("http://services.xmethods.net:80/perl/soaplite.cgi";));
> call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish"));
> String msg = (String) call.invoke(new Object[]{new String("en_fr"), new
> String("Hello")});
> Sy
.URL("http://services.xmethods.net:80/perl/soaplite.cgi";));
call.setOperationName(new QName("urn:xmethodsBabelFish", "BabelFish"));
String msg = (String) call.invoke(new Object[]{new String("en_fr"), new
String("Hello")});
System.out.println(msg);
Howeve
Is it possible to deploy a service starting from its wsdl file
definition instead of the deploy.wsdd file?
The solution I found was to modify the WSDL2Java parser as explained in
the Axis integration guide in section "WSDL Parser and Code generator
Framework"
(http://cvs.
Java
stubs from a WSDL file
Well, were the XSD imports to files on the network?
When you get these files in a browser, does it take a long time?
Try the --all switch to WSDL2Java, we only generate files for things
that are referenced.
--
Tom Jordahl
Macromedia Server Development
-Origin
No, They were on the local machine in the same directory as the WSDL
file.
When I load the XSD file, it does not take that long to display them.
I tried --all and did not see much difference.
Can anybody help me with my second question,
I see that I do not have a java stub for one of the
: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 2:16 PM
To: [EMAIL PROTECTED]
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java
stubs from a WSDL file
Hi
I think this is a bug.
When I removed the imports and added the daya from the XSD files
Hi
I think this is a bug.
When I removed the imports and added the daya from the XSD files into
the WSDL file and then ran the WSDL2Java tool, it generated the java
stubs in no time.
Looks like WSDL2Java does not handle imports and includes well??
I have one more question:
I see that I do not
"Vijetha Vadlakonda (vijetha)" wrote:
> Hi,I have now created a very smaller wsdl file which is just 4 K in
> size. But I have not changed the XSD files imported by the WSDL file.
> Event then it seems to be taking the same amount of time to build the
> stubs. Then what els
Title: Message
Hi,
I have
now created a very smaller wsdl file which is just 4 K in size. But I have not
changed the XSD files imported by the WSDL file. Event then it seems to be
taking the same amount of time to build the stubs. Then what else could be the
problem??
Do you
think I
Title: Message
Removing all imports would mean adding all the schema
in the xsd files into the wsdl file under types, correct? Otherwise I get errors
during parsing.
Adding
the schema to the wsdl file makes it even more huge, would that be
OK?
Thanks
Vijetha
-Original Message
-
WSDL2Java takes a very long time to build Java stubs from a WSDL
file
Thank
you for the response!!
I have
tried copying all the files to my local disk and I still have the same problem.
I started the tool at around 10:30am today and it is still not
done.
Could
this be an issue with circular
?
Are there any known limitations or issues that WSDL2Java tool has that it might
be encountering with this WSDL file?
Is
there anything that I can look for in the WSDL and XSD files that could cause
this problem?
Again,
your help is really appreciated.
Thanks
Vijetha
-Original
Title: Message
Bring
all the files to your local disk, including the imports, and try
again.
A 75K
WSDL file seems a bit excessive
We
would welcome any fixes you might contribute to make WSDL2Java go
faster.
--
Tom
Jordahl
-Original Message-From: Vijetha Vadlakonda
Title: Message
Hi,
I have a WSDL file
that I would like to generate Java stubs from, using the WSDL2Java tool.
With no options set, it used to time out giving the "emitter timed out"
error.
Once I disable the
timeout it took almost ~12 hours to give me an output. After all that
Hi all,
I am trying to create abstract defination
of WSDL file from a Java interface. That is, I don't want to have service
and ports elements in my WSDL file. So, I use the Java2WSDL command as follows
on the ServersPortType interface.
>java org.apache.axis.wsdl.Java
I have a Web Service application that parses a WSDL file. I want to know if I
can uniqly identify a service provider from a wsdl file. Is there any element
in a wsdl file that uniqly identifies a Service provider?
Thanks in advance for your input
--Bahman
I'm using digital signatures in a Web Service. I
request that any client who calls the web service
presents a digital certificate in the SOAP Header.
This was highly based on the security sample provided
with Axis.
But I'm having a hard time in defining the WSDL for
this service, since the WSDL t
There are two things I figured out the last days:
If you change the targetNamespace in the and use
a complex type, you have to change the deploy.wsdl, that's right.
e.g. you have to adapt the xmlns:qn-attribute to your new name-
space within the .
Gerrit
--
Gerrit Quast
CEO
hi all,
I want to change the value of the targetNamespace attribute for the
and the tags in the WSDL file generated upon receiving
a axis/service/?WSDL request.
Can anyone tell me what changes do I need to make (in the deploy.wsdd file
??)
I am using axis beta 2.
Any help would be deeply
Hi,
I'm thinking of having a hierarchical structure to the
service description in my WSDL file, for example:
1. Output device
1.1 Printer
1.1.1 Laser Printer
1.1.2 Inkjet printer
1.2 Screen
1.2.1 CRT
1.2.2 LCD
2. Information
2.1 Weather
2.2 Currency Converter
and so on
So I plan t
cc:
<[EMAIL PROTECTED]> Subject: Re: Publishing WSDL file to UDDI
reg
The JWSDK have a JAXR Tutorial here:
http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXR.html
Axis Help wrote:
Hi,
I am trying to publish WSDL file to private UDDI registry using JAXR.
Does anybody has any reference or URL or any example which explains
how to do that ?
Has
Hi,
I am trying to publish WSDL file to private UDDI registry using JAXR.
Does anybody has any reference or URL or any example which explains how to do that ?
Has anybody done it before ?
ThanksDo You Yahoo!?
New! SBC Yahoo! Dial - 1st Month Free & unlimited access
I'm using digital signatures in a Web Service. I
request that any client who calls the web service
presents a digital certificate in the SOAP Header.
This was highly based on the security sample provided
with Axis.
But I'm having a hard time in defining the WSDL for
this service, since the WSDL t
Hello,
I didn't realize until today that I didn't undeploy a web service, and
so, when I tried to redeploy it, and get the WSDL file from tomcat, I
had a problem.
So, it would appear that my emails on this problem were due to my
inexperience with the system.
Sorry about that.
1 - 100 of 112 matches
Mail list logo