[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-19 Thread AJanz
many thanks!!! editing jboss-beans.xml and commenting webservicehost solved my problem. now the ip or url from the get request is then used as url prefix for the schemalocation. greetings sascha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121507#412150

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-19 Thread [EMAIL PROTECTED]
"AJanz" wrote : | http://ip-adress:8080/WebService/project?wsdl | | gives an error | What error? anonymous wrote : | how can i publish a web service under a differen url? | What exactly do you mean? Take a look at this: http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_does

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-19 Thread [EMAIL PROTECTED]
"AJanz" wrote : something i must do wrong. | | i edited the wsdl file, but then could no longer build the project because | | | While editing the local copy of the wsdl, also change the import url with something like and add the myschema.xsd to the archive you deploy, along wi

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-18 Thread AJanz
i managed to build the project with but http://ip-adress:8080/WebService/project?wsdl gives an error how can i publish a web service under a differen url? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121466#4121466 Reply to the post : http://www.jb

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-18 Thread AJanz
something i must do wrong. i edited the wsdl file, but then could no longer build the project because references the remote computer where i want to publish the service. i am using @WebService(wsdlLocation='relativePath') annotation, so the correct wsdl is used. any ideas? is there an oth

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-18 Thread [EMAIL PROTECTED]
Backup your wsdl file on local disk. Modify it accordingly (fix the urls). Force your webservice to use this wsdl file using @WebService(wsdlLocation='relativePath') annotation on your endpoint View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121215#4121215 Rep