Re: Create webservice in JDeveloper
Date: 26 Jan 2007 19:22:51 -0800
Message-ID: <1169868171.206595.94210_at_v45g2000cwv.googlegroups.com>
Actually, the call flow should be like below:
Caller ---> web service(WS_B) -- > web service(WS_A)
In Web service(WS_B):
I have created web service proxy pointing to the WSDL of WS_A in WS_B.
Also,
I have created a web service(WS_B) that points to the web proxy so that
WS_B can call WS_A
In the Caller side
It seems that it cannot call WS_A through the web proxy created in
WS_B. It always says that "Class not found" . Thanks a lot.
Best regards,
David
On 1月27日, 上午3時13分, "gevat..._at_yahoo.com"
<gevat..._at_yahoo.com> wrote:
> In the code for the class that is the base of WS_B you need to invoke
> WS_A.
> JDeveloper can help you by generating this code when you choose to
> create a "web service proxy" and point to the WSDL of WS_A.
Received on Sat Jan 27 2007 - 04:22:51 CET