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

AJanz do-not-reply at jboss.com
Fri Jan 18 04:36:36 EST 2008


Hi,

i got some problem with the schema location url.

the source wsdl file has an import like

<xsd:import namespace="mynamespace"
            schemaLocation="myschema.xsd"/>

after deploying the wsdl looks like

<xsd:import namespace="mynamespace"
            schemaLocation="http:/mycomputer:8080/project/Service?wsdl&resource=myschema.xsd"/>

the problem is that "mycomputer" isn't reachable over the internet, so it should look like this 

<xsd:import namespace="mynamespace"
            schemaLocation="http:/myalias:8080/project/Service?wsdl&resource=myschema.xsd"/>

how can i solve this? 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121213#4121213

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121213



More information about the jboss-user mailing list