AW: trying to use ClientProxyFactoryBean but failing

2008-03-07 Thread Holger Stolzenberg
I can´t tell you whats going on, just wanted to mention that it seems that your problem is related to mine, which I originally postet under thread http://www.nabble.com/-2.0.4--Service-unit-tests-fail-after-upgrade-from-2.0.2-to15610639.html Somehow my last response on that thread didn´t make it

[2.0.4] Service unit tests fail after upgrade from 2.0.2

2008-02-21 Thread Holger Stolzenberg
BackendServiceStatus status = customerServiceProxy.saveCustomer( auth, customer ); -- Any solution is really appreciated. Thanks in advance. Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wen

CXF Logging issues

2007-09-25 Thread Holger Stolzenberg
voke0 INFO: Started SelectChannelConnector @ 0.0.0.0:8080 How can I get rid of this messages ??? Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wende, Hendrik Schubert | | eWerk IT GmbH | Markt 16 | Lei

Logging the received generated SOAP Messages

2007-08-24 Thread Holger Stolzenberg
aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wende, Hendrik Schubert | | eWerk IT GmbH | Markt 16 | Leipzig 04109 | http://www.ewerk.com | HRB 9065, AG Leipzig | Hauptniederlassung Leipzig | | fon

AW: Passing method parameters using PHP SoapClient failing

2007-08-24 Thread Holger Stolzenberg
The PHP call to your WS method seems to be false. You have to provide a associative array for the WS method params. Following code shows how we do it: // the wsdl URL of your service to test $serviceWsdl = 'http://127.0.0.1:8080/EEX_Shop_Backend/ws-api/CustomerService?wsdl'; // the par

HashMap as parameter for WS method

2007-08-24 Thread Holger Stolzenberg
special in order to produce a usable WSDL definition for the HashMap result (using JAXB databinding)? The same problem exists if we want to use a HashMap as parameter for a WS method. Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer

AW: cxf-2.0.1-incubator - dependency incompatibility with hibernate

2007-08-24 Thread Holger Stolzenberg
tart(StandardService.java:450) >>> at >>> org.apache.catalina.core.StandardServer.start(StandardServer.java:683) >>> at org.apache.catalina.startup.Catalina.start(Catalina.java:537) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method

AW: Enforce complex type definition in WSDL

2007-08-22 Thread Holger Stolzenberg
ext, look at https:// issues.apache.org/jira/browse/CXF-340 for more info. On Aug 21, 2007, at 9:13 AM, Holger Stolzenberg wrote: > Hi folks, > > > Using CXF 2.0.1-INCUBATOR + JAXB Databinding: > > > I have a ProductService SEI with the following signature: > >

Enforce complex type definition in WSDL

2007-08-21 Thread Holger Stolzenberg
somewhere in the SEI?? Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wende, Hendrik Schubert | | eWerk IT GmbH | Markt 16 | Leipzig 04109 | http://www.ewerk.com | HRB 9065, AG Leipzig | Hauptn

cxf-2.0.1-incubator - dependency incompatibility with hibernate

2007-08-14 Thread Holger Stolzenberg
h. Maybe you should consider the define a dependency range in maven if ASM 3.0 is not absolutely required for cxf-2.0.1-incubator. For me, direct compatibility to Hibernate is essential. Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: |

AW: WS client returning uninitialized objects

2007-07-27 Thread Holger Stolzenberg
ean OR use the ServerFactoryBean with the ClientProxyFactoryBean. Hope that helps, - Dan On 7/25/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: > > I have the following bug that where I cannnot figure out where the > problem is. I have a Web Service with

AW: Complex Types contain all null values...

2007-07-27 Thread Holger Stolzenberg
much standing still at this point. On 7/27/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: > > I am not sure if this helps but: > > How do you get the object, are using a debugging breakpoint at the > return statement of the service method or at the object returned by your

AW: Complex Types contain all null values...

2007-07-27 Thread Holger Stolzenberg
I am not sure if this helps but: How do you get the object, are using a debugging breakpoint at the return statement of the service method or at the object returned by your client? I also have an WS returning a business object (gets loaded through Spring AOP transaction demarcation and hibernat

Null values for web service parameters

2007-07-26 Thread Holger Stolzenberg
org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:69) ... 32 more How can I call a WS method with some or all parameters set to null Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik

WS client returning uninitialized objects

2007-07-25 Thread Holger Stolzenberg
I have the following bug that where I cannnot figure out where the problem is. I have a Web Service with the following definition: === INTERFACE @WebService( name = "SubscriptionService" ) public interface ISubscriptionService extends IBackendService { @WebMethod( ope

AW: Determine which services are registered

2007-07-25 Thread Holger Stolzenberg
ext. That would be like one web application being hosted in a servlet container being able to query information on other web apps within that same container. Glen Am Freitag, den 20.07.2007, 15:53 +0200 schrieb Holger Stolzenberg: > I have a web page that should dynamically show a list of a

Determine which services are registered

2007-07-20 Thread Holger Stolzenberg
I have a web page that should dynamically show a list of all registered services. Is there a class that knows all the web services (endpoints) that have been registered. If yes how can get this class or bean from the spring context? Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg

AW: spring injection with jaxws:endpoint

2007-07-16 Thread Holger Stolzenberg
For me this worked: -Ursprüngliche Nachricht- Von: Dan Diephouse [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Juli 2007 23:11 An: cxf-user@incubator.apache.org Betreff: Re: spring injection with jaxws:endpoint I believe this

AW: Could not find destination factory for transport

2007-07-12 Thread Holger Stolzenberg
o the client factory. Something liek this (pseudo code): Hope this helps. Do not know if this is the best solution because I am new to CXF but for me it worked. Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer:

AW: http://schemas.xmlsoap.org/soap/http

2007-07-12 Thread Holger Stolzenberg
() ); factory.setAddress( getRealAddress() ); Create client Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wende, Hendrik Schubert | | eWerk IT GmbH | Markt 16 | Leipzig 04109 | http://www.ewerk.com