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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...