
com.github.becausetesting.webservices.SOAPUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
A common libraries used for testing framework.
package com.github.becausetesting.webservices;
import java.net.URL;
import java.util.Map;
public class SOAPUtils implements WebServiceUtils{
@Override
public void doget(URL url, Map headers) {
// TODO Auto-generated method stub
}
@Override
public void doPost(URL url, Map headers, Map data) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy