unsubscribe

2009-09-09 Thread D.H.T.M.Gameren
== The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of

Re: sending binary file by a web service using mtom

2009-09-09 Thread Håkon Sagehaug
hi I'm my mtom service i've got a schema element thta looks like this xsd:complexType name=AttachmentType xsd:sequence xsd:element minOccurs=0 name=FileName type=xsd:string / xsd:element minOccurs=0 name=BinaryData

Re: sending binary file by a web service using mtom

2009-09-09 Thread Chinmoy Chakraborty
Try this link [1]. [1] http://ws.apache.org/axis2/1_0/mtom-guide.html Chinmoy 2009/9/9 Håkon Sagehaug hakon.sageh...@bccs.uib.no hi I'm my mtom service i've got a schema element thta looks like this xsd:complexType name=AttachmentType xsd:sequence xsd:element

Re: sending binary file by a web service using mtom

2009-09-09 Thread Amila Suriarachchi
send the message through tcp mon. and see the request/response messages. thanks, Amila. On Wed, Sep 9, 2009 at 12:23 PM, ghader gha...@douran.com wrote: I have created a test web service using Axis2/java. I created it to test sending binary file using mtom. I also created a C++ client using

Re: sending binary file by a web service using mtom

2009-09-09 Thread ghader
the response is like this: Response HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Content-Type: application/soap+xml; action=urn:loadData2;charset=utf-8 Date: Wed, 09 Sep 2009 10:20:36 GMT Connection: close ?xml version='1.0' encoding='utf-8'? soapenv:Envelope

problem with returning array of objects

2009-09-09 Thread Pär Malmqvist
Hello! I have problem with generating server side code from my wsdl file. The wsdl file contains a service, getAtcsByAtcCode, that should return an array of Atc-objects. But my generated code returns OMElement[] instead. I use this wsdl file: ?xml version=1.0 encoding=UTF-8? wsdl:definitions

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread BENDALE, Yogiraj (Yogiraj)
Hi, We are using axis2 1.3 with JDK1.5. Recently we upgraded to JDK1.6 and found that the client and server generated with JDK1.6 and axis2 1.3 works fine. But the client of axis2 1.3 JDK1.6 does not work axis2 1.3 -JDK1.5. Looking at the generated code it seems that WSDL2Java generated code

Re: sending binary file by a web service using mtom

2009-09-09 Thread Amila Suriarachchi
On Wed, Sep 9, 2009 at 3:57 PM, ghader gha...@douran.com wrote: the response is like this: Response HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Content-Type: application/soap+xml; action=urn:loadData2;charset=utf-8 Date: Wed, 09 Sep 2009 10:20:36 GMT Connection: close ?xml

Re: problem with returning array of objects

2009-09-09 Thread Amila Suriarachchi
On Wed, Sep 9, 2009 at 6:48 PM, Pär Malmqvist par_malmqv...@hotmail.comwrote: Hello! I have problem with generating server side code from my wsdl file. The wsdl file contains a service, getAtcsByAtcCode, that should return an array of Atc-objects. But my generated code returns OMElement[]

Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread Amila Suriarachchi
are the two wsdl files same? thanks Amila. On Wed, Sep 9, 2009 at 6:54 PM, BENDALE, Yogiraj (Yogiraj) yogi...@alcatel-lucent.com wrote: Hi, We are using axis2 1.3 with JDK1.5. Recently we upgraded to JDK1.6 and found that the client and server generated with JDK1.6 and axis2 1.3

Get MimeHeaders from MessageContext

2009-09-09 Thread rams611
Hi Axis2 How can we get mime headers from message Context? In Axis we can do this as MessageContext.getRequestMessage().getMimeHeaders() And also can you help me what is the equivalent object for org.apache.axis.Message in Axis2? Thanks Rams -- View this message in context:

Re: [AXIS2] 'Unable to generate WSDL 1.1 for this service'

2009-09-09 Thread Lorenzo Carnevale
Thanks, it solves the problem. - Original Message - From: Keith Chapman To: axis-user@ws.apache.org Sent: Wednesday, September 09, 2009 4:17 AM Subject: Re: [AXIS2] 'Unable to generate WSDL 1.1 for this service' You need to have a folder call META-INF in ur aar file and

RE: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-09 Thread BENDALE, Yogiraj (Yogiraj)
Amila, The wsdl file I used are same only difference is we started using JDK1.6 from JDK1.5 and now any client compiled from JDK1.5 does not work. It gives org.apache.axis2.databinding.ADBException Thanks Yogiraj From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: Wednesday,

System Property: Axis cant find class

2009-09-09 Thread C0d3r
Hello, I developed a Web Service using apache Axis in Tomcat 5.5.23 and the implementation code sets two run time system properties: System.setProperty(org.uddi4j.TransportClassName, org.uddi4j.transport.ApacheAxisTransport); and System.setProperty(javax.wsdl.factory.WSDLFactory,

unsubscribe

2009-09-09 Thread Venkatesh Audinarayanan

Axis2, Jax-WS, and @HandlerChain

2009-09-09 Thread JFeisty
We are starting to develop web services using Axis2 v1.5 with JAX-WS annotations. We'd like to set up JAX-WS handlers using the @HandlerChain annotation but I can't seem to get the handler(s) to fire. No matter where I put handlers.xml in my .aar it never falls into

Axis 2 C on Windows Mobile

2009-09-09 Thread Adam Elnagger
Hello Again, Has anyone managed to use Axis 2/C on Windows Mobile? When I went to compile I came across a problem when compiling for a Windows Mobile smartphone. The preprocessor choked at line 230 in axutil_log.h on elif WIN32. I replaced this with _WIN32_CE, and then discovered that

RE: Axis2, Jax-WS, and @HandlerChain

2009-09-09 Thread Martin Gainty
http://ws.apache.org/axis2/1_3/api/org/apache/axis2/jaxws/description/xml/handler/HandlerChainType.html The handler-chain element defines the handlerchain. Handlerchain can be defined such that the handlers in the handlerchain operate on ALL ports of a service, on a specific port, or on a

unsubscribe

2009-09-09 Thread Luc, Scott (ISD, IT)
This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure,

too many files open

2009-09-09 Thread Alan Aguia
Hi, Im having some problems using axis2 0.94, jboss 4.0.2. After calling serveral times the web service the system tell me that I have to many files open. I tried a lsof -p in my system and this is what I get java    2 jboss  571u   REG  253,0 8437 15908886

Re: too many files open

2009-09-09 Thread robert lazarski
On Wed, Sep 9, 2009 at 6:11 PM, Alan Aguia aag...@yahoo.com wrote: Hi, Im having some problems using axis2 0.94, jboss 4.0.2. After calling serveral times the web service the system tell me that I have to many files open. I tried a lsof -p in my system and this is what I get java    2

Re: Help! Error when testing Axis2 client

2009-09-09 Thread Clara
Hi , It's been a while since I posted this error. anybody can help me please? thanks. --- On Mon, 8/24/09, Clara claire_l...@yahoo.com wrote: From: Clara claire_l...@yahoo.com Subject: Re: Help! Error when testing Axis2 client To: axis-user@ws.apache.org Date: Monday, August 24, 2009, 11:02 PM

Deserialization error:org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2009-09-09 Thread Archu04
Hi, On trying to generate Java from a SOAP Response, my code terminates with the following stack trace: 10:33:01 [test1] CTGDIS495I handleException , callreply, org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to