Foros de discusión

Where's the SOAP blog AddEntry gone from 6.1.0 betas ?

Keith Scott, modificado hace 12 años.

Where's the SOAP blog AddEntry gone from 6.1.0 betas ?

Junior Member Mensajes: 26 Fecha de incorporación: 16/01/11 Mensajes recientes
Hi, in LR 6.0.x there's a soap method "AddEntry" that we are using but this seems to be missing from all the new Liferay 6.1.0 betas. Could someone tell me whats happened to this method or if it's been moved ?

This is the url that we are using.
http://xxx.xxx.xxx.xxx:8080/tunnel-web/secure/axis/Portlet_Blogs_BlogsEntryService?wsdl

Thanks
Keith
Andy S, modificado hace 12 años.

RE: Where's the SOAP blog AddEntry gone from 6.1.0 betas ?

New Member Mensajes: 8 Fecha de incorporación: 8/09/10 Mensajes recientes
Hi,

I notice that the same issue is still present in 6.1 Enterprise Edition.

Here is the listing of operations for Portlet_Blogs_BlogsEntryService (6.1)

http://<host>/api/secure/axis
...
Portlet_Blogs_BlogsEntryService (wsdl)
    deleteEntry
    getCompanyEntries
    getEntry
    getEntry
    getGroupEntriesCount
    getGroupEntriesCount
    getGroupEntries
    getGroupEntries
    getGroupEntries
    getGroupEntries
    getGroupsEntries
    getOrganizationEntries
    subscribe
    unsubscribe
...
</host>


The AddEntry operation still appears to be missing along with the updateEntry operation. A listing of operations from 6.0 CE shows both addEntry and updateEntry


http://<host>/tunnel-web/axis
...
Portlet_Blogs_BlogsEntryService (wsdl)
    addEntry
    deleteEntry
    getCompanyEntries
    getEntry
    getEntry
    getGroupEntries
    getGroupsEntries
    getOrganizationEntries
    updateEntry 
...
</host>


Can anyone explain what's happened here? Is this functionality available somewhere else in 6.1, or is this something that needs to be fixed ?

Thanks for any advice
Andy
thumbnail
Amos Fong, modificado hace 12 años.

RE: Where's the SOAP blog AddEntry gone from 6.1.0 betas ?

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
Did some digging and apparently was removed in this ticket http://issues.liferay.com/browse/LPS-2063. It's because they added an object to the parameters that can't be used in SOAP so the method was automatically removed....

You can open a ticket at http://issues.liferay.com for this.

Edit:
Looks like there's already a ticket for it:
http://issues.liferay.com/browse/LPS-26177
Andy S, modificado hace 12 años.

RE: Where's the SOAP blog AddEntry gone from 6.1.0 betas ?

New Member Mensajes: 8 Fecha de incorporación: 8/09/10 Mensajes recientes
Thanks Amos,

Much appreciated!

Andy