This is some more information on the Weblogic6.1 NullPointerException bug,
reported by Tony Yip (see
http://marc.theaimsgroup.com/?l=soap-user&m=100470865507174&w=2).
I discovered that only an Apache Soap client seems to provoke the exception
on the server. Other clients, like the Borland Soap co
hi
does anyone encounter this problem? I am using weblogic 6.1sp1 with apache
soap 2.2. The function of the webservice is very simple as follow
public class testWebService
{
public String getXML (String xml) throws Exception
{
System.out.println("received message");
System.ou