My first mail somehow did not get posted.
So sending it again.


While trying to use following method

Call call = (Call) service.createCall(new QName(_portName),new 
QName(_methodNameSpace, _methodName));

I am getting error

javax.xml.rpc.ServiceException: Missing WSDL document

_portName is retrieved in following manner

Map ports = service.getPorts();
for(Iterator it=ports.values().iterator();it.hasNext();){
  port = (Port)it.next();
_portName = port.getName();

can some-one tell me what i am doing wrong?

thanks




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Reply via email to