
I am running off my localhost, and am getting errors such as "Could not solve name 'string' from namespace {http://www.w3.org/2000/10/XMLSchema} to a defined schema element. null" I assumed that this is because my local pc cannot access the included schema as they are based on the web, so I copied them all down to the hard drive, and replaced all the addresses, but I am still getting the error. Anything Else I should be looking at? Matt ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************

Hi Matthew, In the wsdl file you use you should replace every occurrence of "http://www.w3.org/2000/10/XMLSchema" with "http://www.w3.org/2001/XMLSchema". This is because probably the wsdl file is quite old and since then the XML Schema target namespace has changed. The XML Schema is provided as a default builtin schema when composing the SOAP request so importing it is not necessary. If this does not work maybe sending a sample of the wsdl file ( or a link to it) would be useful. Regards, Radu. Matthew Riches wrote:
I am running off my localhost, and am getting errors such as “Could not solve name 'string' from namespace {http://www.w3.org/2000/10/XMLSchema} to a defined schema element. null”
I assumed that this is because my local pc cannot access the included schema as they are based on the web, so I copied them all down to the hard drive, and replaced all the addresses, but I am still getting the error.
Anything Else I should be looking at?
Matt
|
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** |
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Matthew Riches
-
Radu Coravu