Re: older versions of Axis C++

2006-04-19 Thread Petr Cvachoucek
No I didn't. I asked two times on mailing list but there were no response. Petr Phil Rumble wrote: Peter, Did you ever find out where one can download older versions of Apache Axis C++? Thanks in Advance Rumble

Re: older versions of Axis C++

2006-04-19 Thread Davanum Srinivas
http://archive.apache.org/dist/ws/ On 4/19/06, Petr Cvachoucek [EMAIL PROTECTED] wrote: No I didn't. I asked two times on mailing list but there were no response. Petr Phil Rumble wrote: Peter, Did you ever find out where one can download older versions of Apache Axis C++? Thanks

[axis2] NPE after deploying servicegroups

2006-04-19 Thread donnerdrummel2000-mailing
Hi, while trying to deploy some services as a servicegroup under axis2-0.95-Snapshot, the result is allways to get this servicegroup listed as a 'Faulty Service' and in detail there is a NPE as follows: Error: java.lang.NullPointerException at

Re: [axis2] NPE after deploying servicegroups

2006-04-19 Thread Deepal Jayasinghe
can u pls send us the services archive file so that we can have a look at that. [EMAIL PROTECTED] wrote: Hi, while trying to deploy some services as a servicegroup under axis2-0.95-Snapshot, the result is allways to get this servicegroup listed as a 'Faulty Service' and in detail there is a

Re: [axis2] dynamic service publishing

2006-04-19 Thread donnerdrummel2000-mailing
okay, so what i is realy interesting for me, whether there is a possibility for use this not at classlevel but at object level... --- Deepal Jayasinghe [EMAIL PROTECTED] schrieb: we do have , I mean u can jsut publish Java class into web service. But the problem is we dont have a published

Invoking a service from another service

2006-04-19 Thread monica . popuri
Hi All, I am facing an issue here , please check if some one can help me out: I am invoking a axis c web service from a client, which works fine, Now I need to invoke another web service from this web service, which does not work. I have added following line in the web service code to invoke

Re[2]: Server.userException and InvocationTargetException - what does it mean?

2006-04-19 Thread Martin Wunderlich
Hello Vartan, Thank you very much for your help and your suggestion. In the meantime, I seem to have identified the root cause of my problems and it seems to be on a conceptual level rather than a coding level. Taking a closer a look at the classes generated by WSDL2Java I noticed that the

Re: problem with C# client of axis2 service

2006-04-19 Thread Anne Thomas Manes
Perhaps someone more familiar with the raw XML receiver can explain why Axis2 is generating a bogus WSDL file for you.On 4/18/06, Bennett, Derek [EMAIL PROTECTED] wrote: The WSDL is that which was produced by axis2 when I make the following request:

RE: Very Urgent Please help

2006-04-19 Thread Bennett, Derek
It sounds like your problem is the same as mine. See the thread with problem with C# client of axis2 service in the subject. I am going to see whether a hand-constructed wsdl fixes this problem. -Original Message- From: MUHAMMAD IQBAL [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18,

Re: [Axis2] Nightly Tomcat Integration

2006-04-19 Thread Sebastian J. Schultheiss
Hi Dims, you suggested in our JIRA bug filing that we should try a nightly as the problem below is now fixed. Is there an easy way to copy the nightly build into a Tomcat installation? Could the nightly script include a .WAR file? We are having problems in running the latest version as all the

Re: [Axis2] Nightly Tomcat Integration

2006-04-19 Thread Davanum Srinivas
updated my script to gen the war as well... http://cvs.apache.org/dist/axis2/nightly/ thanks, dims On 4/19/06, Sebastian J. Schultheiss [EMAIL PROTECTED] wrote: Hi Dims, you suggested in our JIRA bug filing that we should try a nightly as the problem below is now fixed. Is there an easy

Re: Module Inclusion

2006-04-19 Thread Corey Baswell
Makes sense. Thanks! On 4/18/06, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi Corey;In axis2 you have two types of phases called global and operationspecific. Security phase is said to be a global phase , what that mean is when you add a handler into such a phase those handler will run oneach web

Re: Axis client with SSL

