Hello,
Mentioned an incorrect subject line in my earlier mail. My applogies.
I am trying to integrate axis2 1.5 with jibx 1.2.1.
I am not sure that is a problem with axis2 or jibx.
I have the wsdl file and the schema with me.
I have used the jibx org.jibx.schema.codegen.CodeGen to generate the o
Hello,
I am trying to integrate axis2 1.5 with jibx 1.2.1.
I am not sure that is a problem with axis2 or jibx.
I have the wsdl file and the schema with me.
I have used the jibx org.jibx.schema.codegen.CodeGen to generate the objects &
the binding file from the schema.
I then enhance the classes
Hi,
I am trying to call a simple RPC web service using the
client stubs.
But I am getting an error which I am not able to
resolve.The error is :
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: White
Hi,
I am trying to call a simple RPC web service using the
client stubs.
But I am getting an error which I am not able to
resolve.The error is :
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: White
n 0.94 that did this WSDL
> generation but it was not
> really tested and was not made into a tool. But
> recently we've added the
> commandline tool support for this tool. You are
> welcome to test out
> Java2WSDL in the latest codebase.
> BTW we only generate doc/lit WSDL's :
Hi,
In Axis2 to generate a wsdl from the interfaces and
different command line parameters (likewise in
previous axis versions using Java2WSDL) what is the
tool that is being used?
Anshuk
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best sp
ing part is not complete , since we are
> using WSDL 1.1 writer you
> only get WSDL 1.1 doc when you ask for wsdl from
> axis2 :)
>
> Thanks,
> Deepal
>
> ~Future is Open~
>
> ----- Original Message
surely the 0.94 release ?
>
> On 2/1/06, anshuk pal chaudhuri <[EMAIL PROTECTED]>
> wrote:
> >
> > yah Ajith,
> >
> > I have got one temporary solution to it.The
> problem
> > what i thot was that the servlet getting created
> for
> > the H
u post the details about your servlet
> container setup, OS and the
> rest of the environment ?
>
> On 2/1/06, anshuk pal chaudhuri <[EMAIL PROTECTED]>
> wrote:
> >
> > Hi,
> >
> > I have installed axis2 web application but when I
> am
> > trying to view
Hi,
I have installed axis2 web application but when I am
trying to view the Axis Happiness Page using the
Validate Link in order to know that whether all the
componenets are properly installed or not,its throwing
an error.
java.lang.NoClassDefFoundError:
org/apache/jsp/HappyAxis_jsp (wrong name:
Hi,
I have deployed the sample web services of Axis2
(userguide:example) on Tomcat.
But after deploying teh web service how do I view the
dynamically generated wsdl like the way we used to do
in case of Axis 1.x?
Regards,
Anshuk
__
Do You Yahoo!?
T
Hi,
I have a doubt.
I am using axis 1.2 on Tomcat 5.0.28
I have made my own custom servlet and put that inside
the classes folder of axis.So I have also changed the
web.xml file accordingly.
I am just trying to print something inside ths
servlet.Thats it.
I am trying to run that servlet at
htt
mandatory
> headers may be defined in WSDL.
>
> On 10/27/05, anshuk pal chaudhuri
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Does the Java2WSDL tool allow us to add
> soap:header
> > element in the WSDL which is optional?
> >
&g
Hi,
Does the Java2WSDL tool allow us to add soap:header
element in the WSDL which is optional?
Thanks
Anshuk
__
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
I am using wsdl4j apis to manipulate one wsdl file.
But I am having one small problem.
I am trying to add one message in the wsdl,i am
printing the definition whether it is having the msg
or not,it is showing the msg in the definition.
But when I write with the WSDLWriter the message which
I added
Hi,
I am using Axis 1.2.1
When I am deploying a web service,the WSDL file is
being generated.
But I want to incorporate inside the WSDL ,that when
the client is sending the SOAP Request, he/she must
send the SOAP header with some elements inside the
header too.
This I want to convey inside the WS
Guys,
I have downloaded Axis 1.2.1 .I want to know that in
that particular case what is the Version of the SOAP
it using,is it Soap 1.2? And the WSDL being generated
for the web services,what is the version of the
WSDL?is WSDL 2.0?
Anshuk
__
Do You
I am invoking external web service from my Axis Client.Now what i wantto do is that is to analyze the performance of the web service from thetime analysis point of view.
Say the the total time (T)= ServiceTime(S)+ MessageTime(M)+Waiting Time (W)
How do i Do that?
Thanksin advance.
Anshuk
Please give me the useful links for the forums of
XMLSecurity using xmlsec.jar (NOT using XSS4J)
__
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.com
How does one extract the value of the symmetric key
from the KeyInfo Element from the Encrypted XML
Document?
That I am trying to use In XML Decryption.
And i am trying to do that using XML Security APIS.
Looking forward for ur reply.
__
Do you Ya
--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> see the code in wss4j
>
>
> On Fri, 11 Mar 2005 06:12:29 -0800 (PST), anshuk pal
> chaudhuri
> <[EMAIL PROTECTED]> wrote:
> > I was trying to implemennt X.509v3 Binary Security
> > Token.
>
I have got the structure of the encrypted body,i mean
how it should it look like.
which class should we need to use and what are the
methods should be used?
__
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusines
I have the encrpyted Binary Token value.
I need to get the crypto instance out of it.
How do I do that?
Plase help me.
__
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
My objective is to 1. genearate a binary security
token using wss4j apis from a certicate and then again
2. to retrieve back the certicate and its details back
from the Binary64 encoded value.
My first part is done.What should be the code of the
2nd part?
I have this code of generating a certifca
i was implementing with wss4j only...the first
encoding part is done
but i am not able to do that the other round
please send me the code.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.co
I was trying to implemennt X.509v3 Binary Security
Token.
I have encrypted an x.509 cerificate using
Bse64Encoding and also I have the encrypted value.
Now,
How do I decrypt that and get back the certificate?
Please help me out
__
Do
I have a simple Web Service in WebSphere which is
working fine.
Now I want to secure that service using wss4j UserName
Token.
I have included the wss4j jar.
Then what is the code and way to go ahead to secure
the service using the wss4j apis?
I have been trying this for a lot many days.But still
I
I have a simple web service in WSAD.
I have also added the wss4j.jar file.Thus I will be
able to access the classes.
But how do I secure the web service using UserName
Token using the wss4j apis in websphere?
Please let me know.
I am really stuck on that.
_
28 matches
Mail list logo