All,

I am using weblogic 9's test client generator to generate a simple UI for business analysts to test the functionality of my web service.  Trouble is, the WSDL file that AXIS generates causes this application to blow up with the following exception:
 
WsdlParseFailedException: Could not find schema for namespace http://schemas.xmlsoap.org/soap/encoding/

I am a little confused by this.  When I change the xmlns:soapenc value in the line below to "http://www.w3.org/2001/XMLSchema"  (see below), it works like a champ.  I don't profess to know everything about xml.  Can someone please explain this to me?

Regards,

Joshua


<wsdl:definitions targetNamespace="http://hcnu447fnmz:7001/webservice2/services/ConsumerService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://hcnu447fnmz:7001/webservice2/services/ConsumerService" xmlns:intf="http://hcnu447fnmz:7001/webservice2/services/ConsumerService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://dto.webservice.consumer.hartfordlife.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************

Reply via email to