cancel
Showing results for 
Search instead for 
Did you mean: 

Confirm SOAP web services on 4.2e

cszamudio
Champ on-the-rise
Champ on-the-rise
Hi,
I've been attempting to migrate application code from the 4.2c release to the 4.2e release. I'm having trouble verifying that the SOAP web services actually work on the 4.2e release. Could someone confirm whether they've been able to run a SOAP web service application on 4.2e?  Using the 4.2e SDK libraries, I can't seem to get past a AXIS exception - Not Found (404) - error accessing the server.

Thanks for the help.

Carlos S. Zamudio
3 REPLIES 3

cszamudio
Champ on-the-rise
Champ on-the-rise
OK, I can see that the endpoint URL has been updated to:

private static final String DEFAULT_ENDPOINT_ADDRESS = "http://localhost:8080/alfresco/soapapi";

in WebServiceFactory.java.  I missed this the first time around.

jmanuel28
Champ in-the-making
Champ in-the-making
Hey Carlos!

You saved my day, thanks a lot!

mikel8197
Champ in-the-making
Champ in-the-making
Hi,
We are trying to connect to the service url (http://localhost:8080/alfresco/soapapi) and it displays this message:

Axis HTTP Servlet

Hi, you have reached the AXIS HTTP Servlet. Normally you would be hitting this URL with a SOAP client rather than a browser.
In case you are interested, my AXIS transport name appears to be 'http'

Does this service reside at another url?

Thanks.

Bye