WS works fine but I can't see the objects list in WD

Hi:
This is the code at the EJB Session that is exposed as WS:
public List getAll() {
          try {
               List lista= new ArrayList();
               for (int i=0; i<10; i++){
                    Especialidad esp = new Especialidad();
                    esp.setCodigo("codigo" + i);
                    lista.add(esp);
               return lista;
Especialidad implements Serializable
I import the WS as an adaptive Webservice model.
At my WD....
try
   Especialidad2 model2 = new Especialidad2();
   wdContext.nodeRequest_GetAll2().bind(new com.repsolypf.test.model.especialidad2.Request_GetAll(model2));
             wdContext.currentRequest_GetAll2Element().modelObject().execute();
//sync
wdContext.nodeResponse2().invalidate();
//sync
wdContext.nodeGetAllResponse2().invalidate();
}  catch(Exception e)       {
               //do something
List especialidades = (List) wdContext.currentGetAllResponse2Element().getResponse2();
especialidades.size()= 0  NOT 10....
This is the XML response (I see it with the webservice Navigator):
HTTP/1.1 200 OK
HTTP/1.1 200 OK
Connection: close
Server: SAP J2EE Engine/7.00
Content-Type: text/xml; charset=UTF-8
Date: Tue, 15 Apr 2008 23:53:41 GMT
Set-Cookie: <rpl:getAllResponse xmlns:rpl='urn:EspecialidadGCTVi'><rpl:Response xsi:type='tns:ArrayList' xmlns:tns='java:sap/standard'><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List><tns:List xsi:nil='true'></tns:List></rpl:Response></rpl:getAllResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
any idea?.
Thanks a lot for your time on this thread.
Rocío.

I have this same issue. Internet works, I can connect to it, but i doesn't show in the Airport Utility. Also, it doesn't let me connect to other computers or my AirDIsk. I am using 10.5. Unplug and plugin style reset fixes it...for a while. Any ideas anyone?

Similar Messages

Maybe you are looking for