I am trying to deploy a simple web service example on weblogic 7 sp2, with the liquiddata lib (CR084935_70sp1_3.jar) as the first thing in the classpath, as per the release notes. This involves a file attachment transfer with SOAP.
Yet upon doing a "SOAPMessage reply = con.call( msg, urlEndpoint ); my app throws an exception:
...
java.lang.Error: NYI
at weblogic.webservice.core.soap.SOAPMessageImpl.saveRequired
...
does anyone have any idea how to do this.
ayan
Yet upon doing a "SOAPMessage reply = con.call( msg, urlEndpoint ); my app throws an exception:
...
java.lang.Error: NYI
at weblogic.webservice.core.soap.SOAPMessageImpl.saveRequired
...
does anyone have any idea how to do this.
ayan