Hello.  I am trying to use Axis to send a request like the one below.
<?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/";>
   <Body>
       <find_service businessKey="*" generic="1.0" xmlns="urn:uddi-org:api">
        <findQualifiers></findQualifiers>
                        <name>XMethods</name>
       </find_service>
   </Body>
</Envelope>

I am having trouble setting the businessKey attribute.  I get the following exception:
System.Web.Services.Protocols.SoapException ---> System.Xml.Schema.XmlSchemaException: 
The required attribute 'businessKey' is missing. An error occurred at (4, 4).

I tried a few different methods to set that attribute - including Call.setProperty and 
Call.setOption. Neither worked.  Can someone please suggest the correct way to do 
this.  Thank you in advance.

-Mike

Reply via email to