You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by legolas <le...@gmail.com> on 2007/06/20 01:34:43 UTC

problem with axis generated wsdl files, related to schema address

Hi
Thank you for reading my post
I have a problem with axis generated wsdl files regarded to xsd urls.
for example :

<xsd:import namespace="http://wsp/" schemaLocation="calc?xsd=xsd0"/>


The above is a part of a wsdl generated by axis and this wsdl is not
suitable for my case.
I need it to generate the wsdl with full address of schema, something like:

<xsd:import namespace="http://wsp/"
schemaLocation="http://192.168.100.1:9000/soap/calc?xsd=xsd0"/>


is it possible or i should  edit the wsdl files to make them like that?

thanks.

-- 
View this message in context: http://www.nabble.com/problem-with-axis-generated-wsdl-files%2C-related-to-schema-address-tf3949495.html#a11204857
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: problem with axis generated wsdl files, related to schema address

Posted by legolas <le...@gmail.com>.

Any comment?



legolas wrote:
> 
> Hi
> Thank you for reading my post
> I have a problem with axis generated wsdl files regarded to xsd urls.
> for example :
> 
> <xsd:import namespace="http://wsp/" schemaLocation="calc?xsd=xsd0"/>
> 
> 
> The above is a part of a wsdl generated by axis and this wsdl is not
> suitable for my case.
> I need it to generate the wsdl with full address of schema, something
> like:
> 
> <xsd:import namespace="http://wsp/"
> schemaLocation="http://192.168.100.1:9000/soap/calc?xsd=xsd0"/>
> 
> 
> is it possible or i should  edit the wsdl files to make them like that?
> 
> thanks.
> 
> 

-- 
View this message in context: http://www.nabble.com/problem-with-axis-generated-wsdl-files%2C-related-to-schema-address-tf3949495.html#a11233007
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org