Gnanasekaran Sakthivel [http://community.jboss.org/people/sepgs2004] created 
the discussion

"Re: ProxyContext is not visible from class loader"

To view the discussion, visit: http://community.jboss.org/message/585243#585243

--------------------------------------------------------------
In my case, I got this Exception when I was trying to test the webservice by 
accessing the wsdl on the browser...
Also I got this exception when I try to create a webreference in .NET to 
associate this webservice (deployed in JBoss ear)

Actual fact is - I am new to Webservice practicals formats etc

Initially, I confirmed this in JBoss console log:
09:57:29,366 INFO  [AxisService] WSDD published to: 
C:\jboss-4.0.3SP1\server\default\data\wsdl\project.ear\projectWeb.war\ProjectService.wsdd
09:57:29,382 INFO  [AxisService] Web Service deployed:  
http://dell-ramba:8080/mlo/ProjectWS http://dell-ramba:8080/mlo/ProjectWS

So I tried placing the following URLs on the browser to access the wsdl (bear 
with my ignorance)
 http://dell-ramba:8080/mlo/ProjectWS http://dell-ramba:8080/mlo/ProjectWS
 http://dell-ramba:8080/mlo/ProjectWS.wsdl 
http://dell-ramba:8080/mlo/ProjectWS.wsdl

Both failed. Second one gave the above mentioned exception...
Then my colleague asked me to do the following URL instead (a ? in place of .)
 http://dell-ramba:8080/mlo/ProjectWS?wsdl 
http://dell-ramba:8080/mlo/ProjectWS?wsdl
Then it brought me the wsdl xml....Also on the .NET project, it successfully 
located the webservice and I was able to create a reference...

Since I got the same Exception, I googled and got misled to think there is some 
class loading issues.... 
So I thought it could help (avoid confusion and time) for the newbees like 
me....
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/585243#585243]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to