------ art_30663_15962106.1181061478292
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
When I use address location in my wsdl without http:// and with a port like
:
my.location:7800
in
<wsdl:service name ebServices">
<wsdl:port name ebServicesPort" binding
ws:WebServicesBinding">
<soap:address location y.location:7800"/>
</wsdl:port>
</wsdl:service>
I have an error from C:\ruby\lib\ruby\site_ruby\1.8\http-access2\http.rb
from the function
def create_query_uri(uri, query)
path ri.path.dup
path /' if path.empty?
query_str il
The error is : Exception `TypeError' at
C:/ruby/lib/ruby/site_ruby/1.8/http-access2/http.rb:270 - can't dup NilClass
because uri.path returns nil.
So is there a way to use that kind of location or is it a Ruby lack?
Thanks.
--
David ALPHEN
------ art_30663_15962106.1181061478292--