Re: Use Tomcat

2008-01-15 Thread Pawel Janusz
I'm sending files Willem Jiang pisze: Hi Pawel Did you use CXFServlet transport which delegate the http transport to a CXFServlet ? If so , could you show me your Web.xml and Beans.xml? In you case I think you still start a new Jetty engine for listening the port. Willem. Pawel Janusz

Re: Use Tomcat

2008-01-15 Thread Pawel Janusz
I sent my example, can You translate my conf into correct one with 1st option ? Daniel Kulp pisze: Pawel, When deploying in tomcat (or other war based thing), there are two approaches to go to get it to work. You kind of mixed the two approaches so now it doesn't work. :-) Approach

Re: Use Tomcat

2008-01-14 Thread Pawel Janusz
Thanks but I still have problem. Your answers didn't solve my problem Glen Mazza pisze: Note #4 here may also help clarify things for you: http://www.jroller.com/gmazza/date/200710#notes HTH, Glen Am Donnerstag, den 10.01.2008, 23:29 + schrieb Ian Roberts: Pawel Janusz wrote: I

Use Tomcat

2008-01-10 Thread Pawel Janusz
Hello How to setup CXF not to use Jetty when defining adress in jaxws:endpoint. When I try to pass such: address=/service i got error. Only when I give full address port (port has to be different from Tomcat's). eg. (this one works fine) jaxws:endpoint id=MyServiceService

WSDL address?

2007-09-06 Thread Pawel Janusz
Hello, is there possibility to get WSDL addres from EndPoint ? Pawel

Message Object

2007-09-05 Thread Pawel Janusz
Hello, I do know how to get MessageContext Object in WebMethod, but is there any possibility to get Message from it? or I have to implement Interceptor ? Thanks Pawel

MTOM Att ?

2007-08-31 Thread Pawel Janusz
Hello, have anyone of You example of C# .NET client which handle MTOM ? I know i need to use WSE 3.0, but how to use it ? if You can please help me. I have Java CXF as source of MTOM :) Thanks Pawel

MTOM

2007-08-31 Thread Pawel Janusz @ SoftSystem
Hello, have anyone of You example of C# .NET client which handle MTOM ? I know i need to use WSE 3.0, but how to use it ? if You can please help me. I have Java CXF as source of MTOM :) -- Thanks Pawel Janusz

Re: MTOM Att ?

2007-08-31 Thread Pawel Janusz
I've tried, but belive me it's not so easy :( Glen Mazza pisze: I believe Google can help you here, no? Am Freitag, den 31.08.2007, 15:07 +0200 schrieb Pawel Janusz: Hello, have anyone of You example of C# .NET client which handle MTOM ? I know i need to use WSE 3.0, but how to use

SOAP Attachment question/problem

2007-08-28 Thread Pawel Janusz
Hello, I'm starting using CXF to use them as WebService. I cannot find anywhere example on how to add SOAP attachment in service class. Could anyone help me ? Some example code will be very helpful. -- Greetings Paweł Janusz

Re: SOAP Attachment question/problem

2007-08-28 Thread Pawel Janusz
Yes, this is a MTOM example, but as far as I know SOAP Attachments is something different. Willem Jiang wrote: Hi, You can take a look of the below two documents. [1] http://cwiki.apache.org/CXF20DOC/mtom.html [2]http://cwiki.apache.org/CXF20DOC/mtom-attachments.html And you can find the