You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Ritesh Rathore <Ri...@mastek.com> on 2014/04/01 15:40:44 UTC

web service clients : Help

Hi All,

Our current web service clients use WSDLs to get the end points of the services that we want to hit.
As a result we store the WSDL URL's in our tables to be able to run the web service clients.

Is there a way we can hit the end points directly without having to go through the WSDL?
Can you please suggests what need to make changes to achieve that?

Please share your thoughts on this.

Note:  we are using a Apache CXF 2.1.3

Thanks & Regards,
Ritesh Rathore
MASTEK LTD.
In the US, we're called MAJESCOMASTEK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

RE: web service clients : Help

Posted by Ritesh Rathore <Ri...@mastek.com>.
Hi Grzegorz,

Thanks for reply.

We are using for client,  Directly in code using JAX-WS API

Regards,
Ritesh

-----Original Message-----
From: Grzegorz Grzybek [mailto:gr.grzybek@gmail.com] 
Sent: Tuesday, April 01, 2014 7:24 PM
To: dev@cxf.apache.org
Subject: Re: web service clients : Help

Hello

How do you create the client? In spring? Directly in code using JAX-WS API?

For Spring you can customize the address in jaxws:client element. For
direct JAX-WS API you can use:

((javax.xml.ws.BindingProvider)port).getRequestContext().put(javax.xml.ws.BindingProvider#ENDPOINT_ADDRESS_PROPERTY,
"http://new-address");

regards
Grzegorz Grzybek


2014-04-01 15:40 GMT+02:00 Ritesh Rathore <Ri...@mastek.com>:

> Hi All,
>
> Our current web service clients use WSDLs to get the end points of the
> services that we want to hit.
> As a result we store the WSDL URL's in our tables to be able to run the
> web service clients.
>
> Is there a way we can hit the end points directly without having to go
> through the WSDL?
> Can you please suggests what need to make changes to achieve that?
>
> Please share your thoughts on this.
>
> Note:  we are using a Apache CXF 2.1.3
>
> Thanks & Regards,
> Ritesh Rathore
> MASTEK LTD.
> In the US, we're called MAJESCOMASTEK
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Opinions expressed in this e-mail are those of the individual and not that
> of Mastek Limited, unless specifically indicated to that effect. Mastek
> Limited does not accept any responsibility or liability for it. This e-mail
> and attachments (if any) transmitted with it are confidential and/or
> privileged and solely for the use of the intended person or entity to which
> it is addressed. Any review, re-transmission, dissemination or other use of
> or taking of any action in reliance upon this information by persons or
> entities other than the intended recipient is prohibited. This e-mail and
> its attachments have been scanned for the presence of computer viruses. It
> is the responsibility of the recipient to run the virus check on e-mails
> and attachments before opening them. If you have received this e-mail in
> error, kindly delete this e-mail from desktop and server.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
MASTEK LTD.
In the US, we're called MAJESCOMASTEK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: web service clients : Help

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

How do you create the client? In spring? Directly in code using JAX-WS API?

For Spring you can customize the address in jaxws:client element. For
direct JAX-WS API you can use:

((javax.xml.ws.BindingProvider)port).getRequestContext().put(javax.xml.ws.BindingProvider#ENDPOINT_ADDRESS_PROPERTY,
"http://new-address");

regards
Grzegorz Grzybek


2014-04-01 15:40 GMT+02:00 Ritesh Rathore <Ri...@mastek.com>:

> Hi All,
>
> Our current web service clients use WSDLs to get the end points of the
> services that we want to hit.
> As a result we store the WSDL URL's in our tables to be able to run the
> web service clients.
>
> Is there a way we can hit the end points directly without having to go
> through the WSDL?
> Can you please suggests what need to make changes to achieve that?
>
> Please share your thoughts on this.
>
> Note:  we are using a Apache CXF 2.1.3
>
> Thanks & Regards,
> Ritesh Rathore
> MASTEK LTD.
> In the US, we're called MAJESCOMASTEK
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Opinions expressed in this e-mail are those of the individual and not that
> of Mastek Limited, unless specifically indicated to that effect. Mastek
> Limited does not accept any responsibility or liability for it. This e-mail
> and attachments (if any) transmitted with it are confidential and/or
> privileged and solely for the use of the intended person or entity to which
> it is addressed. Any review, re-transmission, dissemination or other use of
> or taking of any action in reliance upon this information by persons or
> entities other than the intended recipient is prohibited. This e-mail and
> its attachments have been scanned for the presence of computer viruses. It
> is the responsibility of the recipient to run the virus check on e-mails
> and attachments before opening them. If you have received this e-mail in
> error, kindly delete this e-mail from desktop and server.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>