Example #1
0
func NewWSF_x0020_ScheduleHttpPost(url string, tls bool) *WSF_x0020_ScheduleHttpPost {
	if url == "" {
		url = "http://b2b.wsdot.wa.gov/ferries/schedule/Default.asmx"
	}
	client := gowsdl.NewSoapClient(url, tls)

	return &WSF_x0020_ScheduleHttpPost{
		client: client,
	}
}
func NewGasOrderService(url string, tls bool) *GasOrderService {
	if url == "" {
		url = ""
	}
	client := gowsdl.NewSoapClient(url, tls)

	return &GasOrderService{
		client: client,
	}
}