2006-04-19 Thread Cyrille Le Clerc
Hello Xinjun, Did you look at the wiki ? http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/Ssl Did you try to use the org.apache.axis.components.net.SunFakeTrustSocketFactory ? Cyrille -- Cyrille Le Clerc [EMAIL PROTECTED] [EMAIL PROTECTED] On 4/17/06, Xinjun Chen

Axis examples

2006-04-19 Thread Dave Naden
I have Axis 1.3 (zip file: axis-bin-1_3.zip) and it works. But, all the documentation I can find within says it's Axis 1.2 And, none of the samples/examples seem to be documented anywhere. What am I missing here? Thanks, Dave Naden

tomcat version

2006-04-19 Thread Plorks mail
hi all can anyone tell me what version of tomcat i need to run with Axis 1.3 and JDK 1.5? many thanks _ Are you using the latest version of MSN Messenger? Download MSN Messenger 7.5 today!

Re: tomcat version

2006-04-19 Thread Rodrigo Ruiz
I currently use Tomcat 5.5.16. AFAIK, any version from 4.1 to the last 5.5.17 can be used. I would recommend you to use a 5.5.x version, as it shows better performance. Hope this helps, Rodrigo Ruiz Plorks mail wrote: hi all can anyone tell me what version of tomcat i need to run with

no SOAPAction header - Is a SOAPAction header still required in SOAP 1.2?

