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/11/21 12:17:30 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

Sample Code:

String endPointUrl ="http://172.16.209.11:9082/RBSHarnessServices/services/PolStatWS";
URL wsdlURL1 = new URL(endPointUrl);
PolStatHttpService ss = new PolStatHttpService(wsdlURL1, SERVICE_NAME);
port = ss.getPolStatHttpPort();
BindingProvider bindingprovide = (BindingProvider)port;
bindingprovide.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, endPointUrl);

Getting below error while using above code:

javax.xml.ws.WebServiceException: The following WSDL exception occurred: WSDLException: faultCode=WSDL4JWrapper : : javax.wsdl.WSDLException: WSDLException: faultCode=WSDL4JWrapper : : java.io.IOException: Server returned HTTP response code: 500 for URL: http://172.16.209.11:9082/RBSHarnessServices/services/PolStatWS





Thanks & Regards,
Ritesh Rathore

Mastek Ltd| Mastek Millennium Center, A-7, Millennium Business Park,Sector 1 Off Thane Belapur Road, Mahape Navi Mumbai - 400701 |
Board: +91-22-2778 1272 Extn  5690 | Mobile: 91-9920311805 | Fax: +91-22-2778 1332 | www.mastek.com<http://www.mastek.com>

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~