java.lang.NullPointerException

Hi ,
One of trading will post xml data using https.

[URL]https://123.45.6.78:5555/invoke/folder.subfolder/servicename[/URL]

but he is not able to post.
While we are getting error in logs .
ISP.0090.0003C .
In IS i am having this error…
java.lang.NullPointerException

mine is webMethods 6.5

Its urgent !!!:o

Regards ,
B

What are the signatures of this service, i mean input parameters?? Null pointer error/execption can occurs due to lot of reasons… so try to include a debug step… save/restore pipeline (if possible) to see … where is the error happening in flow.

PS: if you are expecting xml node/stream as input then pipeline will not be saved using savepipeline service.

Thanks for reply…