Expand my Community achievements bar.

Web Service URL WSDL soap:address location

Avatar

Former Community Member

Sorry if this is an easy question, but I can't see the answer nor find it.  The web service URL I have is www.example.com.  The WSDL Soap:address location is example.com.  Because of this, Flex says that it's going across domains and can't get to the web service even though they are in the same folder in the same website.  The certificate of the website is www.example.com.  Example.com is a redirect site that points to www.example.com.

Thanks in advance for help.

1 Reply

Avatar

Former Community Member

As an update, the problem is that the web service is setup on a site that has another site redirecting too it.  It has a different http header than the site's domain.  The Web Service is setting itself up with the domain name, not the http header name.  Do I need to setup a soap header or http header in Flex to correctly hit the web service?