Re: Java2WSDL in Axis1.2 gives error java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL

2009-09-24 Thread Anshuk Pal Chaudhuri
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

Axis2 wsdl2java jibx: No mapping defined for element

2009-09-24 Thread Anshuk Pal Chaudhuri
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

Acessing Web Service Problem

2006-02-23 Thread anshuk pal chaudhuri
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

Accessing Web Service Problem

2006-02-23 Thread anshuk pal chaudhuri
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

Re: newbie to Axis2

2006-02-02 Thread anshuk pal chaudhuri
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 - From: anshuk pal chaudhuri [EMAIL PROTECTED] To: axis

Regarding WSDL2Java

2006-02-02 Thread anshuk pal chaudhuri
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 :) On 2/2/06, anshuk pal chaudhuri [EMAIL PROTECTED

Re: newbie to Axis2

2006-02-01 Thread anshuk pal chaudhuri
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:

Re: newbie to Axis2

2006-02-01 Thread anshuk pal chaudhuri
? 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 HappyAxis.jsp was happaxis_jsp.java.Check the name caps in both the cases.I changed the HappyAxis.jsp

newbie to Axis2

2006-01-30 Thread anshuk pal chaudhuri
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!?

Query Regarding running custom servlet on axis

2005-12-17 Thread anshuk pal chaudhuri
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

Re: Java2WSDL Query

2005-10-27 Thread anshuk pal chaudhuri
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? Thanks Anshuk __ Yahoo! FareChase: Search multiple travel sites

Problem with WSDL4J

2005-10-11 Thread anshuk pal chaudhuri
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

Regarding SOAP Header Information in WSDL

2005-10-03 Thread anshuk pal chaudhuri
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

Versions

2005-09-12 Thread anshuk pal chaudhuri
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

Time Analysis

2005-04-17 Thread Anshuk Pal Chaudhuri
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

Need Links

2005-04-06 Thread anshuk pal chaudhuri
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 key (say Symmetric Key) from the Key Info?

2005-04-05 Thread anshuk pal chaudhuri
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

How to implement encryption of soap enveleope messages using wss4j?

2005-03-18 Thread anshuk pal chaudhuri
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!

How to convert Encrypted Binary Token value to a Crypto Instance?

2005-03-14 Thread anshuk pal chaudhuri
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/

Query Regarding Binary Security Token

2005-03-11 Thread anshuk pal chaudhuri
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 __

Re: Query Regarding Binary Security Token

2005-03-11 Thread anshuk pal chaudhuri
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

WSS4J in WebSphere 5.1.2??????

2005-03-01 Thread anshuk pal chaudhuri
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