Indeed, I don't understand why I would need to define a wsdlLocation for a
<jaxws:client> element
Why ?





>>>>
>>>> On 06/17/2013 10:45 AM, Jose María Zaragoza wrote:
>>>>
>>>>  Hi:
>>>>>
>>>>> I'm using Apache CXF 2.7.3
>>>>>
>>>>> I created a <jaxws:client> bean (proxy client) to invoke a remote
>>>>> webservice.
>>>>> I've generated JAXB classes and endpoint interface with wsdl2java
>>>>>
>>>>> I would like if this proxy client tries to getting wsdl from remote
>>>>> endpoint .
>>>>> I mean, is this proxy getting "http://<endpoint_url>?wsdl" URL?
>>>>> If it does, how can i avoid it ?
>>>>>
>>>>>
>>>>> This is my code
>>>>>
>>>>> <jaxws:client id="testclient"
>>>>> serviceClass="com.foo.****TestPortType"
>>>>>    address= "http://remote.com/myws/";
>>>>>    
>>>>> bindingId="http://schemas.**xm**lsoap.org/wsdl/soap/http<http://xmlsoap.org/wsdl/soap/http>
>>>>> <http:**//schemas.xmlsoap.org/wsdl/**soap/http<http://schemas.xmlsoap.org/wsdl/soap/http>
>>>>> >
>>>>>
>>>>> ">
>>>>>
>>>>> <!-- WS-SECURITY -->
>>>>>
>>>>> <jaxws:outInterceptors>
>>>>> <ref bean="sign" />
>>>>>    </jaxws:outInterceptors>
>>>>>
>>>>>        </jaxws:client>
>>>>>
>>>>>
>>>>> Thanks and regards
>>>>>
>>>>>
>>>>>
>>
>

Reply via email to