Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 931 by sarojmah...@gmail.com: Character 's' at the end of
location url is stripped without any reason.
http://code.google.com/p/robotframework/issues/detail?id=931
1) I have a resources files with following target location.
Setting Value
Library SupportSystemWSLibrary
http://${HOST_IP}:8071/supportsystem/services?wsdl
Resource resources_shell.html
2) Also i have a function which initialize and strip '?wsdl'
def __init__(self, url):
self.client = Client(url)
# Force client to use provided url instead of the one published in
WSDL
self.client.set_options(location=url.rstrip('?wsdl'))
3) But when executing the test it givess error: (404, u'Not Found')
4) When debug to detail it was found that: the last 's' is removed on its
own without any reason from the location url.
DEBUG:suds.client:sending to
(http://192.168.6.87:8071/supportsystem/service)
5) I rechecked again and again didnt find the solution where the 's' has
been truncated?
Is it the bug or some misconfiguration? Please help.
Attached screenshots.
Attachments:
framework issue.PNG 530 KB