Hi all,

   I noticed this in one of my generated client stubs:

public void Service_546F48A04E5(long Id) throws java.rmi.RemoteException {
       if (super.cachedEndpoint == null) {
           throw new org.apache.axis.NoEndPointException();
       }
       org.apache.axis.client.Call _call = createCall();
       _call.setOperation(_operations[2]);
       _call.setUseSOAPAction(true);
       _call.setSOAPActionURI("");
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://soapobject.org";, "Service_1_0_1_0_a546f48a04e5"));


Why is the name of the service in uppercase but the QName string service name in lower case ? This causes some issues at execution time. Any ideas ? The WSDL has the service name in lower case.

Thanks much


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to