Hi Duncan, The good news is that the webservice is generating or providing a WSDL descriptor, it looks like the problem may be that you're requesting the service over HTTPS, but as the request doesn't match the SSL certificate's hostname, the SSL handshake can't complete (in a browser you'll see a popup warning about the certificate).
You should be able to solve this by using the hostname rather than IP address - if you have to, specify the IP address in a local hosts file on the server to avoid external DNS lookups. https://gateway.monster.com:8443/bgwBroker rather than https://63.112.170.8:8443/bgwBroker HTH Chris [EMAIL PROTECTED] wrote: > We are trying to do some integration with Monster and use their > webservice to post jobs and receive feedback from them. > > When we add this to the CF7 admin > > https://63.112.170.8:8443/bgwBroker > > We get this feedback: "Error creating web service. Please ensure that > you have entered a correct Web Service name or URL." > > Is this an error caused by the certificate not being valid on this IP? > Or is it to do with the 'webservice' at their end. It doesnt look > like a traditional webservice when you view it in the browser - more > like an XSD. > > What other way could we use this webservice? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---
