Hi All,
WinXP SP2
Progress OpenEdge 10.0B01
MacroMedia Jrun4 JSE
IIS 5.1
I'm currently performing a small test to see if I can get
Konfabulator / Yahoo! Widgets working with a OpenEdge
webservice.
After some terrific moments to get the webservice adapter
working in the progress explorer everything seems to work
fine now ....
http://localhost:8101/wsa/wsa1/wsdl
shows the deployed webservices
and
http://localhost:8101/wsa/wsa1/wsdl?targetURI=urn:wstest
shows my WSDL
Now I'm stuck at the last and most simple step.... getting a connection with the webservice....
function loadService()
{
webServiceCallerBody.useService("http://localhost:8101/wsa/wsa1/wsdl?targetURI=urn:wstest","echo");
}
When I use the javascript function above in a test html page I each time receive the error "Invalid Argument"... this is because the useService
expects a .wsdl or .asmx extension or ?WSL argument in the URL which obviously isnt offered.....
Anybody got a hint what I should change to get this working ??...
Thanks in Advance....
Fred
WinXP SP2
Progress OpenEdge 10.0B01
MacroMedia Jrun4 JSE
IIS 5.1
I'm currently performing a small test to see if I can get
Konfabulator / Yahoo! Widgets working with a OpenEdge
webservice.
After some terrific moments to get the webservice adapter
working in the progress explorer everything seems to work
fine now ....
http://localhost:8101/wsa/wsa1/wsdl
shows the deployed webservices
and
http://localhost:8101/wsa/wsa1/wsdl?targetURI=urn:wstest
shows my WSDL
Now I'm stuck at the last and most simple step.... getting a connection with the webservice....
function loadService()
{
webServiceCallerBody.useService("http://localhost:8101/wsa/wsa1/wsdl?targetURI=urn:wstest","echo");
}
When I use the javascript function above in a test html page I each time receive the error "Invalid Argument"... this is because the useService
expects a .wsdl or .asmx extension or ?WSL argument in the URL which obviously isnt offered.....
Anybody got a hint what I should change to get this working ??...
Thanks in Advance....
Fred