In both cases the outbound messages are the same. Through the BC using the SoapUI:
Payload: <jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" xmlns:msg="http://pacora.techcom.ses.co m/station" type="msg:getStationsResponse"><jbi:part><ns1:getStationsResponse xmlns:ns1="http://pacora.techcom.ses.com/st ation"><return><address>123.123.123.56</address><description>BTZ1</description><id>71</id><name>65</name></return><retur n><address>12.45.85.45</address><description>BTZ2</description><id>72</id><name>66</name></return><return><address>56.78 .55.10</address><description>BTZ3</description><id>73</id><name>67</name></return></ns1:getStationsResponse></jbi:part>< /jbi:message> and using the proxy from the CommandParserFactory: Payload: <jbi:message xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" xmlns:msg="http://pacora.techcom.ses.co m/station" type="msg:getStationsResponse"><jbi:part><ns1:getStationsResponse xmlns:ns1="http://pacora.techcom.ses.com/st ation"><return><address>123.123.123.56</address><description>BTZ1</description><id>71</id><name>65</name></return><retur n><address>12.45.85.45</address><description>BTZ2</description><id>72</id><name>66</name></return><return><address>56.78 .55.10</address><description>BTZ3</description><id>73</id><name>67</name></return></ns1:getStationsResponse></jbi:part>< /jbi:message> But for some reason, when using the proxy the List<Station> is always empty althought the message seems to be ok. Any ideas? -- View this message in context: http://servicemix.396122.n5.nabble.com/CXF-proxy-problem-tp4506596p4510770.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