2006-04-19 Thread Joshua . White
I though I remember reading that the SOAPAction header is no longer required in SOAP 1.2. Is this correct? I have a client that is sending me a SOAP message and I am receiving the following AXIS error message: AxisFault faultCode: {http://xml.apache.org/axis/}Client.NoSOAPAction faultSubcode:

Strange WSDL Namespace Issue

2006-04-19 Thread Griffin, Mark
I have what I thought was a simple doc/literal wrapped style WSDL. I'm trying to do WSDL first design. I'm using Axis .94 to generate the server side code. That all goes okay. When a request comes in I'm getting a error which I've attached. I understand that this is a namespace issue but what

string attribute problem

2006-04-19 Thread Recep Ayaz
Hello,i am using Axis 1.3 and tomcat 4.1.one of my java class has string attribute element.When i deploy that service to Axis.I have no error.but in run time when i open the wsdl pages i saw the following error message. i searched this error on google, and found some information but i cannot find

Re: no SOAPAction header - Is a SOAPAction header still required in SOAP 1.2?

2006-04-19 Thread Joshua . White
I have now set the following option so that Axis uses soap 1.2 as the default. globalConfiguration parameter name=defaultSOAPVersion value=1.2/ /globalConfiguration Problem is, I still get the same error. [EMAIL PROTECTED] 04/19/2006 10:24 AM Please respond to axis-user

How do you make a call with the ServiceClient using a SOAPAction Header?

2006-04-19 Thread Jason Sanchez
Hello, This is the first time Ive written to a mailing list so please forgive me if Im unfamiliar with the etiquette. I was wondering if someone could point me to some documentation regarding using the ServiceClient class to invoke a specific operation for a given web service. Ive

What is the role of the SOAPAction header?

2006-04-19 Thread Joshua . White
All, I have a soap 1.1 client that I am trying to use with axis 1.3. It appears that it is not sending the appropriate SOAPAction header. What does this header do and why is it required? Regards, Joshua * This

Can you default the SOAPAction as being ?

2006-04-19 Thread Joshua . White
Can you configure axis to default the SOAPAction as being ? I have a client which is sending me a message without the SOAPAction header. Joshua * This communication, including attachments, is for the exclusive use of

Re: string attribute problem

2006-04-19 Thread robert
Try posting your wsdl. Not sure why you are trying to write a custom ser / deser - but try showing its config file to us and perhaps we can help. Robert http://www.braziloutsource.com/ Em Quarta 19 Abril 2006 12:29, o Recep Ayaz escreveu: Hello, i am using Axis 1.3 and tomcat 4.1. one of my

Re: Can you default the SOAPAction as being ?

2006-04-19 Thread robert
Sure, soap action can be . However, that typically is only valid for a wsdl using RPC encoded style. I've never seen Doc / lit wsdl without a soap action. HTH, Robert http://www.braziloutsource.com/ Em Quarta 19 Abril 2006 15:08, o [EMAIL PROTECTED] escreveu: Can you configure axis to

Re: Can you default the SOAPAction as being ?

2006-04-19 Thread Joshua . White
Robert, Thanks for the reply. What I was hoping to do was default the value of the SOAPAction because my client is not sending it. Axis blows up as a result. Joshua robert [EMAIL PROTECTED] 04/19/2006 02:16 PM Please respond to axis-user To:axis-user@ws.apache.org cc:

RE: How do you make a call with the ServiceClient using a SOAPAction Header?

2006-04-19 Thread Jason Sanchez
Hi Robert, Unfortunately, I'm using the Axis2 0.95 API, and it doesn't seem to have the setSoapAction() method available for Options, just a setAction(). I attempted to even use the Axis2 0.94 API and the jar files for that distribution, since that method is defined in that API, but I couldn't

Re: How do you make a call with the ServiceClient using a SOAPAction Header?

2006-04-19 Thread robert
.95 is fine - RC1 is even better. Try setAction(), IIRC correctly both used to work so setAction() should do the trick . Try putting tcpmon on the ports to verify it. If you still have problems, try posting your entire code and maybe we can help. Robert http://www.braziloutsource.com/ Em

RE: Axis2 class loader

2006-04-19 Thread Michael Robinson
I have the same issue using Axis2 0.94 with axis2.war file deployed in Tomcat5.5.x. The service consists of numerous jar files for JAXB, Hibernate, etc. The first time that the service is invoked via a client it processes for over 30 minutes! (I was able to not let my test client timeout by

Having problem in-only operation calling through stub

2006-04-19 Thread Kensky Schulz
Hello Sanjiva, The problem is I have a method updateResource taking one parameter UpdateDocDocument and return type is void. When calling through client it gives strange message. So, the complete server method and client calling, along with stack trace is pasted in this email.I shall be grateful

[AXIS2] Having problem in-only operation calling through stub . Plain Text Version

2006-04-19 Thread Kensky Schulz
Hello! Sorry for sending again. here is plain text version. The problem is I have a method updateResource taking one parameter UpdateDocDocument and return type is void. When calling through client it gives strange message. So, the complete server method and client calling, along with

RE: Can you default the SOAPAction as being ?

2006-04-19 Thread Michael Robinson
I have had a similar issue when trying to use a JAXP/SAAJ client to call an Axis service. By programmatically setting the SOAPAction MIME header from the client I was able to make it work. Not what youre looking for but thought it might help.

Re: Axis2 class loader

2006-04-19 Thread robert
http://people.apache.org/~deepal/axis2/1.0-RC1/ HTH, Robert http://www.braziloutsource.com/ Em Quarta 19 Abril 2006 16:15, o Michael Robinson escreveu: I have the same issue using Axis2 0.94 with axis2.war file deployed in Tomcat5.5.x. The service consists of numerous jar files for JAXB,

Operation changes in Transportation

2006-04-19 Thread david.ziebol
Hi, I'm fairly new to Axis, but I pretty much have it working or at least I can see (in the eclipse debugger) a message move from my client to the server which is also being debugged in Eclipse v3.1 jvm = 1.4.2 Tomcat version is 5.0 Axis2 v0.95 The issue I'm having is an operation is

anyone else having problems in building axis2 0.95 with maven

2006-04-19 Thread Larry Cable
The war goal keeps blowing up because somehow reactor is trying to parse a .gif image as a project.xml Around line 658 in the maven.xml go figure its a mystery to me. Any insights appreciated! - larry cable

Re: Operation changes in Transportation

2006-04-19 Thread robert
Three recommendations: 1) Use RC1 : http://people.apache.org/~deepal/axis2/1.0-RC1/ 2) Put tcpmon (or the soap monitor, though you need to check out the latest svn and build from source) on the incomming and outgoing messages to see where the problem is originating. 3) Try using XMLBeans

RE: Operation changes in Transportation

2006-04-19 Thread david.ziebol
Here is the WSDL which was fed into WSDL2Java ?xml version=1.0 encoding=UTF-8? wsdl:definitions targetNamespace=http://server.foundations.west.thomson.com; xmlns:impl=http://server.foundations.west.thomson.com; xmlns:intf=http://server.foundations.west.thomson.com;

Re: Operation changes in Transportation

2006-04-19 Thread robert
Have you tried validating this wsdl? I'm getting a failed parsing schemas into object model, parse error in http://server.foundations.west.thomson.com error using the SOA editor (no longer easily obtainable - don't know of a free wsdl validator. Trial maybe). HTH, Robert

