org.apache.axis2.AxisFault: Transport out has not been set

2009-08-10 Thread Claire Loto
Hi , I am testing my Axis2 client but got this error: org.apache.axis2.AxisFault: Transport out has not been set at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:439) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO peration.java:330) at

Unsubscribe

2009-08-10 Thread Janardhan Rao (janrao)

WSDD missing and error generating

2009-08-10 Thread Miha Vitorovic
Hi all, I have a program, that suddenly started throwing this error: org.apache.axis.InternalException: org.apache.axis.ConfigurationException: org.apache.axis.ConfigurationException: No engine configuration file - aborting! org.apache.axis.ConfigurationException: No engine configuration file

Unsubscribe

2009-08-10 Thread Chen, Jennifer

Unsubscribe

2009-08-10 Thread Suman Adak
=-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained

Not Generating prefixes for sub-sub elements

2009-08-10 Thread Håkon Sagehaug
Hi all, I got a definition like this in the schema I use in my wsdl complexType name=ProjectMemberType sequence element name=UserId nillable=true type=xsd:int / element name=Username nillable=true type=xsd:string / element name=Email nillable=true

Unsubscribe

2009-08-10 Thread Edgardo Ibañez O.

Re: Unsubscribe

2009-08-10 Thread Larry Meadors
Really? This is the third unsubscribe email sent to the list today...maybe we could add a footer to emails sent by the list that explained HOW to unsubscribe... Larry

RE: Unsubscribe

2009-08-10 Thread Urban, Patrick
Ive been trying to unsubscribe from this list for years. Ive used the instructions, sent mails to the group etc. Something must be bugged with it. Finally I gave up. Can someone possibly take a look at this and help us out thanks. -Original Message- From: Larry Meadors

Re: Unsubscribe

2009-08-10 Thread Andreas Veithen
You need to send a mail to axis-user-unsubscr...@ws.apache.org and follow the instructions. On Mon, Aug 10, 2009 at 15:26, Urban, Patrickpatrick_ur...@adp.com wrote: Ive been trying to unsubscribe from this list for years. Ive used the instructions, sent mails to the group etc. Something must

Re: Unsubscribe

2009-08-10 Thread Larry Meadors
On Mon, Aug 10, 2009 at 7:26 AM, Urban, Patrickpatrick_ur...@adp.com wrote: Ive been trying to unsubscribe from this list for years. Please try again, and if you have issues, let us know - email me directly if you want, I don't care. :) That way we can let the apache infrastructure guys know

RE: Not Generating prefixes for sub-sub elements

2009-08-10 Thread Martin Gainty
i did not see the definition f or Email? please provide definition for tns:Email referenced at element name=Email nillable=true type=tns:Email / takk Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

Re: Not Generating prefixes for sub-sub elements

2009-08-10 Thread Andreas Veithen
Håkon, Note that even though the Roles element has no prefix, it is still in the right namespace. Andreas 2009/8/10 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi all, I got a definition like this in the schema I use in my wsdl complexType name=ProjectMemberType         sequence           

Integration in Equinox-OSGi

2009-08-10 Thread Daniel Bimschas
Hi Folks! I'm trying to simply integrate Axis2 into an Eclipse Equinox OSGi container. So far I found no easy way to do that. I think the ideal way is that there was a How-To somewhere which says: install file A, B, C, ... from Axis2-src distribution and you're done. Is there a tutorial

Re: Integration in Equinox-OSGi

2009-08-10 Thread Andreas Veithen
Daniel, Please have a look a the following thread: http://markmail.org/thread/3xbjzrsvxombqvkd Andreas On Mon, Aug 10, 2009 at 18:12, Daniel Bimschasdan...@bimschas.com wrote: Hi Folks! I'm trying to simply integrate Axis2 into an Eclipse Equinox OSGi container. So far I found no easy way

RE: Integration in Equinox-OSGi

2009-08-10 Thread Martin Gainty
does either OSGI ant-build.xml or maven-pom.xml have step(s) to compile jsp and servlet? create a war? deploy servlet to container? for each step provide Axis2.war as parameter to each step us...@ant.apache.org will help with ant-build.xml questions us...@maven.apache.org will help with

Re: Not Generating prefixes for sub-sub elements

2009-08-10 Thread Håkon Sagehaug
Hi Yes I know that it's in the same namespace, but we have in our project best practices that all our elements should have fully elementFormDefault names, so is it possible to get this? And if the attribute elementFormDefault set to elementFormDefault then all elements should have prefixes or?

Re: Not Generating prefixes for sub-sub elements

2009-08-10 Thread Andreas Veithen
The actual value of the prefixes is irrelevant. elementFormDefault=qualified only means that the elements must be namespace qualified and this is the case here. So you are actually following the best practices. Andreas 2009/8/10 Håkon Sagehaug hakon.sageh...@bccs.uib.no: Hi Yes I know that