RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
Hi Srinath, I am really struck with my problem. I think I am not able to clear my problem/requirement through my queries. Let me try once again. *I am having two Servers: One is Tomcat server in which axis2 is deployed and my web service java client (implemented using axis2) is deployed

Re: Axis2 - 0.93 Client through proxy problem

2006-04-15 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi George, You will encounter some problems if you use proxy setting with Axis2-0.93 release. We have fixed them and the community successfully tested the code now. Latest release of Axis2-1.0-rc1 is available for download now. Please be kind enough

wsdd Web Service is not WS-I compliant (document/literal)

2006-04-15 Thread Gorka López
Hello, I´m principiant with Web services and mobile applications. I have a web service that runs ok with a normal client application, but I have to do a j2me mobile client application. When I try to debug the .wsdd file with J2ME Wireless Toolkit or with NetBeans, it appears the same error: Web

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread Ali Sadik Kumlali
Hi Nancy, I'm examining BPEL solutions nowadays. Since I'm not an expert on Axis2 and BPEL, wanted to understand your scenario clearly. AFAIK, you are able to do following: client BPEL1 -- BPEL2 ----- convID1 convID2

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
Hi Ali, Yah you can say that scenario is like this. convID2 client2 BPEL2 -Original Message- From: Ali Sadik Kumlali [mailto:[EMAIL PROTECTED] Sent: Saturday, April 15, 2006 3:05 PM To: axis-user@ws.apache.org Subject: RE: VERY URGENT Please HELP[Axis2]

Java2WSDL problem

2006-04-15 Thread rafiqy
Hi there, I'm trying to create a WSDL file from Java source code, by executing the following comand from my console: java org.apache.axis.wsdl.Java2WSDL -o cruise.wsdl -l http://192.168.1.10:8080/axis/servlet/AxisServlet -n urn:cruise -S CruiseService CruiseService but I get the

Re: Java2WSDL problem

2006-04-15 Thread Riadh BEN HALIMA
Hi, javax.wsdl.extensions.ExtensibilityElement exists in wsdl4j-1.5.1.jar!!! You forget the wsdl4j-1.5.1 extension (.jar) in your class path: %AXIS_LIB%\axis.jar; %AXIS_LIB%\commons-discovery-0.2.jar; %AXIS_LIB%\commons-logging-1.0.4.jar; %AXIS_LIB%\jaxrpc.jar; %AXIS_LIB%\saaj.jar;

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
1) Can you tell how I can apply this patch? 2) To pick up my service instance from a Hash map at configuration context map must be populated with that instance .How will this map get populated? And I don't having prior experience with web services. So I need step wise explanation to implement the

wishing to http://ws.apache.org/axis/java/user-guide.html

2006-04-15 Thread Alexandr Khlystov
Good day.I like this article it is written is short and informative manner, Iwant to tell you about one problem which I had during creating myhello world axis application. I've spend about 4 hours on resolving it, so I think it would beuseful for other people to know about it from begining of

Re: Best practice for XML as method argument?

2006-04-15 Thread SOA Work
So axis does support a document-centric implementation of web services? Very intresting. I didn't know about this feature until now. -Ursprüngliche Nachricht- Von: axis-user@ws.apache.org Gesendet: 13.04.06 19:27:27 An: axis-user@ws.apache.org Betreff: Re: Best practice for XML as

Re: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread Srinath Perera
you can do something like check for conversationID for service instance, if it is null create one .. from second instance it will be pick up If you are writing a new message reciver you can not use generated code, as gen code add a new mesage receiver. If you can manage without data binding you

wsdd Web Service is not WS-I compliant (Style is not DOCUMENT/LITERAL)

2006-04-15 Thread Gorka López
Hello, I´m principiant with Web services and mobile applications. I have a web service that runs ok with a normal client application, but I have to do a j2me mobile client application. When I try to debug the .wsdd file with J2ME Wireless Toolkit or with NetBeans, it appears the same error: Web

Get Attribute element Value

2006-04-15 Thread Recep Ayaz
Hello, I 'am using axis 1.3 and Tomcat 4.1 in my web service . I am developing a server using these components with J2SE.but I have a problem with XML attribute elements. My web service ignore element attributes value in SOAP meesage from clients. How am I implement the attribute value to my web

ComplexType issue

2006-04-15 Thread Xinjun Chen
Hi Robert, Could you tell me how do you use List in web services, propably with some sample code or pointer to some sample code? I don't know how to deal with interface type. For example, if a service operation has the signature ReturnBaseType sampleOperation(InputBaseType input), and both