WebService WSDL Headers
WebService WSDL Headers
- Subject: WebService WSDL Headers
- From: Doug Andrews <email@hidden>
- Date: Fri, 31 Dec 2004 05:57:22 -0500
Hello.
We have a simple WebService app that vends the service using:
WOWebServiceRegistrar.registerWebService(MyWebservice.class, true);
It works just like the Calulator WebService example provided by Apple.
All works well until i move the webservice provider app to another
machine.
The problem is that the 'targetNamespace' and other arguments in the
WSDL document contain a URL that is only recognized by that local
machine. (for example, URL's with the name 'localhost').
This makes it so remote machines can read the WSDL, but cannot invoke
any of the operations.
Is there a way to tell WebObjects to use a specific URL when generating
the WSDL?
- Doug Andrews
- Baseview Products
- Ann Arbor, MI
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden