2.
The same Service proxy migrated from PB105 to PB111 . But it
failed to deploy with the message
---------- Deploy: Deploy of afik_p_humanservice
(11:30:14)
Retrieving PowerBuilder proxies from Web service...
Error: Cannot access the WSDL or the WSDL file is
invalid.(http://tamat-dotnet/HumanFinderService/HumanService.asmx?wsdl)
Generation Errors:
Cannot access the WSDL or the WSDL file is
invalid.(http://tamat-dotnet/HumanFinderService/HumanService.asmx?wsdl)
---------- Finished Deploy of afik_p_humanservice
(11:30:15)
> Is there an L missing off of the URL? Normally you pass
> WSDL, not WSD to a .Net web service to get the WSDL back.
>
> On 15 Jan 2008 03:47:35 -0800, Meir Salomon wrote:
>
> >1. PB111
> >I am trying to use [Web Service Proxy Wizard] . When I
> try >to enter the [WSDL Location] I get the message [
> Cannot >access the WSDL or the WSDL file is invalid (..
> the url ..) >].
> >I am using PB11.1 .
> >
> >2.
> >The same Service proxy migrated from PB105 to PB111 . But
> it >failed to deploy with the message
> >
> >---------- Deploy: Deploy of afik_p_humanservice
> >(11:30:14)
> >Retrieving PowerBuilder proxies from Web service...
> >Error: Cannot access the WSDL or the WSDL file is
> >invalid.(http://tamat-dotnet/HumanFinderService/HumanServ
> > ice.asmx?wsdl) Generation Errors:
> > Cannot access the WSDL or the WSDL file is
> >invalid.(http://tamat-dotnet/HumanFinderService/HumanServ
> > ice.asmx?wsdl) ---------- Finished Deploy of
> afik_p_humanservice >(11:30:15)
>
There is a web services running in Axis. We are trying to create a
proxy through PB [using Web Service Proxy Wizard] and access the
methods that the web service provides.
We were successful in creating the proxy, but at runtime we were not
successful. When I debugged the proxy calls, I found that it creates
the instance for the proxy object, but when the method is called, it
gives out a soap exception error -
" Failed to connect to host XX.XXX.X.XXX, port 80: No error".
The actual address is XX.XXX.X.XXX, port 8080/ TempConverter/services/
Converter?wsdl
There are two entries in my library,
1) webservice.pbl
2) pbsoapclient100.pbd
My Power Builder Version is PB 10.0 Build 4510
My question is: Is there any thing else that I need to take care of?
Do I have to register the web service in PB.
Please help me coz I need to find out a way so that I can talk to web
service from PB.
On Jan 15, 5:58 am, "Bruce Armstrong [TeamSybase]"
> >(11:30:15)- Hide quoted text -
>
> - Show quoted text -
I had some problems with SOAP and WSDL.
When I entered URL for WSDL it did not work properly. But if I
downloaded WSDL and used local file for proxy generation it worked
fine.
Same problem, no news?