Problem when invoking a service from a Flex web service client: The reply is not returned to the client

2009-09-28 Thread Abdelkader GOUAICH
Dear all, I’m using axis2c (1.5) as a web service container for my application. When using C clients and stubs automatically generated by wsdl2c utility everything is Ok and I can reach, invoke and get results from my services. Now I’am trying to reach my services from another client

Message coming back short

2009-09-28 Thread Sam Carleton
Silverlight 2.0 is calling an Axis2/C 1.6 server requesting a method that takes a string as an in, though it isn't used and returns a complex result. Here is the most relevant part of the WSDL: xsd:element name=getDefaultSettings xsd:complexType xsd:sequence

Re: Message coming back short

2009-09-28 Thread Sam Carleton
I sorted the WSDL, regenerated the source and recompiled and the same elements are always missing. I was mistaken, it is always the last elements that are lost, which ever elements come last.

Re: aar and hibernate

2009-09-28 Thread Amila Suriarachchi
On Sat, Sep 26, 2009 at 2:11 AM, ANTHONY ENNIS tony.en...@insightbb.comwrote: I have a web service that performs a simple database lookup. Unfortunately, Persistence.createEntityManagerFactory('xyzzy') fails in all cases. My aar looks like: /com (class files in package format eg

unsubscribe

2009-09-28 Thread Chamara Silva

Re: unsubscribe

2009-09-28 Thread Andreas Veithen
Please send a mail to axis-user-unsubscr...@ws.apache.org On Mon, Sep 28, 2009 at 08:45, Chamara Silva chamarasi...@gmail.com wrote:

Re: Axis client not listning to correct port when sertting the replayTo header

2009-09-28 Thread Amila Suriarachchi
2009/9/25 Håkon Sagehaug hakon.sageh...@bccs.uib.no Hi all, I've been playing aroung with the replyTo header that I send to my web service so it can respond to the port I want it to, this works fine when I don't set the replyto option in the service client, but when I set it lets say

Compilation Failure in Axis2 trunk

2009-09-28 Thread Chamara Silva
Hi, I got compilation failure during the building of Axis2 trunk. [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

IndexOutOfBoundsException: Index: 0, Size: 0

2009-09-28 Thread mabid
I am facing a very strange problem while dealing with apache axis dl webservices. Every thing goes fine but after browsing (through browser) webservice's WSDL. Webservice client is unable to query to webservice, its very strange for me and I am unable to find the actually issue i get the below

WS-Trust with Rampart

2009-09-28 Thread Francesco Stampacchia
It is possible to exploit WS-Trust operations with the new Rampart release?! If so, could you point me to some references or best practices?! Thanks -- Francesco Stampacchia

Re: WS-Trust with Rampart

2009-09-28 Thread Nandana Mihindukulasooriya
Yes, it is possible to use Rampart for trust operation and by default Rampart comes with a token issuer, renewer, validator and canceller for SAML tokens. What exactly is your scenario ? thanks, Nandana -- Forwarded message -- From: Francesco Stampacchia

Re: WS-Trust with Rampart

2009-09-28 Thread Francesco Stampacchia
I've got a WSC on domain A that has to access a WS on domain B. WSC would present its credentials to its local STS and so obtains a SAML2 Assertion. Then the newly generated assertion is sent to the WS. The WS will present the received assertion to its STS in order to validate it. Validation will

hibernate and axis2

2009-09-28 Thread ANTHONY ENNIS
Thanks for the replies.  I'm at work now and don't have access to the postings sent earlier. I created a new jar that included my classes and the persistence.xml file. I placed it in my lib directory.  No difference. I'm working in part off code/requirements I didn't write.  One wrinkle is

automatic generation of a module .mar

2009-09-28 Thread Asma Maalej
Hello Using Axis2.1.4.1, I wanna know how can I generate automatically a module .mar file. This generation must be done within an other java class in which we have to write the core of handlers and module classes and also to generate the MANIFEST.MF file and module.xml file under the META-INF

Re: automatic generation of a module .mar

2009-09-28 Thread Sagara Gunathunga
Did you try for Aixs2 Maven MAR Plug-in ..? please take a look [1] [1] - http://ssagara.blogspot.com/2009/03/axis2-maven-module-mar-plug-in.html On Mon, Sep 28, 2009 at 10:17 PM, Asma Maalej amaa...@laas.fr wrote: Hello Using Axis2.1.4.1, I wanna know how can I generate automatically a module

Re: unsubscribe

2009-09-28 Thread Andreas Veithen
Please send a mail to axis-user-unsubscr...@ws.apache.org On Mon, Sep 28, 2009 at 19:50, Sie, Yang yang@fmr.com wrote: unsubscribe

Re: IndexOutOfBoundsException: Index: 0, Size: 0

2009-09-28 Thread mabid
One more thing when we reload application through TomCat Manager or we restart the Tomcat we are in happy scenario but whenever some one click to see the WSDL then there is no way to send the client's requests. Kindly suggest some direction for debugging the issue. Thanks in advance mabid wrote: