guy's please help me.
if i'm call http://localhost/myapp/service/wsdl/test
the result is good (noting wrong, maybe...)
but if i'm call with http://localhost/myapp/service/call/test
the result is <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>
WSDL
</faultcode>
<faultstring>
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/myapp/service/service/wsdl/test.wsdl' : failed to load external entity "http://localhost/myapp/service/service/wsdl/test.wsdl"
</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Is there any solution??
thanks for reply
if i'm call http://localhost/myapp/service/wsdl/test
the result is good (noting wrong, maybe...)
but if i'm call with http://localhost/myapp/service/call/test
the result is
Is there any solution??<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>
WSDL
</faultcode>
<faultstring>
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/myapp/service/service/wsdl/test.wsdl' : failed to load external entity "http://localhost/myapp/service/service/wsdl/test.wsdl"
</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
thanks for reply