On Jan 17, 2008 1:20 PM, johper <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a C# .NET client calling SMX and SMX provides SOAP call to Axis2.
>
> Deploying:
> =======
> <?xml version="1.0" encoding="UTF-8"?>
> <beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0";
>        xmlns:customer="http://customer.services.isbc.com";>
>
> <cxfbc:consumer wsdl="classpath:CustomerServiceConsumer.wsdl"
>                       service="customer:CustomerService"
>                       endpoint="CustomerServicePort"
>                       targetEndpoint="CustomerServicePortProxy"
>                       targetService="customer:CustomerService"
>                       targetInterface="customer:CustomerServicePortType">
>       </cxfbc:consumer>
>
> <cxfbc:provider wsdl="classpath:CustomerServiceProvider.wsdl"
>
> locationURI="http://localhost:8080/axis2/services/CustomerService";
>                       service="customer:CustomerService"
>                       endpoint="CustomerServicePortProxy"
>                       interfaceName="calculator:CalculatorPortType"
>                      >
>       </cxfbc:provider>
> </beans>
>
> But getting SMX console:
> ================
> com.ctc.wstx.exc.WstxParsingException: Received non-all-whitespace
> CHARACTERS or CDATA event in nextTag().
>  at [row,col {unknown-source}]: [1,139]

I'm not a CXF guru yet, but it could be an issue with mismatched
versions of SOAP specified on the client and server? See the following
for some similar issues and a solution:

http://www.nabble.com/How-to-set-Soap-version-on-client-side-td14692146.html

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to