User Profile

User
 soni5424
Location
 Krian, Indonesia
Bio
 Life must be fun...

Recent Comments

Posted 04/10/2009 07:11am
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