You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Demetris G <de...@ece.neu.edu> on 2007/06/07 04:56:06 UTC

Client stubs

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org