Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.error NYI

Status
Not open for further replies.

aafridi

Programmer
Jun 12, 2003
1
0
0
US
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
 
i too had a similar problem....
You can modify the startWebLogic.cmd script such that you put this jar in the classpath before you put any weblogic jars.


let me know if this helps...




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top