Hello;

I'm having a deployment issue with getting a web-service vended on a WO 5.2 system I'm working on. It's a fairly trivial issue of the undesired host ending up from the inbound request in the WSDL when the system is in a "monitor-deployed" environment. The inbound request headers look something like this...

        ...
        server_name = wrong.foo.co.nz
        ...
        host = correct.foo.co.nz
        ...

...and the WSDL ends up containing something like this...

...
  <wsdl:service name="SomeWebService">
    <wsdl:port
        binding="impl:SomeWebServiceSoapBinding"
        name="SomeWebService">
      <wsdlsoap:address
location="http://wrong.foo.co.nz/cgi-bin/WebObjects/FOO.woa/2/ws/ SomeWebService"/>
    </wsdl:port>
  </wsdl:service>
...

This is deployed with the "apache 2" adaptor. In the rest of the HTML-driven system, where this has been a problem (making URL's straight from the WOContext), I have managed to subvert things systematically to deal with it, but am on unfamiliar territory in WO's web-services implementation.

Any help appreciated.

cheers.

___
Andrew Lindesay
www.lindesay.co.nz



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to