RE: Operation changes in Transportation

2006-04-19 Thread david.ziebol
I found out that Rad 6 has a validator and the wsdl validates, So I'm not sure if that is it. Dave Ziebol -Original Message- From: robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 3:21 PM To: axis-user@ws.apache.org Subject: Re: Operation changes in Transportation

Re: Can you default the SOAPAction as being ?

2006-04-19 Thread Martin Gainty
JoshuaCan you be more specific on the message which causes the error???Martin-- *This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email

namespace different

2006-04-19 Thread Daniel Destro
What is the difference between the two namespacesxmlns=urn:SacSilogandxmlns:ns1=urn:SacSilogWhy one or other?thanks

Re: namespace different

2006-04-19 Thread Anne Thomas Manes
A namespace declaration that specifies a prefix (e.g., xmlns:foo=urn:foo.bar) allows you to refer to that namespace by its declared prefix (foo). A namespace declaration that does not specify a prefix ( e.g. xmlns=urn:foo.bar) establishes a default namespace. Any element within the scope of such a

Re: namespace different

2006-04-19 Thread Daniel Destro
I understand.This must be because I started to use LITERAL style instead of ENCODED, right?My Web Service consumer is complaining about the lack of ns1. They did a SOAP parser themselves, which is not good. I told them to follow the SOAP standard, otherwise they are going to have millions of

Re: Accessing operation parameters' _values_ vs getTextContent()

2006-04-19 Thread Dr Janusz Martyniak
Hi all again, Since it is apparently not possible to get a value of an operation variable for a MessageContext without looking into the message itself, I tried the latter... and failed miserably. On Tomcat Apache Tomcat/5.5.15 java 1.5 I'm getting a message when trying to access my

Re: Re[2]: Server.userException and InvocationTargetException - what does it mean?

2006-04-19 Thread Rhimbo
Hello Martin, I have not used WSDL2Java to generate client-side code. So my following comments might not be so helpful I use a WSDD file to deploy my web service. Then I just write JAX-RPC client code by hand using the javax.xml.rpc.* and org.apache.axis.client libraries. Would that

how to increase performance of doc/lit

2006-04-19 Thread MUHAMMAD IQBAL
Hi everyone, I have developed a doc/lit web service using Axis1.2.1. its working fine but its really very slow when it serializes the xml contents. Its returning xml string to the client. is there any way to imporve the performance of my web service? thansk in advance Regards, Muhammad

Re: Can you default the SOAPAction as being ?

2006-04-19 Thread Dies Koper
Hello Robert, Your comment sounds like your saying that an empty soap action () is not valid for RPC/literal and DOC/literal. That's not what you mean, is it? The WS-I BP1.0 spec uses an empty soapAction in its examples to denote a correct, interoperable value. The WS-I BP1.0 applies to

sending bean as parameter in axis2

2006-04-19 Thread Indra Syafruddin
I want to send bean as method parameter. can I put that bean inside OMElement without using data binding?-- Indra Syafruddinpersonal : [EMAIL PROTECTED] ; [EMAIL PROTECTED]business : [EMAIL PROTECTED]

Re: sending bean as parameter in axis2

2006-04-19 Thread Deepal Jayasinghe
Ho Indra; You can use RPCServiceClient to do that as well , and server side you have to use RPCMessageReciver as well. Indra Syafruddin wrote: I want to send bean as method parameter. can I put that bean inside OMElement without using data binding? -- Indra Syafruddin personal : [EMAIL

Re: Having problem in-only operation calling through stub

2006-04-19 Thread Gopal Patwa
try using RPCInOnlyMessageReceiver or if you need better control on message create your owm message receiver which override invokeBusinessLogic method. or try using WSDL2Java it will generate for you. Hope it helps Gopal -- View this message in context:

User Defined data types in Weblogic JWS

2006-04-19 Thread Nayana Hegde
Hi, In wsdd file we can specify the package structure in which the class files have to be included. For ex : beanMapping languageSpecificType=java:com.db.cc.common.entity.TestSummary qname=ns2:TestSummary xmlns:ns2=urn:entity.common.cc.db.com/ beanMapping