
08/11/2004, 12:50
|
| | Fecha de Ingreso: enero-2003 Ubicación: Santiago de Chile
Mensajes: 35
Antigüedad: 22 años, 1 mes Puntos: 0 | |
Me resulto el webservice por el lado del servidor por finnnn.. lo que hice fue agregar a la mala en la carpeta C:\jdev\\jdk\jre\bin\java.exe el java.exe pq no existia y ahi corrio..
me genera este xml:
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <SOAP-ENV:Body>
- <ns1:GetFullNameResponse xmlns:ns1="http://CMJ_/mypackage/SampleServer.wsdl" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:string">Tu nombre completo es : sfd, fsf</return>
</ns1:GetFullNameResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ahora tengo q hacer uno por el lado del cliente y nose como hacerlo jaja
__________________ Nicko Luc |