Hi Amila,
Yes. But in my case I have only one import in the schema element. So it is
correct.
R2105 All xsd:schema elements contained in a wsdl:types element of a
DESCRIPTION MUST have a targetNamespace attribute with a valid and non-null
value, UNLESS the xsd:schema element has xsd:import and/
Thanks Amila, I had already used info from ur blog and got some useful
tweaking done at my end.
However the error I was bothered/talking about was related to automatic
retry of httpClient, I figured out to stop it using lines below:
httpclient.getParams().setParameter(
HttpMethodParams.RETRY_HA
hi all
i have implemented a jax-ws webservice with axis2 and it works.
i tested many times with soapui and the requests returned in ms.
in netbeans, i generated the java-classes from wsdl to implement a
jax-ws client.
when i tested the performance of the client, it was really poor: 3 - 7
seconds f