All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hashmapinc.tempus.witsml.client.WMLS Maven / Gradle / Ivy

Go to download

This library assists in querying a WITSML server for 1.3.1.1 data or 1.4.1.1 data

There is a newer version: 1.1.0
Show newest version
package com.hashmapinc.tempus.witsml.client;

import javax.xml.rpc.Service;
import javax.xml.rpc.ServiceException;
import java.net.URL;

public interface WMLS extends Service {
    public String getStoreSoapPortAddress();

    public StoreSoapPort_PortType getStoreSoapPort() throws ServiceException;

    public StoreSoapPort_PortType getStoreSoapPort(URL portAddress) throws ServiceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy