cancel
Showing results for 
Search instead for 
Did you mean: 

Url to schemaLocation could not retrieve xsd (schema) file in Netweaver7.2

Former Member
0 Kudos

I have a webservice wich WSDL file I could access from a url.

But the URL to the schema is defined in schemaLocation and the value is like this:

http://xxxxxx/xxxService/CheckoutPortTypeImplBean?location=META-INF/wsdl/Checkout/Schemas/Checkout.x...

This url is not working but if I modify it like this (note the last section &amp: is replaced with &) then I can access my xsd

http://xxxxxx/xxxService/CheckoutPortTypeImplBean?location=META-INF/wsdl/Checkout/Schemas/Checkout.x...

Is there a way to modify the schema location and replace the value &wsdl with &wsdl, because this will fix this issue...

//Best regards Petri N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Could some one halp me with this. This is my first question so I really appreciate if some one could answer to my question