WebServices server.wsdd namespace help
WebServices server.wsdd namespace help
- Subject: WebServices server.wsdd namespace help
- From: Lachlan Deck <email@hidden>
- Date: Tue, 4 Apr 2006 12:13:04 +1000
Hi all,
when using the following...
------------------------------------------------------------------
String someName; // assume exists
Class someClass; // assume associated class exists
boolean isRPC = true;
WOWebSeviceRegistrar.registerWebService(someName, someClass, isRPC);
------------------------------------------------------------------
...and then accessing the wsdl file (such as "http://mysite.com:80/
cgi-bin/WebObjects/MyApp.woa/ws/SomeName?WSDL") the file returned
contains the instance number of the application.
------------------------------------------------------------------
<wsdl:definitions targetNamespace="http://mysite.com:80/cgi-bin/
WebObjects/MyApp.woa/3/ws/SomeName?WSDL">
<...>
</wsdl:definitions>
------------------------------------------------------------------
I've tried adjusting the server.wsdd's globalConfiguration settings
but I'm really shooting in the dark as I'm not exactly sure where to
define the desired namespace.
Anyone got any ideas on this? Thanks.
with regards,
--
Lachlan Deck
_______________________________________________
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