Axis 1.4 - receiving signed replies

2009-02-18 Thread Iyengar, Kumar
I am using Axis 1.4 and making a Call.invoke to call the Sample Server that is sending back signed data. I can see the reply coming back in TcpMon, but the Call.invoke returns a fault mentioned below. Does anyone know what is missing? Any help is appreciated. --kumar __

Re: how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
hi Amila, I'm using Axis2 1.4.1 Since with axis2.x this happens automatically, which APIs can I use to get the headers object in the Skeleton class? for example: My skeleton class likes: public class MySkeleton { public mypackage.InformResponseDocument inform(mypackage.InformDocument in

Re: Ramapart Config based dynamic client sample code

2009-02-18 Thread Wishing Carebear
Nandana: Any luck with the sample document. Thanks, cabear On Sun, Feb 15, 2009 at 3:45 PM, Nandana Mihindukulasooriya < nandana@gmail.com> wrote: > Please get the AxisOperation/AxisMessage and from that you can get the > PolicySubject. Attach the policy to the PolicySubject. I will check wh

Re: Need Help on AXIS2 Web Service

2009-02-18 Thread Milinda Pathirage
Please refer basic articles from the following list. http://wso2.org/library/axis2 Thanks, Milinda On Wed, Feb 18, 2009 at 6:43 PM, gade anudeep wrote: > > Hi shilpa > I am also a beginner to this field,but found easy to > develop webservices with axis2..I started like this > 1. Wat is webservi

Re: how to make classes for by wsdl2java

2009-02-18 Thread Amila Suriarachchi
Are you using axis1.x? with axis2.x this happens automatically. thanks, Amila. On Wed, Feb 18, 2009 at 3:38 PM, Guo Tianchong wrote: > hi all, > > I am using wsdl2java command to create java class. > Now, I can create classes for my 's child elements. > but, how to make classes for 's child elem

Re: how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
hi all, It seems that this is one solution. Thanks! Yves-Marie. Does anybody know that how to make classes for by wsdl2java without AXIOM-API(s) ? such as, create the following classes by wsdl2java. mypackage.ID; mypackage.MACAddress; Regards! Guo - Original Message - From: "DAN

RE: Why?

2009-02-18 Thread Martin Gainty
assuming no redirects assuming no logging statements you have to System.out your output the messages to a window Is this not the case? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the officia

java.lang.IllegalArgumentException ( Enumeration ) - Please help

2009-02-18 Thread Ashish Soni
Hi All , I having a enumeration in my XSD and and when i generate the axis java object using wsdl2java they are getting generated properly but when i pass any other value for the enumeration in request XML axis throws below exception , Is there is any way to get more precise fault code AxisFault

Sealing Violation

2009-02-18 Thread cundimundi
I am trying to create a communication between two web services; an external web service and an internal web service. I've created a client.jar file for the internal web service. This client.jar file works perfectly fine when I use it in my web applications to call methods from the internal web s

Wsdl2Java and Default Values in Schema

2009-02-18 Thread Ashish Soni
Hi , I am having some default values in XML schema and when i a generate java object from the WSDL i cant see the default values , Can some one please let me know what the problem or how to fix this. Regards, Ashish S

ant axis-admin multiple wsdd files

2009-02-18 Thread Poodump
I'm trying to use ant to generate my server-config.wsdd file. What I'm looking to do is provide multiple Deploy.wsdd files to this task, but I can't figure out a compact way of doing this. Here's what I have Our source is arranged like so: com/endpoints/users/Users-Deploy.wsd

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread robert lazarski
On Wed, Feb 18, 2009 at 11:17 AM, gade anudeep wrote: > [INFO] Configured SessionFactory: null > Is some problem here ?? Yeah, create a hibernate session .-) . Google is you friend here. This should suffice: http://www.kodejava.org/examples/245.html - R

RE: ServiceName question

2009-02-18 Thread Cromer, Rick
After doing a better job of reading the CXF documentation, I found out what I was doing wrong, the Service Name is set using the serviceName attribute of the @Webservice annotation. The name attribute which I was trying to use is for the wsdl:portType. name - Specifies the name of the service i

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread gade anudeep
Thanks lazarski. Now i have all dependencies in lib folder.Now webservice is working fine without any error in log.But database is not updating. Session is not creating..Please can u guide me for this. And i have a doubt,my database user password is 3 characters but in this log its showing as **

Re: The endpoint reference (EPR) for the Operation not found is http://ip:port/axis2/services/MyService and the WSA Action = null"

2009-02-18 Thread Vishwanath Pratap Singh
The error stack at Axis2 standalone mode is as follows:- org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://192.168.1.28:/axis2/services/MyService and the WSA Action = null at org.apache.axis2.engine.DispatchPhase.checkPostConditions(Dispat

Re: MessageContext in CallbackHandler is null

2009-02-18 Thread Thorsten Deelmann
Hi, I found out, that there is allready a Jira entry for this problem: http://issues.apache.org/jira/browse/RAMPART-65 Is there a solution meanwhile? Regards, Thorsten On Tue, Feb 17, 2009 at 5:22 PM, Thorsten Deelmann wrote: > Hi all, > > Is there a way to get the MessageContext in a class wh

Re: Need Help on AXIS2 Web Service

2009-02-18 Thread gade anudeep
Hi shilpa I am also a beginner to this field,but found easy to develop webservices with axis2..I started like this 1. Wat is webservice,wsdl,xml,soap,xsd from http://www.w3schools.com/ 2.Next Axis2 http://ws.apache.org/axis2/1_4_1/quickstartguide.html 3.Downloaded all required packages

The endpoint reference (EPR) for the Operation not found is http://ip:port/axis2/services/MyService and the WSA Action = null"

2009-02-18 Thread Vishwanath Pratap Singh
Hi All, I am new to JBoss and Apache Axis2. The error i am facing is "The endpoint reference (EPR) for the Operation not found is http://ip:port/axis2/services/MyService and the WSA Action = null" Initially I was using apache Axis2.1.3 in standalone mode to communicate with other apache Axis2.1

Need Help on AXIS2 Web Service

2009-02-18 Thread shilpa.raghavendra
Hi All, I am new to WEB SERVICE, need to learn AXIS2, please let me know the pre requisite to go ahead with Web service. when i start reading i will come across so many new words JAX-WS, WSDL etc.. so i need to know the necessary things before i start AXIS2. Regards, Shil

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread robert lazarski
On Wed, Feb 18, 2009 at 8:40 AM, gade anudeep wrote: > > When i checked tomcat logs..i think its falling error while its > creating session(hibernate) from service.Please guide me in this.. > > > > [ERROR] Could not initialize class org.hibernate.impl.SessionFactoryImpl > java.lang.NoClassDefFound

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread gade anudeep
When i checked tomcat logs..i think its falling error while its creating session(hibernate) from service.Please guide me in this.. [ERROR] Could not initialize class org.hibernate.impl.SessionFactoryImpl java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.impl.SessionFact

RE: how to make classes for by wsdl2java

2009-02-18 Thread DANIEL, Yves Marie
I don't konw, but you can add elements in the header with : QName elementName = new QName( "YOUR_ID" ); OMFactory omFactory = OMAbstractFactory.getOMFactory(); OMElement omElement = omFactory.createOMElement( elementName, null ); omElement.setText( "YOUR_VALUE" );

how to make classes for by wsdl2java

2009-02-18 Thread Guo Tianchong
hi all, I am using wsdl2java command to create java class. Now, I can create classes for my 's child elements. but, how to make classes for 's child elements? My resquest/response soap message is the following: > request message 1 01234567ABC ... ..

Re: Axis2 daylight savings time issue using xs:datetime type

2009-02-18 Thread Andreas Veithen
Looks like AXIS2-3916. Andreas On Wed, Feb 18, 2009 at 10:34, Ken Ferguson wrote: > > Hi, > > I'm writing a web service client using Axis2 and seeing an issue related to > daylight savings time. I've autogenerated a client side jar from my WSDL > and amongst other elements that I can manipulate

Axis2 daylight savings time issue using xs:datetime type

2009-02-18 Thread Ken Ferguson
Hi, I'm writing a web service client using Axis2 and seeing an issue related to daylight savings time. I've autogenerated a client side jar from my WSDL and amongst other elements that I can manipulate is an xs:datetime field. If I create a Calendar object and pass that into the setter for the d

Re: Axis2 Deploy in Exploded WAR

2009-02-18 Thread Pradeep Fernando
Hello Appasamy, As i knw you cant deploy services as WAR s in axis2. Is it exploded archive based deployment you are referring ?. The tutorial given below may solve your problem. http://www.ibm.com/developerworks/library/ws-axis2soap/index.html cheers, -- Pradeep Fernando.

Axis2 Deploy in Exploded WAR

2009-02-18 Thread Appasamy Thirugnana
Can any one provide me a link on how to deploy axis2 service in exploded war Thanks Appasamy