You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Zhemzhitsky Sergey <Se...@troika.ru> on 2011/07/06 08:30:00 UTC

Client for rpc/encoded webservice

Hi there,

I have to implement a client for rpc/encoded webservice.
However, calling wsdl2java throws an exception that tells that rpc/encoded wsdl files are not supported.

Could you suggest how to call rpc/encoded webservices by means of cxf?


Best Regards,
Sergey Zhemzhitsky


_______________________________________________________

The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp  


RE: Client for rpc/encoded webservice

Posted by Zhemzhitsky Sergey <Se...@troika.ru>.
Hi Glen,

Rather interesting solution. Thanks a lot for information.

Best Regards,
Sergey Zhemzhitsky


-----Original Message-----
From: Glen Mazza [mailto:gmazza@talend.com] 
Sent: Wednesday, July 06, 2011 3:55 PM
To: users@cxf.apache.org
Subject: Re: Client for rpc/encoded webservice

...unless you use the JAX-WS Dispatch interface, clumsy but workable: 
http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services

Glen

On 07/06/2011 03:05 AM, Freeman Fang wrote:
> Hi,
>
> Cxf basically is jaxws implementation and rpc/encoded is quite old and 
> isn't supported by the jaxws spec, you can't call rpc/encoded 
> webservices with cxf.
>
> Freeman
> On 2011-7-6, at 下午2:30, Zhemzhitsky Sergey wrote:
>
>> Hi there,
>>
>> I have to implement a client for rpc/encoded webservice.
>> However, calling wsdl2java throws an exception that tells that rpc/ 
>> encoded wsdl files are not supported.
>>
>> Could you suggest how to call rpc/encoded webservices by means of cxf?
>>
>>
>> Best Regards,
>> Sergey Zhemzhitsky
>>
>>
>> _______________________________________________________
>>
>> The information contained in this message may be privileged and conf 
>> idential and protected from disclosure. If you are not the original 
>> intended recipient, you are hereby notified that any review, 
>> retransmission, dissemination, or other use of, or taking of any 
>> action in reliance upon, this information is prohibited. If you have 
>> received this communication in error, please notify the sender 
>> immediately by replying to this message and delete it from your 
>> computer. Thank you for your cooperation. Troika Dialog, Russia.
>> If you need assistance please contact our Contact Center  (+7495)
>> 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp
>>
> ---------------------------------------------
> Freeman Fang
>
> FuseSource
> Email:ffang@fusesource.com
> Web: fusesource.com
> Twitter: freemanfang
> Blog: http://freemanfang.blogspot.com
>
>
>
>
>
>
>
>
>


