RE: JAX-WS support in axis2

2008-12-24 Thread Virtual Light
If you want JAX-WS and JAXB data bindings I would not use the wsdl2java tool that comes with Axis2. I would reccommend that you use wsimport which is the SUN tool to generate JAX-WS artifacts and JAXB data bindings. The wsimport tool is available in the JDK I believe starting with JDK1.5. It

RE: JAX-WS in Axis2

2008-07-07 Thread Virtual Light
TECTED] > To: axis-user@ws.apache.org > Subject: Re: JAX-WS in Axis2 > > 2008/7/7 Virtual Light <[EMAIL PROTECTED]>: > > JAX-WS with JAXB bindings is your best bet for compatibility across > > different SOAP engines. Forget about the wsdl2JAVA that is in Axis2 1.4

RE: JAX-WS in Axis2

2008-07-07 Thread Virtual Light
JAX-WS with JAXB bindings is your best bet for compatibility across different SOAP engines. Forget about the wsdl2JAVA that is in Axis2 1.4 and use wsimport(contract first)/wsgen(code first). Both of these are now part of JDK 1.6. > Date: Mon, 7 Jul 2008 09:48:32 +0100 > From: [EMAIL PROTEC

RE: NoSOAPAction Error...!!!

2008-06-12 Thread Virtual Light
You need to add the SOAPAction and just set it to null. If you move to soap 1.2 SOAPAction has been replaced with "action" which is optional. StringxmlString= "SOAPAction="" \"

RE: SOAP Attachment Questions

2008-05-22 Thread Virtual Light
Take a look at this: http://ws.apache.org/axis2/1_1/mtom-guide.htmlRegards,BillSubject: SOAP Attachment QuestionsDate: Thu, 22 May 2008 10:13:33 -1000From: [EMAIL PROTECTED]: axis-user@ws.apache.org 1) Is there an example on how to send a soap message with a binary attachment using MOTM in

RE: How to access SOAP headers from inside generated service interfaces?

2008-05-22 Thread Virtual Light
o pass any additional information through your generated service interfaces. Please correct me if my thinking is incorrect. I am really trying to find a solution to this problem. Thanks, Matt Troutman From: Virtual Light [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 9:01 AM

RE: axis2 and jaxb

2008-05-22 Thread Virtual Light
The latest release of Axis2 (1.4) has some decent documentation on generating JAX-WS style web services which by default utilize JAXB bindings. http://ws.apache.org/axis2/1_4/jaxws-guide.html Regards, Bill > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: axis2 and jaxb > Date

RE: How to access SOAP headers from inside generated service interfaces?

2008-05-22 Thread Virtual Light
If you want to access the headers the way to do that would be through a handler. You would then need to store the information that you need in an object (normally a context) that would be accessible to your application. Regards, Bill > From: [EMAIL PROTECTED] > Subject: How to access SOAP h

RE: using JAX-WS in Axis2

2008-04-29 Thread Virtual Light
You can use wsgen/wsimport from SUN. They are now included with JAVA 6 SE or you can get them with the JWSDP. Regards, Bill Subject: using JAX-WS in Axis2 Date: Tue, 29 Apr 2008 15:55:56 +0200 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org using JAX-WS in Axis2 Hi is ther

how to get axis2 to process annotations

2008-03-17 Thread Virtual Light
I have been looking and not finding much about axis2 annotation processing. How do I get axis2 to process annotations? Bill

annotation generation with wsdl2java

2008-03-13 Thread Virtual Light
Does the current wsdl2java in axis2 1.3 generate proper annotations when using JAXB binidings? It does not appear to generate annotations at all that I could see. Have I missed a switch? I generated code from IBM's RAD7 and it does this as well as SUNs NETBeans. bill

WSDL2JAVA code generation

2008-03-04 Thread Virtual Light
I have noticed that with Axis2 1.3 that the code generated by the WSDL2JAVA eclipse plugin does not by default generate methods that throw RemoteException (ADB binding) as was the case with Axis 1.4. Is this by design or is this a bug? I had seen a similar post asking about this but there was

BeanUtil.deserialize problem

2008-01-31 Thread Virtual Light
I have the following xml that is being returned from a DB. I have checked the xml and it is well formed: http://webservices.elsevier.com/schemas/metadata/abstracts/types/v7";> 2-s2.0-19744366850 2-s2

JAXB Artifacts

2008-01-23 Thread Virtual Light
I have been trying to generate JAXB server side artifacts from WSDL and have been getting the following errors. I was able to use the same WSDLS to generate ADB and XMLBEANS bindings successfully. I have tried jaxbri which fails immediately after reading in the imported files and jaxme which g