Hello,
Firstly, I'm new to Axis, so I hope you will be comprehensive...
Secondly, I've a problem in running my application using Axis.
I've already deployed several services, which runs correctly, but now I've an
AxisFault !
It says :
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/enve
Hi,
I have several Services running in the same Webapp. Axis seems to
generate both server and client side OK - but I'd like to share the
Session between the different services. A simple maintainSession() on
the client and a getSession() on the server side doesn't seem to be good
enough. I have a
Hi all,
Some existing mails seem to touch on this subject but Im still not clear on
the issue so here goes.
I have used wsdl2java to create my stubs and also a number of complex types
defined within the wsdl file.
Before I invoke my web service I am receiving an XML stream, the structure
of wh
Hi all,
I'm currently investigating Axis and I was doing a simple
"performance" test. Here is my (client) code:
package
com.cumquatit.axis.generated;
import
com.cumquatit.axis.generated.IFHelloWhoSoapBindingStub;import
com.cumquatit.axis.generated.IFHelloWhoServiceLocator;
public cla
A convergence of Xindice, http://xml.apache.org/xindice/, and Axis would
be cool. right now, they have a XML-RPC API.
/Chris
http://cvs.apache.org/~haddadc
-Original Message-
From: Travis Stevens [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 7:14 PM
To: [EMAIL PROTECTE
James,
would you like to join us in implementing whatever JCP 105/106 folks are working on?
Also can you
please try the xml encryption code current in WSS4J CVS
(http://sourceforge.net/projects/wss4j/)
and let us if it servs your purpose?
-- dims
--- James Black <[EMAIL PROTECTED]> wrote:
>
WSS4J has a sample. You will have to get it directly from CVS.
http://sourceforge.net/projects/wss4j/
-- dims
--- fred smith <[EMAIL PROTECTED]> wrote:
> hi Pankaj. it seems verisign charges money for their jar file. i was really
> looking for some
> example on how to do this using free source
-Original Message-From: kishani Liyanage
[mailto:[EMAIL PROTECTED]Sent: Friday, November 07, 2003
10:05 AMTo: [EMAIL PROTECTED]Subject: classpath
error
Although i have installed axis and given the classpath accordingly
i have been unsuccessful at running the samp
sounds like it is at the client side,
Check all the get set methods of your beans exists.
hope this helps
Srinath
On Thu, 2003-11-06 at 21:53, Christopher A. Brooks wrote:
> Hi,
>
> I built a webservice, deployed it into tomcat/axis with no problems, but
> when I try to consume the web servic
Although i have installed axis and given the classpath accordingly i have been unsuccessful at running the samples. So far i have been unable to figure out the problm - can someone pls help?I have attached my "Autoexec" for your reference. Pls check whether i have set my classpath variables righ
Hi Srinivas;
Personally I belive do not rely on the method overloading is better.
Axis does support method overloding but WSDL1.2 does remove it and
support for the method overloading might disapper form axis in the
future.
(IMO)Web service is exposing a interface but not exposing All OOP
conc
hi Andrew,
I had the same problem before, and I set the my .keystore file location and password for it as follow and it did worked for me:
java -Djavax.net.ssl.trustStore= -Djavax.net.ssl.trustStorePassword=
hope it works...
teoman
Andrew Davis <[EMAIL PROTECTED]> wrote:
Our environment:RH L
I have a task to create a SOAP interface which would, in its simplest
form, allow one to find/create and add/delete/update elements in a
persistant xml record(document). I could go forth and do this myself,
but I was wondering if there is an implementation or even a spec for
this sort of thing
Then what would be your suggestion for getting around that? For example if I would
like to render a pdf file from either a .fo file that Is passed in or from a URL to a
.fo file passed in; I was thinking of having these methods -
//~~for these, debug Is false by default
Just to follow up my own post (and apologies!)
From http://www.w3.org/TR/2002/WD-wsdl12-20020709/
-
[CLOSED] Issue (issue-operation-overloading):
Should operation overloading be disallowed?
Source: Joyce Yang
WSDL 1.1 allows overloaded operations- operations with the same name but
different
No, this is not allowed as of WSDL1.2 and rightly so, it causes immense
confusion with dynamic systems such as workflow engines (our project).
Under WSDL1.1 I believe it was allowed but fortunately someone saw sense
and removed it.
Cheers,
Tom Oinn
http://taverna.sf.net
I-Sampige, Srinivas w
Title: Message
Thanks
for your reply. I wrote a small sample and got it working. I coded the client by
hand. I have to see if wsdl2java outputs a client properly with both the
methods.
thanks
Srinivas
I have
attached the sample for those interested.
Note:
Please reply to the discussi
fred smith wrote:
hi Pankaj. it seems verisign charges money for their jar file. i was
really looking for some example on how to do this using free source
code. so if anyone has an example of how to do a HelloWorld service
that passes in String, encrypts is using XML encryption then returns
hi Pankaj. it seems verisign charges money for their jar file. i was really looking for some example on how to do this using free source code. so if anyone has an example of how to do a HelloWorld service that passes in String, encrypts is using XML encryption then returns the String digitally s
Have you tried sending your binary data as atrtachments? As I understand, the way you
are doing it, the binary data is encoded as a part of the SOPA message which causes
problems when large binary data is invloved. Here is whatI did on my service side to
put the attachements in the response -
Does SOAP support overloading? If I want to expose two methods-
1.sayHello(String firstName)
2.sayHello(String firstName, String lastName)
Then how do I do it in AXIS. Can somebody point me to some samples and materials where
I can learn more about this aspect
Our environment:
RH Linux ES 2.1
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_04-b01)
Latest Axis
Tomcat 4.1.27
mod_jk2
Apache 1.3.27
I have apache listening on ports 80 and 443. I'm using mod_rewrite to
take all requests to port 80 and send them through the port 443 virtual
hos
Try using
Vector elems = (Vector) call.invoke(input);
instead of
Vector elems = (Vector) call.invoke("processInboundData",input);
The one that you are using is for calling an RPC-based service (I think).
For doc-literal services, the "method"
to invoke is based on the QName of the root-elem
Hallo Mark,
yes these parameters control the WSDL generation using the WSDL Querystring.
I don't know where documentation can be found. Perhaps that helps:
wsdlPortType = name for the port type
wsdlServiceElement = name for service element
wsdlServicePort = name for the port
wsdlTargetNamespace =
Hi,
I think the problem is that you are trying to pass a data type for which
there is no serializer implemented for by default in Axis.
The list of default data types supported is:
xsd:base64Binarybyte[]
xsd:boolean boolean
xsd:bytebyte
xsd:dateTimejava.util.Calendar
xsd:
I believe so - I'm not aware of any way to tell Axis what values to put in
there.
-Dug
[EMAIL PROTECTED] on 11/06/2003 12:42:49 PM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject:Re: Web Services Documentation Format...
Dug,
Thanks for the informat
Hi,
Brand new to axis and we created a message service that takes in a Document
and returns a Document. Our client code is below which we modeled off of the
Hello World message sample shipped with Axis. We are now getting this
exception with the client code below and do not know what to do.
OUR SE
Dug,
Thanks for the information. I have a AXIS based Web Service then, do
I need to edit the generated WSDL file to add in the documentation?
Thanks and Regards,
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
Ring the bells that still can ring.
Forget your perfe
Sumit,
Try looking at:
http://dwdemos.dfw.ibm.com/wstk/wsdldoc/index.html
It makes use of the documentation tags in the wsdl.
-Dug
[EMAIL PROTECTED] on 11/06/2003 12:18:03 PM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject:Web Services Documentation Format...
Check out http://www.j2ee-security.net/book/sample-chap/ and
http://www.j2ee-security.net/book/dnldsrc/
The examples currently use VeriSign's TSIK but I will soon be porting them to
use WSS4J.
/Pankaj.
> Hello. I have been fussing with this issue for some
> time now and can't for the life of m
Hi Guys,
Is there any standard way to document a Web Services? What I mean is
java has javadoc which generates a very good documentation interface. Is
there any such equivalents in the Web Services world?
Thanks,
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
Ri
Jan:
Sometimes the shutdown.bat/shutdown.sh does not work for some
reason. I think, in your case, tomcat is still running. If you are
running windows try looking for tomcat.exe in the Processes tab of task
manager. Use ps for linux.
hope this helps!
mithun
http://www.cs.umbc.edu/~mits1
[EM
Greetings,
Here is the scenario:
The user accesses a web page that is generated by a servlet. This is
protected using form-based authentication.
Then while generating this web page, this servlet needs to make a web
service call (to get some data out of a database...). The web service
is also p
Any thoughts about the JWSDP 1.3 from Sun?
Is it mature enough?
Are the JavaWSDL/WSDL2WSDL tools working?
Why are they shipping tomcat 5 when it is still in Beta?
Why would I use AXIS over the JWSDP release from Sun?
Ta,
Stuart.
Hi everyone,
i delpoyed a very simple Axis-WebService and try to consume it via a Client
generated with the Sun WSDP.
But everytime I try I get a
java.net.ConnectException: Connection refused: connect
and the Tomcat is shut down. Please let me know if anybody has an idea about
this.
Jan Wegene
Hi,
I built a webservice, deployed it into tomcat/axis with no problems, but
when I try to consume the web service I get back a soap fault indicating
there was a java.lang.reflect.InvocationTargetException. Anyone have any
suggestions for me on what I might have missed? It suggests to me that my
In looking through some of the sample and test cases related to the JAXRPC
implementation (e.g., /samples/jaxrpc/hello, /test/wsdl/jaxrpchandler), I notice that
some of the deployment files (.wsdd files) define services with parameter sub-elements
having names like:
wsdlServiceElement
wsdlServi
Hello. I have been fussing with this issue for some
time now and can't for the life of me figure it out.
I am trying to make a very simple HelloWorld service
that takes in a String as a parameter, uses XML
encryption on it and returns the String back digitally
signed by the server. Does anyone h
Hi all,
I am trying to enclose RDF in SOAP body of my response messages.
The schema I am using for the RDF is as follows:
http://stuff/IProvider.xsd";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
Thank you.
But, xMethods UDDI find_tModel always returns empty
records. Can someone confirm this.
This is the response I got:
--- Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
> You can find the access points of the public UDDI
> Business Registry (UBR) here:
> http://www.uddi.org/register.htm
Hi Jonathan;
To me this is impossible. If you derived the class A from B. You have to
specify B in the WSDL (Schema). (hope I haven't miss understood you)
Srinath
On Thu, 2003-11-06 at 17:27, Jonathan Melvin wrote:
> I would like the java objects I am returning from a webservice to be
> derived
I would like the java objects I am returning from a webservice to be
derived from a base class and the base class not to be visible in the
WSDL. Can this be done easily?
Jon M
This e-mail may contain privileged and confidential information and should not be used
by anyone who is not the origina
Title: Message
Thanks,
But do
you have other solutions ?
I can
accept don't having the new field in the old stubs.
Is it
possible ?
Olivier
-Message d'origine-De : Sherman, Dennis (END-CHI) [mailto:[EMAIL PROTECTED] Envoyé :
mercredi 5 novembre 2003 20:14À :
[EMAIL PROTE
Hi All,
I'm getting the following error while trying to invoke the web service
using the client.
I've generated the client and server using WSDL2Java.
11:53:27,295 ERROR [BeanPropertyTarget] Could not convert
org.apache.axis.types.
URI to bean field 'value', type org.apache.axis.types.URI
11:53:
44 matches
Mail list logo