--
Glen Mazza
Application Integration Division
Talend (http://www.talend.com/ai)
blog: http://www.jroller.com/gmazza



_______________________________________________________

The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp  


Re: Client for rpc/encoded webservice

Posted by Glen Mazza <gm...@talend.com>.
...unless you use the JAX-WS Dispatch interface, clumsy but workable: 
http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services

Glen

On 07/06/2011 03:05 AM, Freeman Fang wrote:
> Hi,
>
> Cxf basically is jaxws implementation and rpc/encoded is quite old and
> isn't supported by the jaxws spec, you can't call rpc/encoded
> webservices with cxf.
>
> Freeman
> On 2011-7-6, at 下午2:30, Zhemzhitsky Sergey wrote:
>
>> Hi there,
>>
>> I have to implement a client for rpc/encoded webservice.
>> However, calling wsdl2java throws an exception that tells that rpc/
>> encoded wsdl files are not supported.
>>
>> Could you suggest how to call rpc/encoded webservices by means of cxf?
>>
>>
>> Best Regards,
>> Sergey Zhemzhitsky
>>
>>
>> _______________________________________________________
>>
>> The information contained in this message may be privileged and conf
>> idential and protected from disclosure. If you are not the original
>> intended recipient, you are hereby notified that any review,
>> retransmission, dissemination, or other use of, or taking of any
>> action in reliance upon, this information is prohibited. If you have
>> received this communication in error, please notify the sender
>> immediately by replying to this message and delete it from your
>> computer. Thank you for your cooperation. Troika Dialog, Russia.
>> If you need assistance please contact our Contact Center  (+7495)
>> 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp
>>
> ---------------------------------------------
> Freeman Fang
>
> FuseSource
> Email:ffang@fusesource.com
> Web: fusesource.com
> Twitter: freemanfang
> Blog: http://freemanfang.blogspot.com
>
>
>
>
>
>
>
>
>


-- 
Glen Mazza
Application Integration Division
Talend (http://www.talend.com/ai)
blog: http://www.jroller.com/gmazza



RE: Client for rpc/encoded webservice

Posted by Zhemzhitsky Sergey <Se...@troika.ru>.
Hi Freeman,

Thanks a lot for help.

Best Regards,
Sergey Zhemzhitsky


-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com] 
Sent: Wednesday, July 06, 2011 11:06 AM
To: users@cxf.apache.org
Subject: Re: Client for rpc/encoded webservice

Hi,

Cxf basically is jaxws implementation and rpc/encoded is quite old and isn't supported by the jaxws spec, you can't call rpc/encoded webservices with cxf.

Freeman
On 2011-7-6, at 下午2:30, Zhemzhitsky Sergey wrote:

> Hi there,
>
> I have to implement a client for rpc/encoded webservice.
> However, calling wsdl2java throws an exception that tells that rpc/ 
> encoded wsdl files are not supported.
>
> Could you suggest how to call rpc/encoded webservices by means of cxf?
>
>
> Best Regards,
> Sergey Zhemzhitsky
>
>
> _______________________________________________________
>
> The information contained in this message may be privileged and conf 
> idential and protected from disclosure. If you are not the original 
> intended recipient, you are hereby notified that any review, 
> retransmission, dissemination, or other use of, or taking of any 
> action in reliance upon, this information is prohibited. If you have 
> received this communication in error, please notify the sender 
> immediately by replying to this message and delete it from your 
> computer. Thank you for your cooperation. Troika Dialog, Russia.
> If you need assistance please contact our Contact Center  (+7495)
> 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp
>

---------------------------------------------
Freeman Fang

FuseSource
Email:ffang@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com










_______________________________________________________

The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the original intended recipient, you are hereby notified that any review, retransmission, dissemination, or other use of, or taking of any action in reliance upon, this information is prohibited. If you have received this communication in error, please notify the sender immediately by replying to this message and delete it from your computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp  


Re: Client for rpc/encoded webservice

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Cxf basically is jaxws implementation and rpc/encoded is quite old and  
isn't supported by the jaxws spec, you can't call rpc/encoded  
webservices with cxf.

Freeman
On 2011-7-6, at 下午2:30, Zhemzhitsky Sergey wrote:

> Hi there,
>
> I have to implement a client for rpc/encoded webservice.
> However, calling wsdl2java throws an exception that tells that rpc/ 
> encoded wsdl files are not supported.
>
> Could you suggest how to call rpc/encoded webservices by means of cxf?
>
>
> Best Regards,
> Sergey Zhemzhitsky
>
>
> _______________________________________________________
>
> The information contained in this message may be privileged and conf  
> idential and protected from disclosure. If you are not the original  
> intended recipient, you are hereby notified that any review,  
> retransmission, dissemination, or other use of, or taking of any  
> action in reliance upon, this information is prohibited. If you have  
> received this communication in error, please notify the sender  
> immediately by replying to this message and delete it from your  
> computer. Thank you for your cooperation. Troika Dialog, Russia.
> If you need assistance please contact our Contact Center  (+7495)  
> 258 0500 or go to www.troika.ru/eng/Contacts/system.wbp
>

---------------------------------------------
Freeman Fang

FuseSource
Email:ffang@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com