Subversion Repositories SmartDukaan

Rev

Rev 20640 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20640 Rev 20701
Line 20... Line 20...
20
    public WayBillGenerationLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName) throws javax.xml.rpc.ServiceException {
20
    public WayBillGenerationLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName) throws javax.xml.rpc.ServiceException {
21
        super(wsdlLoc, sName);
21
        super(wsdlLoc, sName);
22
    }
22
    }
23
 
23
 
24
    // Use to get a proxy class for WSHttpBinding_IWayBillGeneration
24
    // Use to get a proxy class for WSHttpBinding_IWayBillGeneration
25
    private java.lang.String WSHttpBinding_IWayBillGeneration_address = "http://netconnect.bluedart.com/Ver1.7/Demo/ShippingAPI/WayBill/WayBillGeneration.svc";
25
    private java.lang.String WSHttpBinding_IWayBillGeneration_address = "http://netconnect.bluedart.com/Ver1.7/ShippingAPI/WayBill/WayBillGeneration.svc";
26
 
26
 
27
    public java.lang.String getWSHttpBinding_IWayBillGenerationAddress() {
27
    public java.lang.String getWSHttpBinding_IWayBillGenerationAddress() {
28
        return WSHttpBinding_IWayBillGeneration_address;
28
        return WSHttpBinding_IWayBillGeneration_address;
29
    }
29
    }
30
 
30
 
Line 65... Line 65...
65
        WSHttpBinding_IWayBillGeneration_address = address;
65
        WSHttpBinding_IWayBillGeneration_address = address;
66
    }
66
    }
67
 
67
 
68
 
68
 
69
    // Use to get a proxy class for BasicHttpBinding_IWayBillGeneration
69
    // Use to get a proxy class for BasicHttpBinding_IWayBillGeneration
70
    private java.lang.String BasicHttpBinding_IWayBillGeneration_address = "http://netconnect.bluedart.com/Ver1.7/Demo/ShippingAPI/WayBill/WayBillGeneration.svc/Basic";
70
    private java.lang.String BasicHttpBinding_IWayBillGeneration_address = "http://netconnect.bluedart.com/Ver1.7/ShippingAPI/WayBill/WayBillGeneration.svc/Basic";
71
 
71
 
72
    public java.lang.String getBasicHttpBinding_IWayBillGenerationAddress() {
72
    public java.lang.String getBasicHttpBinding_IWayBillGenerationAddress() {
73
        return BasicHttpBinding_IWayBillGeneration_address;
73
        return BasicHttpBinding_IWayBillGeneration_address;
74
    }
74
    }
75
 
75