Hello, all
I have upgraded to Axis beta3 and regenerate a WSDL file from my service
Person. The value of targetNamespace has append two times
"..axis/services/Person", and when I call my client (beta-2) his don't find
the PersonService because the targetNamespace value is wrong.
This is a bug in beta-3???
Thanks
Thiago
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://localhost:8080/axis/services/Person/axis/services/Person"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://localhost:8080/axis/services/Person/axis/services/Person-impl"
xmlns:intf="http://localhost:8080/axis/services/Person/axis/services/Person"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">