Hi

In my original customer WSDL the message part name is called
'parameter':


  <message name="ProvisioningTaskRequestMessage">
    <part name="parameter"
element="tns:ProvisioningTaskRequestOperation"/>
  </message>
  <message name="ProvisioningTaskAckMessage">
    <part name="parameter" element="tns:ProvisioningTaskResponse"/>
  </message>


But when I look at the WSDL on the webserver using
http://<ipaddress>:8880/axis/services/ProvisioningTaskRequestPort?wsdl
, the part name has changed to 'parameters':


<wsdl:message name="provisioningTaskRequestOperationRequest">
  <wsdl:part element="impl:ProvisioningTaskRequestOperation"
name="parameters" /> 
</wsdl:message>
<wsdl:message name="provisioningTaskRequestOperationResponse">
  <wsdl:part element="impl:ProvisioningTaskRequestOperationResponse"
name="parameters" /> 
</wsdl:message>


Does anyone have any clue why this might be? It seems to be problematic
as the BizTalk client consuming this service has 'parameters' as a
reserved word. Surely Axis should just map the name like for like?

Thanks

Patrick
This e-mail and any attachments may be confidential and/or legally privileged. 
If you have received this e-mail and you are not a named addressee, please 
inform Evolving Systems TIS at [EMAIL PROTECTED] and then delete the e-mail 
from your system. If you are not a named addressee you must not use, disclose, 
distribute, copy, print or rely on this e-mail. To ensure regulatory compliance 
and for the protection of our clients and business, Evolving Systems may 
monitor and read e-mails sent to and from its servers. Although Evolving 
Systems routinely screens for viruses, addressees should scan this e-mail and 
any attachments for viruses. Evolving Systems makes no representation or 
warranty as to the absence of viruses in this e-mail or any attachments.

Registered Office: One Angel Square, Torrents Street, London. EC1V 1PL. 
Registered number 2325854

Reply via email to